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
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
2025-02-04
cmd/compile: prefer hv2 <= 127 over hv2 < 128
Jakub Ciolek
2025-01-28
runtime: rename mapiterinit and mapiternext
Michael Pratt
2024-12-02
hash/maphash, cmd/compile: make Comparable[string] not escape its argument
Cherry Mui
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-18
cmd/compile: avoid static init of strings in FIPS mode
Russ Cox
2024-11-13
cmd/compile, cmd/link: add FIPS verification support
Russ Cox
2024-11-07
cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method
Russ Cox
2024-10-30
cmd/compile,internal/runtime/maps: stack allocated maps and small alloc
Michael Pratt
2024-10-30
runtime,internal/runtime/maps: specialized swissmaps
Michael Pratt
2024-10-25
cmd/compile: optimize type switch for a single runtime known type with a case...
Youlin Feng
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-07
cmd/compile: avoid dynamic type when possible
Cuong Manh Le
2024-09-16
cmd/compile: remove ir.OGETCALLERPC
Michael Pratt
2024-09-11
cmd/compile/internal/typecheck: simplify IndexConst
Cuong Manh Le
2024-09-10
cmd/compile: remove trivial closure reference
Cuong Manh Le
2024-09-10
cmd/compile: optimize []byte(string1 + string2)
Paschalis Tsilias
[next]