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
/
walk
Age
Commit message (
Expand
)
Author
6 days
cmd/compile: remove initContext type
Cuong Manh Le
7 days
cmd/compile: remove unused inNonInitFunction context
Cuong Manh Le
7 days
cmd/compile: support all constant return types in switch lookup tables
qmuntal
12 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
2026-03-31
cmd/compile: ensure map/slice clearing expressions are walked
Cuong Manh Le
2026-03-26
cmd/compile: fix missing walk for OAS2RECV node
Cuong Manh Le
2026-03-24
cmd/compile: handle string literals in FIPS mode consistently
Cherry Mui
2026-03-20
Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...
Michael Pratt
2026-03-20
Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...
Michael Pratt
2026-03-19
cmd/compile: enable promoted field selectors as keys in struct literals
Robert Griesemer
2026-03-17
cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functions
Keith Randall
2026-03-17
cmd/compile: don't treat string literal as static data in FIPS mode
Cherry Mui
2026-03-10
cmd/compile: fix ICE when checking slice cap
Cuong Manh Le
2026-03-04
runtime, cmd/compile: use preemptible memclr for large pointer-free clears
“Muhammad
2026-02-06
runtime: add explicit lower bounds check to decoderune
Jonah Uellenberg
2026-02-04
cmd/compile: don't double-walk the map argument of clear
Keith Randall
2026-02-02
internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...
ArsenySamoylov
2026-01-28
cmd/compile: simplify slice/array range loops on loong64
Guoqi Chen
2026-01-23
cmd/compile: simplify AlgType usage
Keith Randall
2026-01-23
cmd/compile: clean up eq and hash implementations
Keith Randall
2026-01-23
cmd/compile: redo how equality functions are generated
khr@golang.org
2026-01-22
cmd/compile: fix mis-compilation for static array initialization
Cuong Manh Le
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-20
cmd/compile: stack allocate backing stores during append
khr@golang.org
2025-10-30
cmd/compile: implement bits.Mul64 on 32-bit systems
Russ Cox
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-03
cmd/compile: minor tweak for race detector
David Chase
2025-08-05
cmd/compile, runtime: add checkptr instrumentation for unsafe.Add
Cuong Manh Le
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-07-25
cmd/compile: remove unused arg from gorecover
Keith Randall
2025-06-30
cmd/compile/internal/escape: add debug hash for literal allocation optimizations
thepudds
2025-06-04
Revert "cmd/compile: Enable inlining of tail calls"
Cherry Mui
2025-05-27
cmd/compile/internal/walk: use original type for composite literals in addrTemp
thepudds
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-20
cmd/compile/internal/escape: additional constant and zero value tests and log...
thepudds
2025-05-19
cmd/compile: align stack-allocated backing stores higher than required
Keith Randall
2025-04-24
cmd/compile: add cast in range loop final value computation
Keith Randall
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-15
cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...
thepudds
2025-04-11
cmd/compile: turn off variable-sized make() stack allocation with -N
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-03-11
cmd/compile: Enable inlining of tail calls
Alexander Musman
2025-02-25
cmd/compile, runtime: optimize concatbytes
Cuong Manh Le
2025-02-13
cmd/compile: move []byte->string map key optimization to ssa
Keith Randall
2025-02-10
cmd/compile: avoid ifaceeq call if we know the interface is direct
Keith Randall
[next]