aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
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-30go/types, types2: report an error if constant string overflowsRobert Griesemer
2026-03-30all: fix some minor issues in the commentscuishuang
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-27cmd/link: run TestMachOBuildVersion only on darwinCherry Mui
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
2026-03-27cmd/fix: change -diff to exit 1 if diffs existyongqijia
2026-03-27cmd/go: add example support to go doc outputNick White
2026-03-27all: remove openbsd/mips64 portTobias Klauser
2026-03-27cmd/compile/internal/ssa: prove support induction variable pairYoulin Feng
2026-03-27cmd/compile: use prove to remove no-op OrsJorropo
2026-03-27cmd/compile: remove 68857 And flowLimit workaround in proveJorropo
2026-03-27cmd/compile: use prove to remove no-op AndsJorropo
2026-03-26cmd/link: group gcmask symbols, move them to noptrbssIan Lance Taylor
2026-03-26cmd/internal/obj/riscv: add assembly support of Zbc extensionXueqi Luo
2026-03-26cmd/compile/internal/noder: set hasShape for shaped functionsMark Freeman
2026-03-26cmd/compile/internal/noder: shapeSig must return shaped signaturesMark Freeman
2026-03-26cmd/go: default to Go 1.20 GODEBUGs in GOPATH modeMichael Matloob
2026-03-26cmd/compile: on ARM64 merge SRA into TBZ & TBNZJorropo
2026-03-26cmd/compile: on ARM64 merge ROR into TBZ & TBNZJorropo
2026-03-26cmd/compile: on ARM64 merge shifts into TBZ & TBNZJorropo
2026-03-26runtime, cmd/link: remove itablinksIan Lance Taylor
2026-03-26cmd/compile: skip incomplete types in needWrapperCuong Manh Le
2026-03-26cmd/compile: do not invert loops that would overflow or underflowJorropo
2026-03-26cmd/compile: fix missing walk for OAS2RECV nodeCuong Manh Le
2026-03-25cmd/link: fix host object's .pdata entries orderqmuntal
2026-03-25cmd/dist: try to use jj commit info for devel versionmatloob
2026-03-25cmd/compile: preserve variadic signature on range-over-funcCuong Manh Le
2026-03-25cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other testsCherry Mui
2026-03-25cmd/go: add information about GODEBUGs to go help gopathMichael Matloob
2026-03-25cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist testDmitri Shuralyov
2026-03-25cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-24cmd/link: print more information in TestExtLinkCmdlineDeterminismCherry Mui
2026-03-24cmd/go/testdata/vcstest: explicitly set invalid-version's branch to mainmatloob
2026-03-24cmd/compile: handle string literals in FIPS mode consistentlyCherry Mui
2026-03-24internal/abi, cmd/link: centralize type descriptor size calculationJake Bailey
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-24cmd/go: document that workspace use paths are not resolved through symlinksgulmix