aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-06-16internal/reflectlite: fix comment about meaning of flag fieldKeith Randall
2025-06-16runtime: don't let readTrace spin on trace.shutdownMichael Anthony Knyszek
2025-06-16internal/trace: make Value follow reflect conventionsMichael Anthony Knyszek
2025-06-13runtime: comment that some linknames are used by runtime/traceCherry Mui
2025-06-13runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueueCherry Mui
2025-06-13cmd/link: block new standard library linknamesCherry Mui
2025-06-12all: replace a few user-visible mentions of golang.org and godoc.orgAlberto Donizetti
2025-06-12internal/trace: end test programs with SIGQUITMichael Anthony Knyszek
2025-06-12net: remove some BUG entriesCherry Mui
2025-06-11encoding/json/jsontext, encoding/json/v2: document experimental natureDamien Neil
2025-06-11cmd/compile: add up-to-date test for generated filesDavid Chase
2025-06-10os: disallow Root.Remove(".") on Plan 9, js, and WindowsDamien Neil
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-06-10internal/trace: pass GOTRACEBACK=crash to testprogsMichael Anthony Knyszek
2025-06-10os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIXDamien Neil
2025-06-10net/http: make the zero value of CrossOriginProtection workAustin Clements
2025-06-10cmd/dist: only install necessary tools when doing local testMichael Matloob
2025-06-10runtime: don't do a direct G handoff in semrelease on systemstackMichael Anthony Knyszek
2025-06-10all.{bash,rc}: use "../bin/go tool dist" instead of "%GOTOOLDIR%/dist" print ...Guoqi Chen
2025-06-09cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)Paul Murphy
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-06-09runtime: clarify stack traces for bubbled goroutinesDamien Neil
2025-06-09runtime: return a different bubble deadlock error when main goroutine is doneDamien Neil
2025-06-09cmd/internal/doc: increase version of pkgsite doc command that's runMichael Matloob
2025-06-09cmd/compile: relax reshaping conditionCuong Manh Le
2025-06-09log/slog: fix level doc on handlersJonathan Amsterdam
2025-06-07runtime: check for gsignal in racecall on loong64Guoqi Chen
2025-06-06os/signal: doc link to syscall.EPIPEOlivier Mengué
2025-06-06all: update vendored dependencies [generated]Carlos Amedee
2025-06-05net/http: strip sensitive proxy headers from redirect requestsNeal Patel
2025-06-04runtime: make bubbled timers more consistent with unbubbledDamien Neil
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-06-04cmd/trace: handle Sync event at the beginning of the traceMichael Anthony Knyszek
2025-06-04runtime: reduce per-P memory footprint when greenteagc is disabledMichael Anthony Knyszek
2025-06-04test: add another regression test for issue 73309Cuong Manh Le
2025-06-04cmd/compile: better error message when import embed packageqiulaidongfeng
2025-06-03cmd/dist: don't install tools that won't be shipped in distributionMichael Matloob
2025-06-03cmd/doc: build cmd/doc directly into the go commandMichael Matloob
2025-06-03go/token: remove unreachable codeMichael Pratt
2025-06-03go/token: tweak commentAlan Donovan
2025-06-03cmd/go/internal/cfg: fix GOROOT setting when forcing host configMichael Matloob
2025-06-02runtime: additional memmove benchmarksKeith Randall
2025-06-02go/token: FileSet: hold Files in a balanced treeAlan Donovan
2025-06-02runtime: randomize order of timers at the same instant in bubblesDamien Neil
2025-06-02go/{ast,parser,types}: add signpost to golang.org/x/tools/go/packagesAlan Donovan
2025-06-02cmd/compile/internal/noder: document quirk of string elementsMark Freeman
2025-06-02cmd/compile/internal/noder: stub type section and adjust othersMark Freeman
2025-06-02cmd/compile/internal/noder: begin filling in SectionObjMark Freeman
2025-06-02cmd/compile/internal/noder: fill in SectionNameMark Freeman