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
2025-02-26
cmd/compile/internal/test: fix noopt builder
Cuong Manh Le
2025-02-25
cmd/compile, runtime: optimize concatbytes
Cuong Manh Le
2025-02-25
sync: reduce OnceFunc (and variants) heap allocations
Brian Byrne
2025-02-03
all: remove coverageredesign experiment
Ian Lance Taylor
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-10-21
runtime: specialize heapSetType
Michael Anthony Knyszek
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-09-10
cmd/compile: optimize []byte(string1 + string2)
Paschalis Tsilias
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2024-07-31
cmd/compile: keep internal/runtime packages sorted
Michael Pratt
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-07-23
runtime,internal: move runtime/internal/math to internal/runtime/math
David Chase
2024-04-18
cmd/compile/internal: stack slot merging region formation enhancements
Than McIntosh
2024-04-09
cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidates
Than McIntosh
2024-04-09
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-03-30
Revert "cmd/compile/internal: merge stack slots for selected local auto vars"
Cuong Manh Le
2024-03-29
cmd/compile/internal: merge stack slots for selected local auto vars
Than McIntosh
2024-03-27
cmd/compile,cmd/preprofile: move logic to shared common package
Michael Pratt
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-02-15
cmd/compile: update the incorrect assignment of call site offset.
Jin Lin
2024-02-09
cmd/compile: fail noder.LookupFunc gracefully if function generic
Michael Pratt
2024-01-31
cmd/preprofile: Implement a tool to preprocess the PGO profile.
Jin Lin
2024-01-30
all: fix typos
Jes Cok
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
[prev]
[next]