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
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-05-01
cmd/compile: intrinsify math/bits.Bswap on riscv64
Joel Sing
2025-04-24
cmd/compile: put constant value on node inside parentheses
Keith Randall
2025-04-24
cmd/compile: add cast in range loop final value computation
Keith Randall
2025-04-23
runtime: use precise bounds of Go data/bss for race detector
Keith Randall
2025-04-22
cmd/compile: constant fold 128-bit multiplies
Keith Randall
2025-04-22
sync: use atomic.Bool for Once.done
Prabhav Dogra
2025-04-21
cmd/compile: ensure we evaluate side effects of len() arg
Keith Randall
2025-04-21
cmd/compile: don't evaluate side effects of range over array
Keith Randall
2025-04-09
cmd/compile: set unalignedOK to make memcombine work properly on loong64
limeidan
2025-04-07
cmd/compile: add additional flag constant folding rules
Keith Randall
2025-04-06
cmd/compile: be more conservative about arm64 insns that can take zero register
Keith Randall
2025-04-04
cmd/compile: allow pointer-containing elements in stack allocations
Keith Randall
2025-04-04
cmd/compile: stack allocate variable-sized makeslice
Keith Randall
2025-04-04
cmd/compile: improve store-to-load forwarding with compatible types
Alexander Musman
2025-03-28
cmd/compile/internal/ssa: optimise more branches with zero on riscv64
Joel Sing
2025-03-27
cmd/compile: rename some test packages in codegen
Mark Freeman
2025-03-25
test/codegen: add combined conversion and shift tests
Joel Sing
2025-03-24
testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-21
cmd/compile: intrinsify math/bits.Len on riscv64
Joel Sing
2025-03-19
cmd/compile: remove implicit deref from len(p) where p is ptr-to-array
Keith Randall
2025-03-15
cmd/compile: intrinsify math/bits.TrailingZeros on riscv64
Joel Sing
2025-03-15
cmd/compile: combine negation and word sign extension on riscv64
Joel Sing
2025-03-15
cmd/compile/internal/ssa: remove double negation with addition on riscv64
Joel Sing
2025-03-15
test/codegen: add a test for negation and conversion to int32
Joel Sing
2025-03-15
test/codegen: add riscv64 codegen for arithmetic tests
Joel Sing
2025-03-15
test/codegen: add riscv64/rva23u64 specifiers to existing tests
Joel Sing
2025-03-14
test/codegen: tighten the TrailingZeros64 test on 386
Joel Sing
2025-03-13
cmd/compile: don't move nilCheck operations during tighten
Keith Randall
2025-03-13
test/codegen: remove plan9/amd64 specific array zeroing/copying tests
Joel Sing
2025-03-12
cmd/compile: simplify bounded shift on loong64
Xiaolin Zhao
2025-03-11
cmd/compile: compute bits.OnesCount's limits from argument's limits
Jorropo
2025-03-11
cmd/compile: set bits.OnesCount's limits to [0, 64]
Jorropo
2025-03-11
cmd/compile: use min & max builtins to assert constant bounds in prove's tests
Jorropo
2025-03-11
cmd/compile: compute min's & max's limits from argument's limits inside flowL...
Jorropo
2025-03-11
all: move //go:debug decoratemappings=0 test to cmd/go
Michael Pratt
2025-03-11
cmd/compile: Enable inlining of tail calls
Alexander Musman
2025-03-11
go/types, types2: report better error messages for slice expressions
Robert Griesemer
2025-03-10
go/types, types2: better error messages for copy built-in
Robert Griesemer
2025-03-10
cmd/compile: optimize shifts of int32 and uint32 on loong64
Xiaolin Zhao
2025-03-10
internal/godebugs: add decoratemappings as an opaque godebug setting
Michael Pratt
2025-03-06
go/types, types2: better error messages for invalid calls
Robert Griesemer
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2025-03-05
cmd/compile: use inline-Pos-based recursion test
David Chase
2025-03-04
cmd/compile: fix out of memory when inlining closure
Cuong Manh Le
2025-02-27
cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8
Joel Sing
2025-02-26
cmd/compile: don't pull constant offsets out of pointer arithmetic
Keith Randall
2025-02-25
cmd/compile: ensure we don't reuse temporary register
khr@golang.org
2025-02-20
cmd/compile: don't report newLimit discovered when unsat happens multiple times
Jorropo
2025-02-19
cmd/compile: load properly constant values from itabs
Mateusz Poliwczak
[prev]
[next]