aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 dayscmd/compile/internal/noder: split up objTypeParamsMark Freeman
13 daysspec: in range-over-func, the yield function cannot be variadicRobert Griesemer
13 daysgo/types, types2: in range-over-func, the yield function cannot be variadicRobert Griesemer
13 daysruntime: rename _mkmalloc's module to avoid GOROOT conflictMichael Matloob
14 daysinternal/runtime/atomic: simplify linknamesCherry Mui
14 dayscmd/compile/internal/importer: update commentMark Freeman
14 dayscmd/internal/goobj: regenerate builtin list, add retpoline and tls_g symbolsCherry Mui
14 daysruntime/secret: replace stub reference in test assemblyCherry Mui
14 dayscmd/link: make dupok symbol handling path clearerCherry Mui
14 dayscmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry Mui
14 dayscmd/cgo/internal/testcarchive: unskip a test on darwin/arm64Cherry Mui
14 daysinternal/pkgbits: bump version for generic methodsMark Freeman
14 dayscmd/compile/internal/noder: separate generic methods in type encodingMark Freeman
14 dayscmd/link: remove SITABLINKIan Lance Taylor
14 daysinternal/abi: set MaxPtrmaskBytes to 16Ian Lance Taylor
2026-03-31cmd/go/internal/doc: follow up to CL 733200Michael Matloob
2026-03-31cmd/internal/obj/riscv: add support for FENCE operands and FENCE.TSOwangboyao
2026-03-31cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from l...limeidan
2026-03-31cmd/compile/internal/noder: reword commentMark Freeman
2026-03-31cmd/compile/internal/noder: encode dictionaries for generic methodsMark Freeman
2026-03-31cmd/compile/internal/noder: mangle method namesMark Freeman
2026-03-31cmd/go: add more go tool documentation and show tool aliases in go toolMichael Matloob
2026-03-31net/http/internal/http2: prevent hanging Transport due to bad SETTINGS frameNicholas S. Husin
2026-03-31cmd/compile/internal/noder: qualify identifiers for generic methodsMark Freeman
2026-03-31cmd/compile/internal/noder: method expressions have nil implicitsMark Freeman
2026-03-31cmd/compile/internal/noder: method expressions for generic methodsMark Freeman
2026-03-31runtime/cgo: remove SIGSEGV emulation on iOSqmuntal
2026-03-31test/codegen: remove unneeded commasKeith Randall
2026-03-31runtime: unix: sane exit in dieFromSignal for pid 1Kir Kolyshkin
2026-03-31cmd/go/internal/doc: use internal go command logic to load packagesmatloob
2026-03-31test/codegen: forbid commas as separatorsKeith Randall
2026-03-31test/codegen: fix some unbalanced quotesKeith Randall
2026-03-31test/codegen: replace commas with spaces between regexpsKeith Randall
2026-03-31test/codegen: get rid of \sKeith Randall
2026-03-31test/codegen: fix broken syntaxKeith Randall
2026-03-31cmd/link, runtime: record size of itabsIan Lance Taylor
2026-03-31cmd/compile: fix wrong label loop during rangefunc rewriteCuong Manh Le
2026-03-31cmd/compile: ensure map/slice clearing expressions are walkedCuong Manh Le
2026-03-31cmd/compile: convert some condmoves in XORJorropo
2026-03-31cmd/compile: convert some condmoves in ORJorropo
2026-03-31sync: replace linkname with importCherry Mui
2026-03-31net/http: support passing Server Shutdown context to HTTP/3 implementationsNicholas S. Husin
2026-03-31image/jpeg: reject RGB and non-standard chroma subsamplingNigel Tao
2026-03-30simd/archsimd: mark pa* unsafe helpers as nocheckptrCuong Manh Le
2026-03-30net/http/internal/http2: don't reuse ClientRequest streamsDamien Neil
2026-03-30internal/trace/tracev2: add String for ProcSyscallAbandonedFlorian Lehner
2026-03-30go/types, types2: report an error if constant string overflowsRobert Griesemer
2026-03-30all: fix some minor issues in the commentscuishuang
2026-03-30runtime/race: allow TestOutput output in either orderMichael Pratt
2026-03-30cmd/go/internal/doc: document that -all and -short cannot be combinedmatloob