2025-06-23 |
Joe Tsai | encoding/json/jsontext: consistently use JSON terminology |
commit | commitdiff | tree |
2025-06-23 |
Cherry Mui | runtime: add missing unlock in sysReserveAlignedSbrk |
commit | commitdiff | tree |
2025-06-23 |
Robert Findley | Revert "go/types, types2: don't register interface... |
commit | commitdiff | tree |
2025-06-20 |
Damien Neil | testing, testing/synctest: handle T.Helper in synctest... |
commit | commitdiff | tree |
2025-06-20 |
cuishuang | runtime: fix struct comment |
commit | commitdiff | tree |
2025-06-20 |
Sean Liao | crypto/cipher: fix link to crypto/aes |
commit | commitdiff | tree |
2025-06-20 |
Adam Bender | go/doc: add a golden test that reproduces #62640 |
commit | commitdiff | tree |
2025-06-18 |
Michael Pratt | cmd/go/internal/fips140: ignore GOEXPERIMENT on error |
commit | commitdiff | tree |
2025-06-18 |
Michael Anthony... | runtime: set mspan limit field early and eagerly |
commit | commitdiff | tree |
2025-06-18 |
Michael Anthony... | runtime: prevent mutual deadlock between GC stopTheWorl... |
commit | commitdiff | tree |
2025-06-17 |
Kevin Burke | encoding/json/jsontext: fix spelling error |
commit | commitdiff | tree |
2025-06-16 |
Michael Anthony... | cmd/dist: always include variant in package names |
commit | commitdiff | tree |
2025-06-16 |
Keith Randall | internal/reflectlite: fix comment about meaning of... |
commit | commitdiff | tree |
2025-06-16 |
Michael Anthony... | runtime: don't let readTrace spin on trace.shutdown |
commit | commitdiff | tree |
2025-06-16 |
Michael Anthony... | internal/trace: make Value follow reflect conventions |
commit | commitdiff | tree |
2025-06-13 |
Cherry Mui | runtime: comment that some linknames are used by runtim... |
commit | commitdiff | tree |
2025-06-13 |
Cherry Mui | runtime: remove unused unique.runtime_blockUntilEmptyFi... |
commit | commitdiff | tree |
2025-06-13 |
Cherry Mui | cmd/link: block new standard library linknames |
commit | commitdiff | tree |
2025-06-13 |
Alberto Donizetti | all: replace a few user-visible mentions of golang... |
commit | commitdiff | tree |
2025-06-12 |
Michael Anthony... | internal/trace: end test programs with SIGQUIT |
commit | commitdiff | tree |
2025-06-12 |
Cherry Mui | net: remove some BUG entries |
commit | commitdiff | tree |
2025-06-11 |
Damien Neil | encoding/json/jsontext, encoding/json/v2: document... |
commit | commitdiff | tree |
2025-06-11 |
David Chase | cmd/compile: add up-to-date test for generated files |
commit | commitdiff | tree |
2025-06-10 |
Damien Neil | os: disallow Root.Remove(".") on Plan 9, js, and Windows |
commit | commitdiff | tree |
2025-06-10 |
Michael Anthony... | runtime: handle system goroutines later in goroutine... |
commit | commitdiff | tree |
2025-06-10 |
Damien Neil | testing/synctest, runtime: avoid panic when using linke... |
commit | commitdiff | tree |
2025-06-10 |
Michael Anthony... | internal/trace: pass GOTRACEBACK=crash to testprogs |
commit | commitdiff | tree |
2025-06-10 |
Damien Neil | os: do not follow dangling symlinks in Root when O_CREA... |
commit | commitdiff | tree |
2025-06-10 |
Austin Clements | net/http: make the zero value of CrossOriginProtection... |
commit | commitdiff | tree |
2025-06-10 |
Michael Matloob | cmd/dist: only install necessary tools when doing local... |
commit | commitdiff | tree |
2025-06-10 |
Michael Anthony... | runtime: don't do a direct G handoff in semrelease... |
commit | commitdiff | tree |
2025-06-10 |
Guoqi Chen | all.{bash,rc}: use "../bin/go tool dist" instead of... |
commit | commitdiff | tree |
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 |
next |