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