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
/
src
/
cmd
/
compile
/
internal
/
test
Age
Commit message (
Expand
)
Author
26 hours
all: prealloc slice with possible minimum capabilities
Shulhan
7 days
cmd/compile: fix mem access overlap detection
Junyang Shao
12 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
2026-03-19
cmd/compile: skip race detector test failure for unsupported VMA
Guoqi Chen
2026-03-10
cmd/compile: forward small Load through Move to avoid redundant copies
dorbmon
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-02-27
cmd/compile: test that time.Duration.String is inlineable
Daniel MartÃ
2026-02-27
cmd/compile/internal/test: add benchmark for string comparison operand order
yongqijia
2026-02-27
cmd/compile: gate instrumentEnterExit on NoRaceFunc check
Derek Parker
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2026-01-23
cmd/compile/internal/pgo: error parsing profile (for pgo) after scaling
Ryan Diep
2025-12-09
cmd: fix some issues in the comments
cuishuang
2025-12-02
cmd/compile: more generated equality function tests
khr@golang.org
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-24
[dev.simd] all: merge master (8dd5b13) into dev.simd
Cherry Mui
2025-11-21
cmd/compile: simplify negative on multiplication
Meng Zhuo
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-14
cmd/compile/internal: remove incorrect riscv64 SLTI rule
Mark Ryan
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-12
cmd/compile: use FCLASSD for subnormal checks on riscv64
Michael Munday
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-04
cmd/compile/internal/ssa: more aggressive on dead auto elim
Youlin Feng
2025-10-29
cmd/compile: make prove understand div, mod better
Russ Cox
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-08
cmd/compile: fuse NaN checks with other comparisons
Michael Munday
2025-09-26
[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fields
Junyang Shao
2025-09-09
cmd/compile/internal/inline: ignore superfluous slicing
Jake Bailey
2025-09-04
path{,/filepath}: speed up Match
Julien Cretel
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-08-13
cmd/compile: emit classify instructions for infinity tests on riscv64
Michael Munday
2025-08-05
cmd/compile: fold negation into multiplication on loong64
Xiaolin Zhao
2025-08-03
cmd/compile/internal/test: fix typo in comments
Xiaolin Zhao
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-05-07
cmd/compile/internal/test: verify inlining for mutex fast paths
Rhys Hiltner
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-05-01
cmd/compile: improve multiplication strength reduction
Keith Randall
2025-04-18
math/big: replace addVW/subVW assembly with fast pure Go
Russ Cox
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-04-04
cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fields
Keith Randall
2025-04-04
cmd/compile: allow pointer-containing elements in stack allocations
Keith Randall
2025-04-04
cmd/compile: aggregate scalar allocations for heap escapes
Keith Randall
2025-04-04
cmd/compile: stack allocate variable-sized makeslice
Keith Randall
2025-04-02
cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...
Julia Lapenko
2025-03-24
testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-21
cmd/compile/internal/abi: fix ComputePadding
Derek Parker
2025-03-21
Revert "cmd/compile/internal/abi: fix ComputePadding"
Cherry Mui
2025-03-20
cmd/compile/internal/abi: fix ComputePadding
Derek Parker
2025-03-05
cmd/compile: improve issue62407_test
go101
2025-03-05
cmd/compile: add tests for too-large shift amounts
Keith Randall
[next]