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-06-26
cmd/compile/internal/escape: evaluate any side effects when rewriting with li...
thepudds
2025-06-09
cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
Paul Murphy
2025-06-04
Revert "cmd/compile: Enable inlining of tail calls"
Cherry Mui
2025-06-04
test: add another regression test for issue 73309
Cuong Manh Le
2025-05-28
cmd/compile: do nil check before calling duff functions, on arm64 and amd64
Keith Randall
2025-05-27
cmd/compile/internal/walk: use original type for composite literals in addrTemp
thepudds
2025-05-22
cmd/compile: do not shapify when reading reshaping expr
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE with recursive alias type parameter
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE when transforming loopvar
Cuong Manh Le
2025-05-21
cmd/compile/internal/ssa: eliminate string copies for calls to unique.Make
Jake Bailey
2025-05-21
cmd/compile, unique: model data flow of non-string pointers
Cherry Mui
2025-05-21
cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...
thepudds
2025-05-21
cmd/compile/internal/walk: convert composite literals to interfaces without a...
thepudds
2025-05-21
cmd/compile: fix offset calculation error in memcombine
Junyang Shao
2025-05-21
cmd/compile/internal/escape: propagate constants to interface conversions to ...
thepudds
2025-05-21
cmd/compile: add rules about ORN and ANDN
Xiaolin Zhao
2025-05-20
cmd/compile: fix the implementation of NORconst on loong64
Xiaolin Zhao
2025-05-20
cmd/compile: memcombine different size stores
Junyang Shao
2025-05-20
cmd/compile: fold negation into addition/subtraction on arm64
Julian Zhu
2025-05-20
cmd/compile/internal/escape: additional constant and zero value tests and log...
thepudds
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2025-05-19
cmd/compile: derive bounds on signed %N for N a power of 2
Keith Randall
2025-05-19
cmd/compile: fold negation into addition/subtraction on mipsx
Julian Zhu
2025-05-19
go/types, types2: improve error message for init without body
Mark Freeman
2025-05-16
cmd/compile: fold negation into addition/subtraction on mips64x
Julian Zhu
2025-05-15
cmd/compile: allow load-op merging in additional situations
Keith Randall
2025-05-15
cmd/compile: schedule induction variable increments late
Keith Randall
2025-05-15
cmd/compile: create LSym for closures with type conversion
Yongyue Sun
2025-05-14
cmd/compile: fold negation into addition/subtraction on loong64
Xiaolin Zhao
2025-05-12
cmd/link: use >4GB base address for 64-bit PE binaries
qmuntal
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-08
cmd/compile: add 2 phiopt cases
Jakub Ciolek
2025-05-01
cmd/compile: improve multiplication strength reduction
Keith Randall
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
[next]