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-03-18
cmd/compile: allow multiple induction variables in one block in prove
Youlin Feng
2026-03-18
runtime: add a test for issue 78081
Keith Randall
2026-03-16
cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))
Meng Zhuo
2026-03-13
cmd/compile: keep blank nodes alive in b.loop
Junyang Shao
2026-03-10
cmd/compile: unwrap OCONVIFACE in staticinit for OAS2
Oliver Eikemeier
2026-03-10
cmd/compile: forward small Load through Move to avoid redundant copies
dorbmon
2026-03-10
cmd/compile: fix ICE when checking slice cap
Cuong Manh Le
2026-03-10
test/fixedbugs: increase issue46234 test timeout
qmuntal
2026-03-09
cmd/compile, go/*: allow generic methods starting with Go 1.27
Robert Griesemer
2026-03-06
cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64
Joel Sing
2026-03-06
test: run go fmt on prove.go
Jorropo
2026-03-06
cmd/compile/internal/typecheck: simplify tcSliceHeader
Cuong Manh Le
2026-03-06
cmd/compile: use tail calls for wrappers for embedded interfaces
Keith Randall
2026-03-04
cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable types
Mateusz Poliwczak
2026-03-02
cmd/compile, simd/archsimd: add VPSRL immeidate peepholes
Junyang Shao
2026-03-01
cmd/compile: (wasm) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (arm64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (amd64) optimize float32(round64(float64(x)))
David Chase
2026-02-28
test/codegen: add code generation test for subtle.ConstantTimeSelect
Joel Sing
2026-02-28
test/codegen: tighten bit related codegen tests on riscv64
Joel Sing
2026-02-27
cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0
Jorropo
2026-02-27
cmd/compile: fix internal compiler error: bad write barrier type
Francisco Ferraz
2026-02-26
cmd/compile: ternary rewrite of rewrite should skip, not panic
David Chase
2026-02-25
cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-02-25
Revert "test/simd: add test for issue 77582"
Cherry Mui
2026-02-25
cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped
Keith Randall
2026-02-25
test/simd: add test for issue 77582
Eyalcfish
2026-02-24
reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloads
Keith Randall
2026-02-21
cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields
Keith Randall
2026-02-19
cmd/compile, go/*: move method type parameter checks from parsers to type che...
Robert Griesemer
2026-02-15
cmd/compile: don't drop same register twice
khr@golang.org
2026-02-14
cmd/compile: avoid folding 64-bit integers into 32-bit constants
Youlin Feng
2026-02-12
cmd/compile: fix slice bounds check elimination after function inlining
Youlin Feng
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2026-02-10
test/convert5: skip mipsle
Rongrong
2026-02-06
cmd/compile: allow equal functions to perform unaligned load on loong64
Guoqi Chen
2026-02-05
cmd/compile: CSE loads across disjoint stores
amusman
2026-02-04
cmd/compile: don't double-walk the map argument of clear
Keith Randall
2026-02-04
test/codegen: codify bit related code generation for loong64
Xiaolin Zhao
2026-01-29
test/codegen: add bitwise operation combination tests
Xiaolin Zhao
2026-01-29
cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...
thepudds
2026-01-29
cmd/compile: make prove use non-equality in subtraction for a stronger bound
Jonah Uellenberg
2026-01-26
cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...
fumiyanokesinn
2026-01-23
cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values
Jorropo
2026-01-22
cmd/compile: optimize small constant-sized MemEq
Alexander Musman
2026-01-22
test: use lower-case error message in heapsampling.go
jjpinto
2026-01-22
cmd/compile: fix mis-compilation for static array initialization
Cuong Manh Le
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
[prev]
[next]