aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27reflect: allow conversions between slices of named {byte,rune} and stringKeith Randall
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27os/exec: document blocking Stdin/Stdout/StderrIan Lance Taylor
2026-01-27cmd/link: remove unused symbol kind SFUNCTABIan Lance Taylor
2026-01-27simd/archsimd: fix typo in the SHA256Message1 documentation stringNeal Patel
2026-01-27cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSizeIan Lance Taylor
2026-01-27go/types, types2: rename Named.finite to Named.varSizeMark Freeman
2026-01-27internal/runtime/gc/scan: include package in expandAVX512 symbol namesMichael Pratt
2026-01-27runtime: rename aeshashbody to runtime.aeshashbodyMichael Pratt
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-27crypto/subtle: add vector implementation of xorBytes for riscv64Joel Sing
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-26doc/go1.27: document macOS requirementsDmitri Shuralyov
2026-01-26README.vendor: document release cycle considerationsDmitri Shuralyov
2026-01-26cmd/pprof: update vendored github.com/google/pprofDmitri Shuralyov
2026-01-26internal/reflectlite: remove unused codekhr@golang.org
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
2026-01-26go/scanner: clear all fields after Scanner reuseMateusz Poliwczak
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-23encoding/json: fix typo in package doc.David Symonds
2026-01-23cmd/compile: fix loopvar version detection with line directivesxieyuschen
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam
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-23net: fix some ineffectual assignments reported by ineffassignLin Lin
2026-01-23all: update vendored dependenciesNicholas S. Husin
2026-01-23internal/buildcfg: disable sizespecializedmalloc by defaultMichael Anthony Knyszek
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-23math/pow10: remove overlapping boundary (n=0)mohanson
2026-01-23cmd/compile/internal/pgo: error parsing profile (for pgo) after scalingRyan Diep
2026-01-23runtime: remove logical stack sentinel for runtime lock stacksNick Ripley
2026-01-23math: use shared signMask constantmohanson
2026-01-23runtime: remove unused mutexevent linknameNick Ripley