]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-14 Michael Anthony... runtime: create initializer for gcControllerState
2021-04-14 Michael Anthony... runtime: move gcPercent and heapMinimum into gcControll...
2021-04-14 Michael Anthony... runtime: make gcSetTriggerRatio a method of gcControlle...
2021-04-14 Dan Scalescmd/compile: set types properly for imported funcs...
2021-04-14 Robert Griesemercmd/compile/internal/types2: use a global atomic counte...
2021-04-13 David Chaseruntime, cgo/test: improve debugging output
2021-04-13 Michael Anthony... runtime: move internal GC statistics from memstats...
2021-04-13 Cherry Zhangcmd/compile: always zero the temporary in mapKeyTemp
2021-04-13 David Chasecmd/compile: don't modify underlying type when creating...
2021-04-13 Rob Findleygo/*,cmd/gofmt: guard AST changes with the typeparams...
2021-04-13 Michael Anthony... runtime: rename gcpercent, readgogc, and heapminimum...
2021-04-13 Michael Anthony... runtime: break out GC pacer into its own file
2021-04-13 Cherry Zhangcmd/compile: make map functions ABI insensitive
2021-04-13 Austin Clementsruntime: eliminate externalthreadhandler
2021-04-13 Austin Clementsruntime: use newm for profileloop
2021-04-13 Austin Clementsruntime: use compileCallback for ctrlhandler
2021-04-13 Manlio Perilloarchive/tar: replace os.MkdirTemp with T.TempDir
2021-04-13 Ian Lance Taylorcmd/link: force external linking for DragonFly cgo...
2021-04-13 Austin Clementscmd/compile,cmd/link: resolve cgo symbols to the correc...
2021-04-13 Austin Clementscmd/link: build dynexp symbol list directly
2021-04-13 Austin Clementscmd/link: move cgo export map from loadcgo to setCgoAttr
2021-04-13 Austin Clementscmd/link: refactor setCgoAttr
2021-04-13 Austin Clementscmd/cgo: document generated cgo directives
2021-04-13 Ian Lance Taylormime: in globs2 file only keep first time extension...
2021-04-13 Robert Griesemercmd/compile/internal/types: add example test for type...
2021-04-13 Cherry Zhangcmd/compile: allow OpArgXXXReg comes before LoweredGetC...
2021-04-13 Cherry Zhangtest: make codegen/memops.go work with both ABIs
2021-04-13 Brad Fitzpatrickall: simplify the spelling of Linux
2021-04-13 Paul E. Murphycmd/link: support 32b TLS_LE offsets on PPC64
2021-04-13 Jay Conrodcmd/go: fix 'go help mod edit' JSON documentation
2021-04-12 Cherry Zhangcmd/compile: make interface conversion function selecti...
2021-04-12 Grace Hanos: restore testErrNotExist's working directory on...
2021-04-12 Cherry Zhangtest: make codegen tests work with both ABIs
2021-04-12 Manlio Perillodebug/pe: replace os.MkdirTemp with T.TempDir
2021-04-12 Manlio Perillotext/template: replace os.MkdirTemp with T.TempDir
2021-04-12 Manlio Perillointernal/execabs: replace ioutil.WriteFile with os...
2021-04-12 Michael Prattruntime: non-strict InlTreeIndex lookup in expandFinalI...
2021-04-12 Josh Rickmarnet: never probe IPv4 map support on DragonFly BSD...
2021-04-12 Jacalzmime: support reading shared mime-info database on...
2021-04-12 Austin Clementsruntime: consolidate "is sweep done" conditions
2021-04-12 Austin Clementsruntime: block sweep completion on all sweep paths
2021-04-12 Lynn Bogercmd/link: fix TestLargeText
2021-04-12 Austin Clementsruntime: port performance-critical functions to regabi
2021-04-12 Cherry Zhangcmd/compile: do not allocate space for unspilled in...
2021-04-12 Ian Lance Taylorinternal/poll: ensure that newPoolPipe doesn't return...
2021-04-12 Cherry Zhangcmd/compile: look for newobject in register ABI for...
2021-04-12 Paschalis Tsiliasruntime: replace outdated documentation link in Windows...
2021-04-12 Cherry Zhangcmd/compile: preserve name association when eliding...
2021-04-12 Cherry Zhangcmd/compile: support memmove inlining with register...
2021-04-12 Cherry Zhangruntime: remove deferreturn dummy argument
2021-04-12 Cherry Zhangtest: consider default GOEXPERIMENT when matching build...
2021-04-12 Julie Qiucmd/go: display helpful error when module cache can...
2021-04-12 Hajime Hoshicmd/go/internal/work: remove '_test' from import paths...
2021-04-12 Than McIntoshcmd/compile/internal/amd64: follow-on regabi fix for...
2021-04-12 Tobias Klausercmd/cgo: throw if C.malloc returns NULL in C.CString...
2021-04-12 Tobias Klausercmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc...
2021-04-12 Tobias Klausernet: fix (*ipStackCapabilities).probe godoc
2021-04-12 Meng Zhuoruntime: using wyhash for memhashFallback on 64bit...
2021-04-12 Manlio Perilloos/signal: replace os.MkdirTemp with T.TempDir
2021-04-11 Dan Kortschakruntime: simplify syntax for pointer arithmetic in...
2021-04-11 Austin Clementsruntime: move zero-sized frame check from newproc to...
2021-04-11 6543net: reference the correct RFCs and sections for IP...
2021-04-10 Robert Griesemercmd/compile/internal/types2: use combined type and...
2021-04-10 Robert Griesemercmd/compile/internal/types2: split out function instant...
2021-04-10 Robert Griesemercmd/compile/internal/types2: factor out index/slice...
2021-04-10 Robert Griesemercmd/compile/internal/syntax: accept "~" and "|" interfa...
2021-04-10 Keith Randallcmd/compile: include typecheck information in export...
2021-04-10 Manlio Perillopath/filepath: replace os.MkdirTemp with T.TempDir
2021-04-10 Andy Paninternal/poll: fix the intermittent build failures...
2021-04-10 Naman Geraall: fix spellings
2021-04-09 Ian Lance Taylorreflect: panic on New of go:notinheap type
2021-04-09 Cherry Zhangtest: do not run (another) softfloat test with regabiargs
2021-04-09 Dan Scalescmd/compile: don't set Ntype in noder2 anymore
2021-04-09 Austin Clementscmd/internal/objabi: make GOEXPERIMENT=none mean "no...
2021-04-09 Bryan C. Millscmd/go/internal/modload: change mvsReqs to store roots...
2021-04-09 Jay Conrodcmd/go: support module deprecation
2021-04-09 Jay Conrodcmd/go: upgrade and vendor golang.org/x/mod
2021-04-09 Austin Clementscmd/compile/abi-internal: declare R14 completely fixed
2021-04-09 Austin Clementscmd/compile/abi-internal: declare X15 scratch in functi...
2021-04-09 Austin Clementsruntime: use sigpanic0 on all OSes
2021-04-09 David Chasetest/abi: disable test with old-style build tag known...
2021-04-09 David ChaseRevert "cmd/compile: ensure spills of int/float reg...
2021-04-09 Bryan C. Millscmd/go: in TestScript, set GOTRACEBACK and use SIGQUIT...
2021-04-09 David Chasecmd/compile: ensure spills of int/float reg args land...
2021-04-09 David Chasetest/abi: disable test on windows for now
2021-04-09 Bryan C. Millscmd/go/internal/modload: actually set the depth field...
2021-04-09 Jason A. Donenfeldcmd/link: link libgcc archive after mingw archives
2021-04-09 Dan Scalescmd/compile: reduce overhead of RParams in types.Type
2021-04-09 Manlio Perilloos: replace os.MkdirTemp with T.TempDir
2021-04-09 ian woolfcrypto/x509: replace os.MkdirTemp with T.TempDir
2021-04-09 Cherry Zhangtest: do not run softfloat test with regabiargs
2021-04-09 Cherry Zhangcmd/objdump: update test with register ABI
2021-04-08 Jay Conrodcmd/go: fix mod_list_update_nolatest on windows
2021-04-08 Manlio Perilloos/exec: replace os.MkdirTemp with T.TempDir
2021-04-08 Cherry Zhangcmd/compile: adjust interface conversion function selec...
2021-04-08 Cherry Zhangcmd/compile: don't use fast32/64 map functions for...
2021-04-08 David Chasecmd/compile: add recursive-invalidate Value method...
2021-04-08 Ian Lance Taylorruntime/cgo: clarify Handle documentation
2021-04-08 Than McIntoshcmd/compile: fix buglet in walk convert phase relating...
2021-04-08 Austin Clementscmd/go: strip GOEXPERIMENT from hash salt
next