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
Age
Commit message (
Expand
)
Author
2026-03-30
go/types, types2: report an error if constant string overflows
Robert Griesemer
2026-03-30
all: fix some minor issues in the comments
cuishuang
2026-03-30
cmd/compile/internal/noder: swap use of TypeList for []Type
Mark Freeman
2026-03-30
cmd/compile/internal/noder: add is[Concrete|Generic]Method helpers
Mark Freeman
2026-03-30
cmd/compile/internal/devirtualize: improve debug logs
Mateusz Poliwczak
2026-03-30
cmd/compile/internal/devirtualize: use pointer identity for type comparison
Mateusz Poliwczak
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/link: group gcmask symbols, move them to noptrbss
Ian Lance Taylor
2026-03-26
cmd/compile/internal/noder: set hasShape for shaped functions
Mark Freeman
2026-03-26
cmd/compile/internal/noder: shapeSig must return shaped signatures
Mark Freeman
2026-03-26
cmd/compile: on ARM64 merge SRA into TBZ & TBNZ
Jorropo
2026-03-26
cmd/compile: on ARM64 merge ROR into TBZ & TBNZ
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
cmd/compile: handle string literals in FIPS mode consistently
Cherry Mui
2026-03-24
internal/abi, cmd/link: centralize type descriptor size calculation
Jake Bailey
2026-03-24
internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order
Jake Bailey
2026-03-20
Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...
Michael Pratt
2026-03-20
cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)
Robert Griesemer
2026-03-20
Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...
Michael Pratt
2026-03-20
cmd/compile: on arm64 pair a load with a load in a subsequent block
Keith Randall
2026-03-20
cmd/compile: elide sign-extend after zero-extend for wasm
George Adams
2026-03-20
cmd/compile: (mips64x) optimize float32(abs|sqrt64(float64(x)))
Julian Zhu
2026-03-19
cmd/compile: enable promoted field selectors as keys in struct literals
Robert Griesemer
2026-03-19
cmd/compile: skip race detector test failure for unsupported VMA
Guoqi Chen
2026-03-19
cmd/compile/internal/noder: encode promoted struct fields for composite liter...
Robert Griesemer
2026-03-19
go/types, types2: allow promoted field names as keys in struct literals
Robert Griesemer
2026-03-18
cmd/compile: simplify the implementation of LoweredMoveLoop on loong64
Guoqi Chen
2026-03-18
cmd/link: modify the register used in trampoline
limeidan
2026-03-18
cmd/compile: allow multiple induction variables in one block in prove
Youlin Feng
2026-03-18
cmd/compile: allow halt flag to run concurrently
Daniel Morsing
2026-03-17
cmd/compile: simplify the implementation of LoweredZeroLoop on loong64
Guoqi Chen
2026-03-17
cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functions
Keith Randall
2026-03-17
go/types, types2: handle unconstrained type parameters correctly in a few places
Robert Griesemer
2026-03-17
cmd/compile: use 128-bit arm64 vector ops for Move expansion
Alexander Musman
2026-03-17
cmd/compile: don't treat string literal as static data in FIPS mode
Cherry Mui
2026-03-17
cmd/compile: eliminate redundant sign-extensions for wasm
George Adams
2026-03-16
cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))
Meng Zhuo
2026-03-16
cmd/compile/internal/noder: factor out common UIR version
Robert Griesemer
2026-03-13
cmd/compile: keep blank nodes alive in b.loop
Junyang Shao
2026-03-10
cmd/compile: unwrap OCONVIFACE in staticinit for OAS2
Oliver Eikemeier
2026-03-10
cmd/compile: add double-mask elimination rule for wasm
George Adams
2026-03-10
cmd/compile: fix mips64 CALLtailinter argument count
Keith Randall
[prev]
[next]