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
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-22
Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."
Michael Pratt
2024-01-22
cmd/preprofile: Add preprocess tool to pre-parse the profile file.
Jin Lin
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-12-01
cmd/compile: correct code generation for right shifts on riscv64
Joel Sing
2023-11-30
cmd/compile: fix memcombine pass for big endian, > 1 byte elements
Keith Randall
2023-11-17
all: add missing copyright header
Jes Cok
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
2023-11-13
cmd/compile: initial function value devirtualization
Michael Pratt
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-10
runtime: fix user arena heap bits writing on big endian platforms
Michael Anthony Knyszek
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-10-27
cmd/compile: rework TestPGOHash to not rebuild dependencies
Cherry Mui
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-10-06
cmd/compile: use cache in front of type assert runtime call
Keith Randall
2023-10-06
cmd/compile: add a cache to interface type switches
Keith Randall
2023-10-06
cmd/compile: improve interface type switches
Keith Randall
2023-10-04
cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware
David Chase
2023-09-19
cmd/compile: add pgohash for debugging/bisecting PGO optimizations
Cherry Mui
2023-09-13
cmd/compile/internal/abi: use Type.Registers
Matthew Dempsky
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-09-04
runtime: introduce nextslicecap
Egon Elbre
2023-08-23
cmd/compile: use jump tables for large type switches
Keith Randall
2023-08-18
cmd/compile/internal/ir: remove AsNode
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-06-06
cmd/compile: adjust PGO devirtualization diagnostic message
Cherry Mui
2023-06-03
cmd/compile/internal/devirtualize: devirtualize methods in other packages if...
thepudds
2023-05-22
cmd/compile: enable PGO-driven call devirtualization
Michael Pratt
2023-05-05
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-21
cmd/compile: introduce separate memory op combining pass
Keith Randall
2023-04-17
Revert "cmd/compile: allow more inlining of functions that construct closures"
Michael Knyszek
2023-04-17
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-14
cmd/compile: add test that non-name call does not allocate
Cuong Manh Le
2023-04-14
cmd/compile: add math benchmarks
Joel Sing
2023-04-14
Revert "cmd/compile: allow more inlining of functions that construct closures"
Than McIntosh
2023-04-07
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-03
cmd/compile/internal/test: skip testpoint due to revert of CL 479095
Than McIntosh
2023-03-31
sync: implement OnceFunc, OnceValue, and OnceValues
Austin Clements
2023-02-23
cmd/compile: rework unbounded shift lowering on PPC64
Paul E. Murphy
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-10
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-08
Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"
Michael Pratt
2023-02-08
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-06
cmd/compile: replace os.MkdirTemp with T.TempDir
Oleksandr Redko
2023-01-31
cmd/compile: cleanup atomic.Pointer[T] inline test
Cuong Manh Le
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-23
utf16: reduce utf16.Decode allocations
qmuntal
2023-01-20
all: fix typos in go file comments
Marcel Meyer
[next]