aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-03-24cmd/go/internal/doc: remove flag listing from usageMichael Matloob
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-23cmd/go: fix autocgo test fail when set CGO_ENABLED during make.bashqiulaidongfeng
2026-03-22cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from t...limeidan
2026-03-20Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...Michael Pratt
2026-03-20cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)Robert Griesemer
2026-03-20Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...Michael Pratt
2026-03-20all: update to x/tools@5d7afbc08aecDmitri Shuralyov
2026-03-20cmd/compile: on arm64 pair a load with a load in a subsequent blockKeith Randall
2026-03-20cmd/internal/obj/arm64: new arm64 assembling path for SVEJunyang Shao
2026-03-20cmd/go: include test deps in buildinfoStefan VanBuren
2026-03-20cmd/go/internal/help: reword packages and importpath docsSean Liao
2026-03-20cmd/compile: elide sign-extend after zero-extend for wasmGeorge Adams
2026-03-20cmd/compile: (mips64x) optimize float32(abs|sqrt64(float64(x)))Julian Zhu
2026-03-19cmd/link: propagate Mach-O section alignment to symbol in loadmachopenglei
2026-03-19cmd/link: skip special symbols for label symbol generationCherry Mui
2026-03-19cmd/compile: enable promoted field selectors as keys in struct literalsRobert Griesemer
2026-03-19cmd/compile: skip race detector test failure for unsupported VMAGuoqi Chen
2026-03-19cmd/compile/internal/noder: encode promoted struct fields for composite liter...Robert Griesemer
2026-03-19go/types, types2: allow promoted field names as keys in struct literalsRobert Griesemer
2026-03-19cmd/go: reject an empty tool nameOlivier Mengué
2026-03-19cmd/go: make all script tests parallelMichael Matloob
2026-03-18cmd/compile: simplify the implementation of LoweredMoveLoop on loong64Guoqi Chen
2026-03-18cmd/internal/objabi: implement GCC-compatible response file parsingMichael Podtserkovskii
2026-03-18cmd/link/internal/loong64: add immediate range detection to the internal linkerlimeidan
2026-03-18cmd/link: work around race syso weak import on macOSCherry Mui
2026-03-18cmd/link: modify the register used in trampolinelimeidan
2026-03-18cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64Guoqi Chen
2026-03-18cmd/go: provide concise user message to use - go work useRaghvender
2026-03-18cmd/compile: allow multiple induction variables in one block in proveYoulin Feng
2026-03-18cmd/go: make the package loader a part of the module loaderMichael Matloob
2026-03-18cmd/compile: allow halt flag to run concurrentlyDaniel Morsing
2026-03-17cmd/internal/obj/loong64: centralize the functions for getting instruction co...limeidan
2026-03-17cmd/compile: simplify the implementation of LoweredZeroLoop on loong64Guoqi Chen
2026-03-17cmd/internal/obj/loong64: correcting spelling errors in the commentsGuoqi Chen
2026-03-17cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functionsKeith Randall
2026-03-17go/types, types2: handle unconstrained type parameters correctly in a few placesRobert Griesemer
2026-03-17cmd/compile: use 128-bit arm64 vector ops for Move expansionAlexander Musman
2026-03-17cmd/compile: don't treat string literal as static data in FIPS modeCherry Mui
2026-03-17cmd/compile: eliminate redundant sign-extensions for wasmGeorge Adams
2026-03-17cmd/go: update urls in documentation to go.devSean Liao
2026-03-17cmd/go/internal/modload: delete unused filesWuGuangyao
2026-03-17cmd/go/internal/verylongtest: check MustHaveGoBuild in TestGoBuildUmaskMichael Matloob
2026-03-16cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))Meng Zhuo
2026-03-16cmd/go/internal/test: enable stdversion by defaultSean Liao
2026-03-16cmd/go: ensure go.mod and go.sum are consistent after `go get -tool`Ian Alexander
2026-03-16cmd/compile/internal/noder: factor out common UIR versionRobert Griesemer
2026-03-13cmd/link: use 13.0.0 OS version for macOS linkingDmitri Shuralyov
2026-03-13cmd/go: split mod_get_pseudo_hg test to allow parts to run in parallelmatloob
2026-03-13cmd/go: move go_unix_test tests to cmd/go/internal/verylongtestmatloob