aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-11-17[dev.simd] cmd/compile, simd: change AES op names and add missing sizeJunyang Shao
2025-11-17[dev.simd] cmd/compile, simd: add VPALIGNRJunyang Shao
2025-11-17[dev.simd] cmd/compile: fix unstable outputJunyang Shao
2025-11-17cmd/compile: teach prove about subtract idiomsKeith Randall
2025-11-17cmd/compile: clean up prove passKeith Randall
2025-11-14cmd: update x/tools to 59ff18cAlan Donovan
2025-11-14cmd/go: tests: rename git-min-vers->git-sha256David Finkel
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-14doc, cmd/internal/obj/riscv: document the riscv64 assemblerMark Ryan
2025-11-14cmd/compile/internal: remove incorrect riscv64 SLTI ruleMark Ryan
2025-11-14cmd/compile: fold negation into multiplicationMeng Zhuo
2025-11-14cmd/compile: optimize comparisons with single bit differenceMichael Munday
2025-11-14cmd/compile: remove unnecessary casts and types from riscv64 rulesMichael Munday
2025-11-14go/types, types2: swap object.color for Checker.objPathIdxMark Freeman
2025-11-14cmd/link/internal/ld: make runtime.buildVersion with experiments validmatloob@golang.org
2025-11-13cmd/trace: annotation proc start/stop with thread and proc alwaysMichael Anthony Knyszek
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-13cmd/go: fix flaky TestScript/mod_get_directRuss Cox
2025-11-13go/types, types2: rename definedType to declaredType and clarify docsMark Freeman
2025-11-13go/types, types2: check for direct cycles as a separate phaseRobert Griesemer
2025-11-13cmd/go/internal/modfetch: consolidate global varsIan Alexander
2025-11-13cmd/go/internal/modfetch/codehost: fix flaky TestReadZipRuss Cox
2025-11-13cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructionsJoel Sing
2025-11-13cmd/internal/obj/riscv: implement better bit pattern encodingJoel Sing
2025-11-12cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H/W/V}{,U} instructions supportGuoqi Chen
2025-11-12cmd/go: keep objects alive while stopping cleanupsMichael Anthony Knyszek
2025-11-12cmd/compile: don't clear ptrmask in fillptrmaskIan Lance Taylor
2025-11-12cmd/compile: use FCLASSD for subnormal checks on riscv64Michael Munday
2025-11-12cmd/compile: optimize liveness in stackallocDaniel Morsing
2025-11-12cmd/link: change shdr and phdr from arrays to slicesIan Lance Taylor
2025-11-12cmd/go: clarify the -o testflag is only for copying the binarySean Liao
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-11[dev.simd] cmd/compile: add masked merging ops and optimizationsJunyang Shao
2025-11-11cmd/go: implement accurate pseudo-versions for MercurialRuss Cox
2025-11-11cmd/go/internal/vcweb: cache hg serversRuss Cox
2025-11-11cmd/go: implement -reuse for Mercurial reposRuss Cox
2025-11-10go/types, types2: first argument to append must never be be nilRobert Griesemer
2025-11-10[dev.simd] cmd/compile: add peepholes for all masked ops and bug fixesJunyang Shao
2025-11-10[dev.simd] simd, cmd/compile: remove move from APIJunyang Shao
2025-11-10cmd/go: remove redundant AVX regex in security flag checksmohanson
2025-11-10cmd/internal/obj/arm64: shorten constant integer loadsKeith Randall
2025-11-08cmd/go: update goSum if necessaryIan Alexander
2025-11-08cmd/go: output missing GoDebug entriesIan Alexander
2025-11-07cmd/go: rewrite hgrepo1 test repo to be deterministicRuss Cox
2025-11-07cmd/go: copy git reuse and support repos to hgRuss Cox
2025-11-07cmd/go: improve TestScript/reuse_gitRuss Cox
2025-11-07cmd/link: clean up some comments to Go standardsIan Lance Taylor
2025-11-07runtime/cgo: improve error messages after pointer panicAriel Otilibili