aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-05-20cmd/compile/internal/escape: additional constant and zero value tests and log...thepudds
2025-05-20cmd/go: extend the ignore directive for indexed modulesSam Thanawalla
2025-05-20cmd/go: add 2 scripts test for git sha256 fetchingDavid Finkel
2025-05-20cmd/go/internal/modload: remove likely vestigial ability to infer module path...thepudds
2025-05-19cmd/compile: align stack-allocated backing stores higher than requiredKeith Randall
2025-05-19cmd/compile: don't preload registers if destination already scheduledkhr@golang.org
2025-05-19cmd/compile: allocate backing store for append on the stackKeith Randall
2025-05-19cmd/compile: derive bounds on signed %N for N a power of 2Keith Randall
2025-05-19cmd/compile/internal/noder: mark Sync as a primitiveMark Freeman
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-19cmd/compile/internal/noder: document SectionPkgMark Freeman
2025-05-19cmd/compile/internal/noder: format grammarMark Freeman
2025-05-19cmd/compile/internal/noder: document the PosBase sectionMark Freeman
2025-05-19cmd/compile: fold negation into addition/subtraction on mipsxJulian Zhu
2025-05-19go/types, types2: improve error message for init without bodyMark Freeman
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-19cmd/distpack: use positive list of tools to keepMichael Matloob
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-19cmd/compile: add prefetch intrinsic support on loong64Guoqi Chen
2025-05-19cmd/link/internal: add support for internal linking on loong64limeidan
2025-05-16cmd/distpack: remove more tools from packaged distributionMichael Matloob
2025-05-16cmd/distpack: remove some tools from packaged distributionMichael Matloob
2025-05-16cmd/compile: fold negation into addition/subtraction on mips64xJulian Zhu
2025-05-16cmd/go/internal/modget: check in workspace mode if go.work presentMichael Matloob
2025-05-16cmd/go/internal/work: update minimum supported s390x version on goSrinivas Pokala
2025-05-16cmd/go: add global ignore mechanismSam Thanawalla
2025-05-15cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction...Guoqi Chen
2025-05-15cmd/compile: allow load-op merging in additional situationsKeith Randall
2025-05-15cmd/compile: schedule induction variable increments lateKeith Randall
2025-05-15cmd/compile: use OpMove instead of memmove more on arm64Keith Randall
2025-05-15cmd/compile: create LSym for closures with type conversionYongyue Sun
2025-05-15cmd/link: fix outdated output mmap checkZxilly
2025-05-14cmd/compile: fold negation into addition/subtraction on loong64Xiaolin Zhao
2025-05-14cmd/go/internal/pkg: fail on bad filenamesIan Alexander
2025-05-14cmd/go: fix not print GCCGO when it's not the defaultqiulaidongfeng
2025-05-14internal/pkgbits, cmd/compile/internal/noder: document string sectionMark Freeman
2025-05-14cmd/internal/script: fix copying directory when symlink failsIan Alexander
2025-05-14cmd/intarnal/obj: add new assembly format for VANDV and VANDB on loong64Xiaolin Zhao
2025-05-13cmd/go: add support for git sha256 hashesDavid Finkel
2025-05-13cmd/go: support -json flag in go versionxieyuschen
2025-05-12cmd/link: ignore mapping symbols on riscv64Yao Zi
2025-05-12cmd/internal/obj/loong64: Add preld{,x} instructions supportGuoqi Chen
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-12cmd/link: use >4GB base address for 64-bit PE binariesqmuntal
2025-05-11cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructionsXiaolin Zhao
2025-05-09cmd/go: change go tool to build tools missing from GOROOT/pkg/toolMichael Matloob
2025-05-09cmd/compile/internal/noder: begin documenting meta sectionMark Freeman
2025-05-08cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructionsXiaolin Zhao
2025-05-08cmd/compile/internal/noder: begin a formal UIR grammar.Mark Freeman
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek