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
/
test
Age
Commit message (
Expand
)
Author
2026-02-26
[release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct i...
Keith Randall
2026-02-26
[release-branch.go1.26] cmd/compile: pointer-shaped types are SSAable even if...
Keith Randall
2026-02-25
[release-branch.go1.26] cmd/compile: avoid folding 64-bit integers into 32-bi...
Youlin Feng
2026-02-25
[release-branch.go1.26] cmd/compile: fix mis-compilation for static array ini...
Cuong Manh Le
2026-02-25
[release-branch.go1.26] cmd/compile: don't drop same register twice
khr@golang.org
2026-02-25
[release-branch.go1.26] reflect: use &zeroVal[0] instead of nil for data fiel...
Keith Randall
2026-01-30
[release-branch.go1.26] cmd/compile/internal/bloop: avoid extraneous heap all...
thepudds
2026-01-20
cmd/compile/internal/staticinit: fix bug in global new(expr)
Alan Donovan
2026-01-15
go/types,cmd/compile/internal/types2: better diagnostic for type shadowing
Alan Donovan
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2026-01-02
test/codegen: codify bit related code generation for arm64
Joel Sing
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2025-12-30
all: fix some minor grammatical issues in the comments
cuishuang
2025-12-30
test/codegen: fix a tab in comparisons.go to ensure pattern works
Alexander Musman
2025-12-29
tests: improve consistency and clarity of test diagnostics
jjpinto
2025-12-29
test: follow got/want convention in uintptrescapes test
jjpinto
2025-12-29
test: clarify log message for surrogate UTF-8 check
jjpinto
2025-12-26
test/codegen: tidy tests for bits
Joel Sing
2025-12-23
test/codegen: codify bit related code generation for riscv64
Joel Sing
2025-12-23
cmd/compile: handle propagating an out-of-range jump table index
Cuong Manh Le
2025-12-08
[dev.simd] all: merge master (a33bbf1) into dev.simd
Cherry Mui
2025-12-08
[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"
David Chase
2025-12-05
test/codegen: test negation with add/sub on riscv64
Meng Zhuo
2025-12-05
cmd/compile: fix mis-infer bounds in slice len/cap calculations
Cuong Manh Le
2025-12-04
cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsigneds
Jorropo
2025-12-02
cmd/compile: ensure bloop only kept alive addressable nodes
Cuong Manh Le
2025-11-28
test/codegen: fix shift tests on riscv64
Joel Sing
2025-11-28
cmd/compile: avoid unnecessary interface conversion in bloop
Cuong Manh Le
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-26
go/types, types2: replace setDefType with pending type check
Mark Freeman
2025-11-26
cmd/compile: fix bloop get name logic
Junyang Shao
2025-11-26
cmd/compile: handle loops better during stack allocation of slices
Keith Randall
2025-11-26
cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal
Alexander Musman
2025-11-24
cmd/compile: add cases for StringLen to prove
David Chase
2025-11-24
[dev.simd] all: merge master (8dd5b13) into dev.simd
Cherry Mui
2025-11-23
cmd/compile: use 32x32->64 multiplies on loong64
Xiaolin Zhao
2025-11-21
cmd/compile: change testing.B.Loop keep alive semantic
Junyang Shao
2025-11-21
cmd/compile: simplify negative on multiplication
Meng Zhuo
2025-11-21
cmd/compile: rewrite Rsh to RshU if arguments are proved positive
Jorropo
2025-11-21
cmd/compile: propagate unsigned relations for Rsh if arguments are positive
Jorropo
2025-11-21
cmd/compile: fix integer overflow in prove pass
Jakub Ciolek
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-20
cmd/compile: stack allocate backing stores during append
khr@golang.org
2025-11-19
test: go fmt prove.go tests
Jorropo
2025-11-18
cmd/compile: fold boolean NOT into branches
Keith Randall
2025-11-17
cmd/compile: use 32x32->64 multiplies on arm64
Keith Randall
2025-11-17
[dev.simd] simd: update CPU feature APIs
Junyang Shao
2025-11-17
cmd/compile: teach prove about subtract idioms
Keith Randall
2025-11-14
cmd/compile: allow multi-field structs to be stored directly in interfaces
Keith Randall
2025-11-14
cmd/compile: fold negation into multiplication
Meng Zhuo
[next]