]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-06-24 Joe Tsaiencoding/json/v2: reject unquoted dash as a JSON field...
2025-06-24 Joe Tsaiencoding/json/v2: report error on time.Duration without...
2025-06-24 Joe Tsaicmd/dist: test encoding/json/... with GOEXPERIMENT...
2025-06-23 Michael Anthony... internal/trace: improve gc-stress test
2025-06-23 Joe Tsaiencoding/json/jsontext: consistently use JSON terminology
2025-06-23 Cherry Muiruntime: add missing unlock in sysReserveAlignedSbrk
2025-06-23 Robert FindleyRevert "go/types, types2: don't register interface...
2025-06-20 Damien Neiltesting, testing/synctest: handle T.Helper in synctest...
2025-06-20 cuishuangruntime: fix struct comment
2025-06-20 Sean Liaocrypto/cipher: fix link to crypto/aes
2025-06-20 Adam Bendergo/doc: add a golden test that reproduces #62640
2025-06-18 Michael Prattcmd/go/internal/fips140: ignore GOEXPERIMENT on error
2025-06-18 Michael Anthony... runtime: set mspan limit field early and eagerly
2025-06-18 Michael Anthony... runtime: prevent mutual deadlock between GC stopTheWorl...
2025-06-17 Kevin Burkeencoding/json/jsontext: fix spelling error
2025-06-16 Michael Anthony... cmd/dist: always include variant in package names
2025-06-16 Keith Randallinternal/reflectlite: fix comment about meaning of...
2025-06-16 Michael Anthony... runtime: don't let readTrace spin on trace.shutdown
2025-06-16 Michael Anthony... internal/trace: make Value follow reflect conventions
2025-06-13 Cherry Muiruntime: comment that some linknames are used by runtim...
2025-06-13 Cherry Muiruntime: remove unused unique.runtime_blockUntilEmptyFi...
2025-06-13 Cherry Muicmd/link: block new standard library linknames
2025-06-13 Alberto Donizettiall: replace a few user-visible mentions of golang...
2025-06-12 Michael Anthony... internal/trace: end test programs with SIGQUIT
2025-06-12 Cherry Muinet: remove some BUG entries
2025-06-11 Damien Neilencoding/json/jsontext, encoding/json/v2: document...
2025-06-11 David Chasecmd/compile: add up-to-date test for generated files
2025-06-10 Damien Neilos: disallow Root.Remove(".") on Plan 9, js, and Windows
2025-06-10 Michael Anthony... runtime: handle system goroutines later in goroutine...
2025-06-10 Damien Neiltesting/synctest, runtime: avoid panic when using linke...
2025-06-10 Michael Anthony... internal/trace: pass GOTRACEBACK=crash to testprogs
2025-06-10 Damien Neilos: do not follow dangling symlinks in Root when O_CREA...
2025-06-10 Austin Clementsnet/http: make the zero value of CrossOriginProtection...
2025-06-10 Michael Matloobcmd/dist: only install necessary tools when doing local...
2025-06-10 Michael Anthony... runtime: don't do a direct G handoff in semrelease...
2025-06-10 Guoqi Chenall.{bash,rc}: use "../bin/go tool dist" instead of...
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...
next