aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
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
2025-11-24cmd/go/internal/modload: make State.modfetchState a pointerIan Alexander
2025-11-24cmd/go: add setters for critical State fieldsIan Alexander
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24all: update to x/net@bff14c52567061031b9761881907c39e24792736Damien Neil
2025-11-24cmd/compile: add cases for StringLen to proveDavid Chase
2025-11-24cmd/go/internal/auth: fix typoJes Cok
2025-11-24[dev.simd] all: merge master (e704b09) into dev.simdCherry Mui
2025-11-24go/types, types2: shorten object map assertionMark Freeman
2025-11-24[dev.simd] all: merge master (02d1f3a) into dev.simdCherry Mui
2025-11-24runtime/cgo: add support for `any` param and return typeAlexandre Daubois
2025-11-24cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390xSrinivas Pokala