aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-02-03testing: print the counter if its greater than 1Shulhan
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-02-02go/types, types2: add missing Named.unpack call in Checker.hasVarSizeMark Freeman
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-02-02cmd/cover, cmd/covdata: actually delete temp dirsIan Lance Taylor
2026-01-30all: switch linux-ppc64 target to ELFv2 ABIPaul Murphy
2026-01-30cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos...Neal Patel
2026-01-29cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...thepudds
2026-01-29cmd/link: put type:* at the start of the type descriptorsIan Lance Taylor
2026-01-29cmd/compile: make prove use non-equality in subtraction for a stronger boundJonah Uellenberg
2026-01-29cmd/link: remove AIX special case for first type descriptorIan Lance Taylor
2026-01-29cmd/link: adjust symkind comparisons in XCOFF codeIan Lance Taylor
2026-01-29cmd/compile: update ABI document for loong64Guoqi Chen
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-28cmd/compile, simd: capture VAES instructions and fix AVX512VAES featureJunyang Shao
2026-01-28cmd/compile: simplify slice/array range loops on loong64Guoqi Chen
2026-01-28cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x)))Xiaolin Zhao
2026-01-28cmd/compile: remove the NORconst op on mips{,64}Xiaolin Zhao
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27cmd/link: remove unused symbol kind SFUNCTABIan Lance Taylor
2026-01-27cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSizeIan Lance Taylor
2026-01-27go/types, types2: rename Named.finite to Named.varSizeMark Freeman
2026-01-27go/types, types2: add check for map value completeness in IndexExprMark Freeman
2026-01-27go/types, types2: replace pendingType with completion checkMark Freeman
2026-01-27cmd/compile, runtime: avoid improper control transfer instruction hints on ri...wangboyao
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-26cmd/pprof: update vendored github.com/google/pprofDmitri Shuralyov
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
2026-01-23cmd/compile: simplify AlgType usageKeith Randall
2026-01-23cmd/compile: simplify array parsing in equality signaturesKeith Randall
2026-01-23cmd/compile: clean up eq and hash implementationsKeith Randall
2026-01-23cmd/compile: use equality signatures in hash function generationKeith Randall
2026-01-23cmd/compile: reorg equality functions a bitKeith Randall
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2026-01-23cmd/compile: fix loopvar version detection with line directivesxieyuschen
2026-01-23cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits valuesJorropo
2026-01-23cmd/compile: cleanup noLimit in proveJorropo
2026-01-23cmd/compile: improve PopCount's limits modeling and add bruteforce testsJorropo
2026-01-23cmd/compile: add limits bruteforce tests for bitlenJorropo
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