aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-03-13cmd/go: split reuse_hg test to allow parts to run in parallelmatloob
2026-03-13cmd/go/internal/vcweb: hold hg server lock while servingmatloob
2026-03-13cmd/compile: keep blank nodes alive in b.loopJunyang Shao
2026-03-12cmd/go: isolate some very long testsMichael Matloob
2026-03-12cmd/go: add VCS telemetry counterRoland Shoemaker
2026-03-11cmd/link: fix macOS 13 buildRuss Cox
2026-03-10cmd/compile: fix arm direct tail callKeith Randall
2026-03-10cmd/compile: unwrap OCONVIFACE in staticinit for OAS2Oliver Eikemeier
2026-03-10cmd/internal/obj/arm: set spadj in arm32 tailcallThea Heinen
2026-03-10cmd/link: add -macos and -macsdk flags to set LC_BUILD_VERSIONRuss Cox
2026-03-10cmd/compile: add double-mask elimination rule for wasmGeorge Adams
2026-03-10bytes: remove unused indexBytePortableapocelipes
2026-03-10cmd/compile: fix mips64 CALLtailinter argument countKeith Randall
2026-03-10cmd/compile: forward small Load through Move to avoid redundant copiesdorbmon
2026-03-10cmd/link: put itabs in the .go.type sectionIan Lance Taylor
2026-03-10cmd/compile: remove loop variable capture workaroundsgojkovicmatija99
2026-03-10cmd/go/internal/modload: update WillBeEnabled to check for go.workMichael Matloob
2026-03-10cmd/internal/obj/riscv: materialise 32 bit unsigned constantsJoel Sing
2026-03-10cmd/internal/obj/riscv: factor out constant materialisation codeJoel Sing
2026-03-10cmd/internal/obj/riscv: factor out constant materialisation identificationJoel Sing
2026-03-10cmd/compile: add identity and absorption rules for wasmGeorge Adams
2026-03-10cmd/compile: fix ICE when checking slice capCuong Manh Le
2026-03-09cmd/go/internal/modfetch/codehost: cache some vcs opsmatloob
2026-03-09go/types, types2: implement simple generic trieRobert Griesemer
2026-03-09cmd/go/internal/cache: update trim timestamp before trimmingMichael Matloob
2026-03-09cmd/compile, go/*: allow generic methods starting with Go 1.27Robert Griesemer
2026-03-09go/types, types2: up-date testdata/manual templateRobert Griesemer
2026-03-09cmd/internal/test2json: generate and validate test artifactsEthan Reesor
2026-03-09testing: annotate output text typeEthan Reesor
2026-03-09cmd/go/internal/testdata: change list_std_vendor to use local modproxyMichael Matloob
2026-03-09cmd/go/testdata/script: update more tests to not use networkMichael Matloob
2026-03-09cmd/go/testdata/script: rewrite mod_invalid_version to not use networkmatloob
2026-03-09cmd/go/internal/modload: rename type `loader` to `packageLoader`Ian Alexander
2026-03-08cmd/go: disallow go env -w GOROOT=...Russ Cox
2026-03-07cmd/internal/obj: fix indirect tail call codeKeith Randall
2026-03-06testing: escapes framing markersEthan Reesor
2026-03-06cmd/compile: arm64 add 128-bit vector load/store SSA opsAlexander Musman
2026-03-06cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64Joel Sing
2026-03-06cmd/link: sort .pdata by function start addressqmuntal
2026-03-06cmd/link: allow -no family of flags for testing compiler flagCorentin Kerisit
2026-03-06cmd/compile: replace boolean simplification ruleMarvin Stenger
2026-03-06cmd/compile: fold boolean x == x & x != xJorropo
2026-03-06cmd/go: avoid repetitive "invalid version" error on go getyongqijia
2026-03-06cmd/go: exclude vendor directories in go work use -ryongqijia
2026-03-06cmd/go/testdata/script: rewrite mod_download_issue51114 to use vcstestMichael Matloob
2026-03-06cmd/go/internal/modfetch: quiet read-only filesystem stat cache warningsBrad Fitzpatrick
2026-03-06cmd/compile: add I64Sub constant folding rule for wasmGeorge Adams
2026-03-06cmd/compile: remove left over constant checkingCuong Manh Le
2026-03-06cmd/compile/internal/typecheck: simplify tcSliceHeaderCuong Manh Le
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall