aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
14 daysinternal/pkgbits: bump version for generic methodsMark Freeman
14 dayscmd/compile/internal/noder: separate generic methods in type encodingMark Freeman
2026-04-01cmd/link: remove SITABLINKIan Lance Taylor
2026-04-01internal/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-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: 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
2026-03-30cmd/compile/internal/noder: swap use of TypeList for []TypeMark Freeman
2026-03-30cmd/compile/internal/noder: add is[Concrete|Generic]Method helpersMark Freeman
2026-03-30cmd/compile/internal/devirtualize: improve debug logsMateusz Poliwczak
2026-03-30cmd/compile/internal/devirtualize: use pointer identity for type comparisonMateusz Poliwczak
2026-03-30encoding/hex: speed up DecodeJulien Cretel
2026-03-30runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototypeTobias Klauser
2026-03-28runtime: remove redundant fields from memory profile recordsNick Ripley
2026-03-27math: add assembly func archExp and archExp2 for riscv64Julian Zhu
2026-03-27cmd/link: run TestMachOBuildVersion only on darwinCherry Mui
2026-03-27runtime/race: use subtests for TestOutputMichael Pratt
2026-03-27crypto: disallow RegisterHash with hash value 0Roland Shoemaker
2026-03-27cmd/go: specify full path to go command when running go tool covdataMichael Matloob
2026-03-27cmd/go/internal/verylongtest: run tests in a separate GOCACHECherry Mui
2026-03-27Revert "cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with ot...Cherry Mui