]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-06-10 Paul Murphycmd/compile/internal/ssa: fix PPC64 merging of (AND...
2025-06-09 Damien Neilruntime: use small struct TestSynctest to ensure cleanu...
2025-06-09 Damien Neilruntime: clarify stack traces for bubbled goroutines
2025-06-09 Damien Neilruntime: return a different bubble deadlock error when...
2025-06-09 Michael Matloobcmd/internal/doc: increase version of pkgsite doc comma...
2025-06-09 Cuong Manh Lecmd/compile: relax reshaping condition
2025-06-09 Jonathan Amsterdamlog/slog: fix level doc on handlers
2025-06-07 Guoqi Chenruntime: check for gsignal in racecall on loong64
2025-06-06 Olivier Menguéos/signal: doc link to syscall.EPIPE
2025-06-06 Carlos Amedeeall: update vendored dependencies [generated]
2025-06-05 Neal Patelnet/http: strip sensitive proxy headers from redirect...
2025-06-04 Damien Neilruntime: make bubbled timers more consistent with unbubbled
2025-06-04 Cherry MuiRevert "cmd/compile: Enable inlining of tail calls"
2025-06-04 Michael Anthony... cmd/trace: handle Sync event at the beginning of the...
2025-06-04 Michael Anthony... runtime: reduce per-P memory footprint when greenteagc...
2025-06-04 Cuong Manh Letest: add another regression test for issue 73309
2025-06-04 qiulaidongfengcmd/compile: better error message when import embed...
2025-06-03 Michael Matloobcmd/dist: don't install tools that won't be shipped...
2025-06-03 Michael Matloobcmd/doc: build cmd/doc directly into the go command
2025-06-03 Michael Prattgo/token: remove unreachable code
2025-06-03 Alan Donovango/token: tweak comment
2025-06-03 Michael Matloobcmd/go/internal/cfg: fix GOROOT setting when forcing...
2025-06-03 Keith Randallruntime: additional memmove benchmarks
2025-06-02 Alan Donovango/token: FileSet: hold Files in a balanced tree
2025-06-02 Damien Neilruntime: randomize order of timers at the same instant...
2025-06-02 Alan Donovango/{ast,parser,types}: add signpost to golang.org/x...
2025-06-02 Mark Freemancmd/compile/internal/noder: document quirk of string...
2025-06-02 Mark Freemancmd/compile/internal/noder: stub type section and adjus...
2025-06-02 Mark Freemancmd/compile/internal/noder: begin filling in SectionObj
2025-06-02 Mark Freemancmd/compile/internal/noder: fill in SectionName
2025-06-02 Mateusz Poliwczaktesting: add Output method to TB
2025-06-02 Alan Donovanslices,sort: explicitly discard results in benchmarks
2025-05-30 Carlos Amedeeinternal/trace: expose the go version read by the reader
2025-05-30 Michael Matloobcmd/distpack: add test case for pack tool being excluded
2025-05-30 Michael Matloobcmd/distpack: don't keep the pack tool
2025-05-30 Carlos Amedeeruntime: set HeapGoal to zero when the GC is disabled
2025-05-30 Damien Neiltesting, testing/synctest: report correct duration...
2025-05-30 Roxy Lightos: add implementation of fs.ReadLinkFS to *rootFS
2025-05-30 Mark Freemancmd/compile/internal/noder: rename RelIndex to match...
2025-05-29 Cherry Muicmd/compile: update default PGO profile
2025-05-29 Michael Anthony... cmd/internal/obj/s390x: fix potential recursive String...
2025-05-29 Damien Neilruntime, testing/synctest: breaking bubble isolation...
2025-05-29 Damien Neiltesting, testing/synctest: write bubble errors to paren...
2025-05-29 Mark Freemaninternal/pkgbits: explain the rationale for reference...
2025-05-29 Alan Donovanslices: document and test nilness behavior of all functions
2025-05-29 Michael Prattruntime: add vgetrandom lock rank
2025-05-29 Michael Prattruntime: guarantee no GOMAXPROCS update syscalls after...
2025-05-29 Gopher Robotdoc/next: delete
2025-05-29 Damien Neilinternal/synctest: speed up TestWeak
2025-05-29 Damien Neilruntime, internal/synctest, sync: associate WaitGroups...
2025-05-29 Michael Prattruntime: increment updatemaxprocs metric only when...
2025-05-29 Alan Donovango/doc: NewFromFiles: fix panic on Files with SkipObjec...
2025-05-29 Gopher Robotapi: promote next to go1.25
2025-05-29 Keith Randallcmd/compile: do nil check before calling duff functions...
2025-05-28 Michael Prattruntime: rename updateGOMAXPROCS to updateMaxProcsG
2025-05-28 Michael Anthony... doc/next: add release note for riscv64 plugin build...
2025-05-28 Mark Freemango/types, types2: dump position stack for non-bailout...
2025-05-28 Cherry Muicmd/link: allow linkname reference to a TEXT symbol...
2025-05-28 Michael Anthony... doc/next: tweak runtime release notes
2025-05-28 Dmitri Shuralyovlib/time: update to 2025b/2025b
2025-05-28 Damien Neilos: don't follow symlinks on Windows when O_CREATE...
2025-05-27 Damien Neilruntime, testing/synctest: verify cleanups/finalizers...
2025-05-27 Damien Neilruntime: define lock ranking between weak pointers...
2025-05-27 thepuddscmd/compile/internal/walk: use original type for compos...
2025-05-27 Carlos Amedeeruntime/trace: add a trace validation test for differen...
2025-05-27 Michael Matloobcmd/go: fix get with the new 'work' pattern
2025-05-27 Sean Liaolog/slog: fix longtests with empty source
2025-05-27 David Chasedoc/next: add small header to TODO
2025-05-27 Alan Donovango/token: benchmark FileSet.{Position,AddExistingFiles}
2025-05-27 Alan Donovango/ast: deprecate FilterPackage, PackageExports, MergeP...
2025-05-27 Michael Prattruntime: skip nil Ps in allp during cleanup flush
2025-05-27 Filippo Valsordacrypto/tls: enable signature algorithm BoGo tests ...
2025-05-27 jiahua wangerrors: add joinError Unwrap example
2025-05-27 cuishuangio/fs: add examples for Glob,ReadFile and ValidPath
2025-05-24 Antonio Pitasilog/slog: make TextHandler discard empty Source
2025-05-24 Sean Liaotesting/synctest: correct duration in doc example
2025-05-24 Mateusz Poliwczakhash: mention the new Cloner interface in Hash docs.
2025-05-24 Filippo Valsordacrypto/tls: signature_algorithms in CertificateRequest...
2025-05-23 Carlos Amedeenet: use runtime.AddCleanup instead of runtime.SetFinalizer
2025-05-23 Michael Prattruntime/trace: match traceClockNow types
2025-05-23 David Chasedoc/next: add crudely processed todos
2025-05-23 Filippo Valsordanet/http: document that ServeMux.Handler can also synth...
2025-05-23 Carlos Amedeeruntime/trace: fix flaky test for SetMinAge
2025-05-22 Keith Randalldoc: fix TBD mark
2025-05-22 Keith Randalldoc: mention stack allocation of variable-sized make...
2025-05-22 Michael Anthony... runtime: don't spin looking for a tiny alloc address...
2025-05-22 Cuong Manh Lecmd/compile: do not shapify when reading reshaping...
2025-05-22 Cuong Manh Lecmd/compile: fix ICE with recursive alias type parameter
2025-05-22 Michael Matloobcmd/doc: properly set GOPROXY to avoid deprecation...
2025-05-22 Michael MatloobRevert "cmd/doc: better support for no network"
2025-05-22 Cuong Manh Lecmd/compile: fix ICE when transforming loopvar
2025-05-22 Michael Anthony... runtime: use the immortal weak handle map for sbrk...
2025-05-22 Jake Baileycmd/compile/internal/ssa: eliminate string copies for...
2025-05-22 Cherry Muihash/maphash: move purego-only helper functions to...
2025-05-22 Cherry Muicmd/compile, unique: model data flow of non-string...
2025-05-22 thepuddscmd/compile/internal/escape: make escape analysis ...
2025-05-22 Carlos Amedeeruntime/trace: add the flight recorder
2025-05-22 Julian Zhucmd/compile: fold negation into addition/subtraction...
2025-05-21 Filippo Valsordacrypto,hash: add and implement hash.Cloner
2025-05-21 Filippo Valsordadoc: refer to SHAKE in #69518 release note
next