index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2026-01-27
reflect: allow conversions between slices of named {byte,rune} and string
Keith Randall
2026-01-27
cmd/link, runtime: remove typelinks
Ian Lance Taylor
2026-01-27
os/exec: document blocking Stdin/Stdout/Stderr
Ian Lance Taylor
2026-01-27
cmd/link: remove unused symbol kind SFUNCTAB
Ian Lance Taylor
2026-01-27
simd/archsimd: fix typo in the SHA256Message1 documentation string
Neal Patel
2026-01-27
cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSize
Ian Lance Taylor
2026-01-27
go/types, types2: rename Named.finite to Named.varSize
Mark Freeman
2026-01-27
internal/runtime/gc/scan: include package in expandAVX512 symbol names
Michael Pratt
2026-01-27
runtime: rename aeshashbody to runtime.aeshashbody
Michael Pratt
2026-01-27
go/types, types2: add check for map value completeness in IndexExpr
Mark Freeman
2026-01-27
go/types, types2: replace pendingType with completion check
Mark Freeman
2026-01-27
cmd/compile, runtime: avoid improper control transfer instruction hints on ri...
wangboyao
2026-01-27
crypto/subtle: add vector implementation of xorBytes for riscv64
Joel Sing
2026-01-26
cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...
fumiyanokesinn
2026-01-26
README.vendor: document release cycle considerations
Dmitri Shuralyov
2026-01-26
cmd/pprof: update vendored github.com/google/pprof
Dmitri Shuralyov
2026-01-26
internal/reflectlite: remove unused code
khr@golang.org
2026-01-26
cmd/compile: reduce lock/scheduler contention
Daniel Morsing
2026-01-26
go/scanner: clear all fields after Scanner reuse
Mateusz Poliwczak
2026-01-23
cmd/compile: simplify AlgType usage
Keith Randall
2026-01-23
cmd/compile: simplify array parsing in equality signatures
Keith Randall
2026-01-23
cmd/compile: clean up eq and hash implementations
Keith Randall
2026-01-23
cmd/compile: use equality signatures in hash function generation
Keith Randall
2026-01-23
cmd/compile: reorg equality functions a bit
Keith Randall
2026-01-23
cmd/compile: redo how equality functions are generated
khr@golang.org
2026-01-23
encoding/json: fix typo in package doc.
David Symonds
2026-01-23
cmd/compile: fix loopvar version detection with line directives
xieyuschen
2026-01-23
runtime: speed up cheaprand and cheaprand64
Gavin Lam
2026-01-23
cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values
Jorropo
2026-01-23
cmd/compile: cleanup noLimit in prove
Jorropo
2026-01-23
cmd/compile: improve PopCount's limits modeling and add bruteforce tests
Jorropo
2026-01-23
cmd/compile: add limits bruteforce tests for bitlen
Jorropo
2026-01-23
cmd/compile: improve Ctz's limits modeling and add bruteforce tests
Jorropo
2026-01-23
cmd/compile: cleanup isUnsignedPowerOfTwo
Jorropo
2026-01-23
net: fix some ineffectual assignments reported by ineffassign
Lin Lin
2026-01-23
all: update vendored dependencies
Nicholas S. Husin
2026-01-23
internal/buildcfg: disable sizespecializedmalloc by default
Michael Anthony Knyszek
2026-01-23
cmd/compile: fix typos in types2 api_test.go
goto1134
2026-01-23
cmd/go/internal/vcs: support git worktrees
Josh Bleecher Snyder
2026-01-23
go/types, types: flip field/method selection logic inside out (cleanup)
Robert Griesemer
2026-01-23
cmd/compile: avoid extending when already sufficiently shifted on loong64
Xiaolin Zhao
2026-01-23
math/pow10: remove overlapping boundary (n=0)
mohanson
2026-01-23
cmd/compile/internal/pgo: error parsing profile (for pgo) after scaling
Ryan Diep
2026-01-23
runtime: remove logical stack sentinel for runtime lock stacks
Nick Ripley
2026-01-23
math: use shared signMask constant
mohanson
2026-01-23
runtime: remove unused mutexevent linkname
Nick Ripley
2026-01-22
cmd/link: put type descriptors in .go.type section
Ian Lance Taylor
2026-01-22
go/types, types2: remove support for gotypesalias GODEBUG flag
Robert Griesemer
2026-01-22
cmd/compile: ensure ops have the expected argument widths
Keith Randall
2026-01-22
cmd/compile: optimize small constant-sized MemEq
Alexander Musman
[prev]
[next]