aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-11-26cmd/link: test that moduledata is in its own sectionIan Lance Taylor
2025-11-26cmd/link: test that findfunctab is in gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: test that funcdata values are in gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: always run current linker in testsIan Lance Taylor
2025-11-26cmd/link: put moduledata in its own .go.module sectionIan Lance Taylor
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26cmd/link: put runtime.findfunctab in the .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: put funcdata symbols in .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: build shstrtab from ELF sectionsIan Lance Taylor
2025-11-26cmd/link: use shdr as a slice rather than counting in elfhdr.ShnumIan Lance Taylor
2025-11-26cmd/link: sort allocated ELF section headers by addressIan Lance Taylor
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26cmd/link, cmd/internal/obj: fix a remote call failure issuelimeidan
2025-11-26cmd/internal/obj/loong64: remove the incorrect unsigned instructionsXiaolin Zhao
2025-11-26go/types, types2: remove InvalidTypeCycle from literals.goMark Freeman
2025-11-26go/types, types2: remove setDefType and most def plumbingMark Freeman
2025-11-26go/types, types2: replace setDefType with pending type checkMark Freeman
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26go/types: relax NewSignatureType for append(slice, str...)Alan Donovan
2025-11-26cmd/compile: fix bloop get name logicJunyang Shao
2025-11-26cmd/go: remove experiment checks for compile -cmatloob
2025-11-26doc/next: document broken freebsd/riscv64 portDmitri Shuralyov
2025-11-26cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simdCherry Mui
2025-11-26cmd/go: limit total compile -c backend concurrency using a poolMichael Matloob
2025-11-26cmd/compile: handle loops better during stack allocation of slicesKeith Randall
2025-11-26go/types, types2: improve printing of []*operand lists (debugging support)Robert Griesemer
2025-11-26cmd/internal/obj/loong64: add {,x}vmadd series instructions supportGuoqi Chen
2025-11-26cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructionsXiaolin Zhao
2025-11-26cmd/compile: add tests bruteforcing limit complementJorropo
2025-11-26cmd/compile: add tests bruteforcing limit negation and improve limit additionJorropo
2025-11-26cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequalAlexander Musman
2025-11-26cmd/go: remove final references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/toolchain: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/modget: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/load: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/modcmd: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/compile: adjust start heap sizeDavid Chase
2025-11-25cmd/go/internal/modfetch: remove references to Fetcher_ in test fileIan Alexander
2025-11-25cmd/go/internal/modload: replace references to modfetch.Fetcher_Ian Alexander
2025-11-25cmd/go/internal/modcmd: inject modfetch.Fetcher_ into DownloadModuleIan Alexander
2025-11-25cmd/go/internal/modload: inject modfetch.Fetcher_ into commitRequirementsIan Alexander
2025-11-25cmd/go/internal/modfetch: inject Fetcher_ into TidyGoSumIan Alexander
2025-11-25cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in...Guoqi Chen
2025-11-25[dev.simd] simd, cmd/compile: add float -> float conversionsJunyang Shao
2025-11-25[dev.simd] simd, cmd/compile: add int -> fp conversionsJunyang Shao
2025-11-25[dev.simd] simd, cmd/compile: add float -> int conversionsJunyang Shao
2025-11-25cmd/go/internal/modfetch: move global goSum to Fetcher_Ian Alexander
2025-11-25cmd/go: remove fips140 dependency on global Fetcher_Ian Alexander
2025-11-25cmd/internal/obj/riscv: document compressed instructionsMark Ryan
2025-11-24cmd/go/internal/modfetch: rename State to FetcherIan Alexander