aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-01-23cmd/compile: improve Ctz's limits modeling and add bruteforce testsJorropo
2026-01-23cmd/compile: cleanup isUnsignedPowerOfTwoJorropo
2026-01-23all: update vendored dependenciesNicholas S. Husin
2026-01-23cmd/compile: fix typos in types2 api_test.gogoto1134
2026-01-23cmd/go/internal/vcs: support git worktreesJosh Bleecher Snyder
2026-01-23go/types, types: flip field/method selection logic inside out (cleanup)Robert Griesemer
2026-01-23cmd/compile: avoid extending when already sufficiently shifted on loong64Xiaolin Zhao
2026-01-23cmd/compile/internal/pgo: error parsing profile (for pgo) after scalingRyan Diep
2026-01-22cmd/link: put type descriptors in .go.type sectionIan Lance Taylor
2026-01-22go/types, types2: remove support for gotypesalias GODEBUG flagRobert Griesemer
2026-01-22cmd/compile: ensure ops have the expected argument widthsKeith Randall
2026-01-22cmd/compile: optimize small constant-sized MemEqAlexander Musman
2026-01-22cmd/compile: speedup large init function compile timeCuong Manh Le
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2026-01-22cmd/compile: allow Bswap{64,32,16} on loong64Guoqi Chen
2026-01-22cmd/go/internal/vcs: use 0o for octalJosh Bleecher Snyder
2026-01-22cmd/cgo: add test for sanitizing smuggled doc comment codeNeal Patel
2026-01-22cmd/compile: reserve less memory for bitvectorsKeith Randall
2026-01-22cmd/compile: remove unnecessary code in keepAliveAtCuong Manh Le
2026-01-22cmd/compile: fix mis-compilation for static array initializationCuong Manh Le
2026-01-22cmd/compile: refactor preserveStmtCuong Manh Le
2026-01-22cmd/compile: better name for BloopWalkCuong Manh Le
2026-01-21go/types, types2: better error when selecting field on type rather than valueRobert Griesemer
2026-01-20cmd/compile/internal/staticinit: fix bug in global new(expr)Alan Donovan
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-15cmd/go/internal/work: sanitize flags before invoking 'pkg-config'Neal Patel
2026-01-15cmd/go: update VCS commands to use safer flag/argument syntaxRoland Shoemaker
2026-01-13simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512Austin Clements
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-13all: fix misspellings in commentscuishuang
2026-01-09cmd/dist: fix goroot typo in panic messagejjpinto
2026-01-09cmd/go: only use check cache action's dependencies to build vet configMichael Matloob
2026-01-08cmd/go: remove user-content from doc strings in cgo ASTs.Neal Patel
2026-01-08simd/archsimd: rename Broadcast methodsCherry Mui
2026-01-07cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -cMichael Matloob
2026-01-07cmd/go/internal/work: decrement concurrentProcesses when action finishesMichael Matloob
2026-01-07all: update vendored x/toolsDmitri Shuralyov
2026-01-05simd/archsimd: use V(P)MOVMSK for mask ToBits if possibleCherry Mui
2026-01-02cmd/go/testdata/vcstest/git: use git commands that work on older git versionsJoel Sing
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry Mui
2026-01-02simd/archsimd: make IsNaN unaryCherry Mui
2025-12-30cmd/go/internal/modindex: fix obvious bug using failed type assertionMichael Matloob
2025-12-30cmd/compile: disable inlining for functions using runtime.deferrangefunczuojunwei.1024
2025-12-29simd/archsimd: remove redundant suffix of ExtendLo operationsCherry Mui
2025-12-27cmd: fix unused errors reported by ineffassignLin Lin
2025-12-24simd/archsimd: fix "go generate" commandCherry Mui
2025-12-23cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788feMichael Matloob
2025-12-23cmd/asm/internal/asm: run riscv64 end-to-end tests for each profileJoel Sing
2025-12-23cmd/asm/internal/asm: abort end to end test if assembly failedJoel Sing
2025-12-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le