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-07-30
cmd/compile: deduplicate instructions when rewrite func results
Youlin Feng
2025-07-30
cmd/compile: check domination of loop return in both controls
Jorropo
2025-07-29
cmd/compile: use unsigned power-of-two detector for unsigned mod
Cuong Manh Le
2025-07-29
cmd/compile: add unsigned power-of-two detector
Cuong Manh Le
2025-07-29
internal/goexperiment: delete RangeFunc goexperiment
Cherry Mui
2025-07-28
test/codegen: fix failing condmove wasm tests
Michael Munday
2025-07-25
runtime: iterate through inlinings when processing recover()
Keith Randall
2025-07-24
cmd/compile: add missing StringLen rule in prove
Keith Randall
2025-07-24
cmd/compile: rewrite condselects into doublings and halvings
Jorropo
2025-07-24
cmd/compile: add opt branchelim to rewrite some CondSelect into math
Jorropo
2025-07-24
cmd/compile: learn transitive proofs for safe unsigned subs
Jorropo
2025-07-24
cmd/compile: learn transitive proofs for safe negative signed adds
Jorropo
2025-07-24
cmd/compile: learn transitive proofs for safe positive signed adds
Jorropo
2025-07-24
cmd/compile: learn transitive proofs for safe unsigned adds
Jorropo
2025-07-24
cmd/compile: fold shift through AND for slice operations
Alexander Musman
2025-07-24
cmd/compile: optimize slice bounds checking with SUB/SUBconst comparisons
Alexander Musman
2025-07-24
go/types, types2: better error messages for certain type mismatches
Robert Griesemer
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
[prev]
[next]