aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-02-22cmd/internal/obj: support arm64 FMOVQ from/to global addressAlexander Musman
2026-02-21cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fieldsKeith Randall
2026-02-21cmd/compile: add flag for emitting diagnostics unsortedDaniel Morsing
2026-02-19cmd/cgo/internal/test: add a test for C calling into Go before init doneCherry Mui
2026-02-19cmd/compile, go/*: move method type parameter checks from parsers to type che...Robert Griesemer
2026-02-19cmd/link: use bfd ld 2.36+ on linux/arm64 instead of goldDimitri John Ledkov
2026-02-19cmd/dist: clean up test.goqmuntal
2026-02-18cmd/link: don't pass -Wl,-S on illumosPeter Tribble
2026-02-17all: use LF line ending for C filesCherry Mui
2026-02-17cmd/covdata: update test expectations after coverage position changeRudy Regazzoni
2026-02-17cmd/internal/obj: remove ARM64 prefix from encoding helpersAlexander Musman
2026-02-17cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/archAlexander Musman
2026-02-15cmd/compile: don't drop same register twicekhr@golang.org
2026-02-14cmd/compile: avoid folding 64-bit integers into 32-bit constantsYoulin Feng
2026-02-14cmd/internal/obj/loong64: improve ARNG type register name conversionGuoqi Chen
2026-02-14cmd/go: validate inferred module path for go mod initYanchen Chen
2026-02-13cmd/go/internal/vcs: delete go-internal argument handling dead codeTony Tang
2026-02-13cmd/go: document PATH behavior for `go run` and `go tool`Paschalis T
2026-02-13cmd/link: support PIE on linux/s390x without cgoGeorge Adams
2026-02-13cmd/cover: exclude commented-out code from coverage instrumentationRudy Regazzoni
2026-02-12cmd/go: do not collect build information for test packages when not neededPierre Gimalac
2026-02-12cmd/go: fix panic in 'go run -C'Oleksandr Redko
2026-02-12cmd/go/internal/bug: sync go bug headings with GitHub formThanhNguyxn
2026-02-12cmd/compile: make the cached sdom always return the reverse PODaniel Morsing
2026-02-12cmd/go/internal/modindex: eliminate duplicated varsKir Kolyshkin
2026-02-12cmd/compile: fix slice bounds check elimination after function inliningYoulin Feng
2026-02-12cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulkMichael Podtserkovskii
2026-02-12cmd/compile: set alignment for all content-addressable symbolsIan Lance Taylor
2026-02-12cmd/compile: replace conditions to CCMP instructions on ARM64Ch1n-ch1nless
2026-02-12cmd/link: handle runtime.type based on size, not GOOSIan Lance Taylor
2026-02-11cmd/link: correct libc dynamic linker pathMeng Zhuo
2026-02-10cmd/compile, runtime: set alignment of type descriptorsIan Lance Taylor
2026-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
2026-02-10cmd/compile: move likely used values into registers before entering loopKeith Randall
2026-02-07internal/abi, runtime: put type descriptor sizes in internal/abiIan Lance Taylor
2026-02-06cmd/link: run ELF tests on SolarisIan Lance Taylor
2026-02-06cmd/link: only run ELF tests on ELF systemsIan Lance Taylor
2026-02-06cmd/link: make TestTypePlacement work on AIXIan Lance Taylor
2026-02-06cmd/link: use correct alignment for type descriptors on AIXIan Lance Taylor
2026-02-06cmd/link: align covctrs symbolKeith Randall
2026-02-06cmd/compile: allow equal functions to perform unaligned load on loong64Guoqi Chen
2026-02-06cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSPyongqijia
2026-02-06runtime: add explicit lower bounds check to decoderuneJonah Uellenberg
2026-02-06cmd/link: ignore GCC generated .wm4/.wm8 symbols with no typeIan Lance Taylor
2026-02-06cmd/link: correct error message in loadelf.LoadIan Lance Taylor
2026-02-06cmd/compile: fix SIMD type parameter instantiationCuong Manh Le
2026-02-05go/types, types2: mechanically swap x.mode() == invalid for !x.isValid()Mark Freeman
2026-02-05go/types, types2: mechanically swap x.mode_ = invalid for x.invalidate()Mark Freeman
2026-02-05go/types, types2: mechanically replace read accesses to operand.mode_Mark Freeman
2026-02-05go/types, types2: mechanically replace read accesses to operand.typ_Mark Freeman