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
40 hours
cmd/compile: handle min integer step in loop
Cuong Manh Le
2 days
cmd/compile: add boolean absorption laws to SSA rewrite rules
Timo Friedl
5 days
cmd/compile/internal/noder: revert to UIR V3
Mark Freeman
6 days
test: more tests for generic methods
Mark Freeman
6 days
cmd/internal/tesdir: fix Test/codegen/switch on loong64
qmuntal
6 days
cmd/compile: run CondSelect into math rules on all arches
Jorropo
7 days
cmd/compile: improve stp merging for non-sequent cases
Melnikov Denis
7 days
cmd/compile: fix loopbce overflow check logic
Junyang Shao
7 days
cmd/compile: support all constant return types in switch lookup tables
qmuntal
8 days
test: add a simple test using generic methods
Mark Freeman
8 days
cmd/compile: report error instead of ICE for oversized map element
gulmix
8 days
cmd/compile: optimize CondSelect to math on arm64 with inline register shifts
Jorropo
8 days
cmd/compile: improve Mul to Left Shift rules
Jorropo
9 days
cmd/compile: extend condselect into math code to handle other constants than 1
Jorropo
9 days
cmd/compile: improve uint8/uint16 logical immediates on PPC64
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
11 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
12 days
cmd/compile: extend all the cmov into math generic rules with their contrary
Jorropo
13 days
go/types, types2: in range-over-func, the yield function cannot be variadic
Robert Griesemer
2026-03-31
test/codegen: remove unneeded commas
Keith Randall
2026-03-31
test/codegen: fix some unbalanced quotes
Keith Randall
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2026-03-31
test/codegen: get rid of \s
Keith Randall
2026-03-31
test/codegen: fix broken syntax
Keith Randall
2026-03-31
cmd/compile: fix wrong label loop during rangefunc rewrite
Cuong Manh Le
2026-03-31
cmd/compile: ensure map/slice clearing expressions are walked
Cuong Manh Le
2026-03-31
cmd/compile: convert some condmoves in XOR
Jorropo
2026-03-31
cmd/compile: convert some condmoves in OR
Jorropo
2026-03-30
simd/archsimd: mark pa* unsafe helpers as nocheckptr
Cuong Manh Le
2026-03-30
cmd/compile/internal/devirtualize: use pointer identity for type comparison
Mateusz Poliwczak
2026-03-27
test/codegen: check mips64 sqrt/abs code only for hardfloat
Keith Randall
2026-03-27
test/codegen: remove noop Ands from test cases
Jorropo
2026-03-27
test/codegen: fix ppc64x rldicl bit test
Paul Murphy
2026-03-27
cmd/compile/internal/ssa: prove support induction variable pair
Youlin Feng
2026-03-27
cmd/compile: use prove to remove no-op Ors
Jorropo
2026-03-27
cmd/compile: remove 68857 And flowLimit workaround in prove
Jorropo
2026-03-27
cmd/compile: use prove to remove no-op Ands
Jorropo
2026-03-26
cmd/compile: on ARM64 merge shifts into TBZ & TBNZ
Jorropo
2026-03-26
cmd/compile: skip incomplete types in needWrapper
Cuong Manh Le
2026-03-26
cmd/compile: do not invert loops that would overflow or underflow
Jorropo
2026-03-26
cmd/compile: fix missing walk for OAS2RECV node
Cuong Manh Le
2026-03-25
cmd/compile: preserve variadic signature on range-over-func
Cuong Manh Le
2026-03-25
cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-24
test: repair expected-error regexp in simd.go
David Chase
2026-03-23
test/codegen: add codegen checks for float32/float64 conversions optimizations
Julian Zhu
2026-03-20
Revert "runtime: disable test for 78081"
Keith Randall
2026-03-20
cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)
Robert Griesemer
2026-03-20
runtime: disable test for 78081
Keith Randall
2026-03-20
cmd/compile: on arm64 pair a load with a load in a subsequent block
Keith Randall
2026-03-19
cmd/compile: enable promoted field selectors as keys in struct literals
Robert Griesemer
2026-03-19
go/types, types2: allow promoted field names as keys in struct literals
Robert Griesemer
[next]