]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2021-04-08 Jason A. Donenfeldruntime: see whether gp==nil before checking preemption...
2021-04-08 Dan Scalescmd/compile: break out transformations of tcCompLit...
2021-04-08 Bryan C. Millscmd/go/internal/modload: add a dormant depth type
2021-04-08 Cherry Zhangruntime: use register ABI in panicIndex/Slice functions
2021-04-08 Than McIntoshcmd/compile: fix buglet in walk convert phase relating...
2021-04-08 David Chasetest/abi: clean up test to fix builders
2021-04-08 Jay Conrodcmd/go: in 'go list -m', ignore "not found" errors...
2021-04-08 Bryan C. Millscmd/go: assume Go 1.16 semantics uniformly for unversio...
2021-04-08 Michael Anthony... runtime: set up read-only dummy TLS space for needm...
2021-04-08 David Chasecmd/compile: sanitize before/after expansion OpSelectN...
2021-04-08 Austin Clementscmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH
2021-04-08 David Chasereflect: fix typo in result-in-registers case
2021-04-08 panchenglong01sync: update misleading comment in map.go about entry...
2021-04-08 ianwoolfruntime: replace os.MkdirTemp with T.TempDir
2021-04-08 Matthew DempskyRevert "cmd/compile/internal/noder: limit the number...
2021-04-08 Austin Clementscmd/internal/objabi: clarify initialization of Experiments
2021-04-08 Austin Clementsruntime,cmd/link: include GOEXPERIMENTs in runtime...
2021-04-08 Austin Clementscmd/internal/objabi: make GOEXPERIMENT be a diff from...
2021-04-08 Austin Clementscmd/compile,cmd/internal/objabi: abstract out object...
2021-04-08 Austin Clementsinternal/goexperiment: consolidate experiment-enabled...
2021-04-08 Austin Clementsinternal/goexperiment,cmd: consolidate GOEXPERIMENTs...
2021-04-08 Austin Clementscmd/asm,runtime: reduce spellings of GOEXPERIMENTs
2021-04-08 Austin Clementsruntime: drop haveexperiment, sys.GOEXPERIMENT
2021-04-07 ianwoolfsyscall: replace os.MkdirTemp with T.TempDir
2021-04-07 Paul E. Murphycmd/internal/obj: remove ppc64 msr support from MOV...
2021-04-07 Makdonruntime/map: update comment for gc/reflect
2021-04-07 Robert Griesemercmd/compile/internal/types2: combine two loops (cleanup...
2021-04-07 Tobias Klausercmd/pack: use testing.T.TempDir in tests
2021-04-07 Cherry Zhangcmd/compile: correct argument area size for typedmemmov...
2021-04-07 徐志伟embed, testing/fstest: small optimization for ReadDir
2021-04-07 ianwoolfnet/http: replace os.MkdirTemp with T.TempDir
2021-04-07 Robert Griesemercmd/compile/internal/syntax: add "~" operator
2021-04-07 Robert Griesemercmd/compile/internal/types2: process errors in src...
next