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
/
gc
Age
Commit message (
Expand
)
Author
2026-02-03
cmd/compile: enhance astdump flag to also generate HTML
David Chase
2026-02-03
cmd/compile: add astdump debug flag
David Chase
2026-01-26
cmd/compile: reduce lock/scheduler contention
Daniel Morsing
2026-01-22
cmd/compile: better name for BloopWalk
Cuong Manh Le
2025-11-26
cmd/compile: adjust start heap size
David Chase
2025-11-24
[dev.simd] all: merge master (8dd5b13) into dev.simd
Cherry Mui
2025-11-21
cmd/compile: change testing.B.Loop keep alive semantic
Junyang Shao
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-20
cmd/compile: stack allocate backing stores during append
khr@golang.org
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-06-26
[dev.simd] cmd/compile: support simd(imm,fp) returns gp
David Chase
2025-06-23
[dev.simd] cmd/compile: generate function body for bodyless intrinsics
Cherry Mui
2025-02-22
cmd: initial compiler+linker support for DWARF5 .debug_addr
Than McIntosh
2025-02-10
cmd/compile/internal/gc: handle errors from *bio.Writer
Mateusz Poliwczak
2024-11-18
cmd/compile: remove gc programs from stack frame objects
Keith Randall
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-09-05
cmd/compile: use slices.{Sort,SortFunc}
Cuong Manh Le
2024-08-09
cmd/compile: add basic wasmexport support
Cherry Mui
2024-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
2024-07-22
cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"
Cuong Manh Le
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-06-07
cmd/compile: generate args_stackmap for ABI0 assembly func regardless of link...
Cherry Mui
2024-05-15
cmd/compile, cmd/internal: fine-grained fiddling with loop alignment
David Chase
2024-05-09
cmd/compile: add support for telemetry
Michael Matloob
2024-04-01
cmd/compile: close files in the startProfile function
guoguangwu
2024-03-29
cmd/compile/internal: refactor coverage ir.Name flags
Than McIntosh
2024-03-27
cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir
Michael Pratt
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-15
cmd/compile: extend profiling-per-package-into-directory to other profiling f...
David Chase
2023-11-15
cmd/compile: modify -memprofile flag for multiple profiles in a directory
David Chase
2023-10-09
cmd/compile: use internal/abi types in the compiler
Keith Randall
2023-08-29
cmd/compile: remove vestigial importpath symbol logic
Matthew Dempsky
2023-08-29
cmd: simplify some handling of package paths
Matthew Dempsky
2023-08-25
cmd/compile/internal/ir: mark Addrtaken in NewAddrExpr
Matthew Dempsky
2023-08-24
cmd/compile: create "init" function during noding
Matthew Dempsky
2023-08-24
cmd/compile/internal/gc: steps towards work-queue
Matthew Dempsky
2023-08-22
cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS...
Austin Clements
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-21
cmd/compile/internal/abi: stop using types.Func
Matthew Dempsky
2023-08-19
cmd/compile/internal/gc: remove unused reflectdata import
Dmitri Shuralyov
2023-08-19
cmd/compile/internal/typecheck: remove NeedRuntimeType
Matthew Dempsky
2023-08-19
Revert "cmd/compile/internal/gc: steps towards work-queue"
Matthew Dempsky
2023-08-18
cmd/compile/internal/gc: steps towards work-queue
Matthew Dempsky
2023-08-18
cmd/compile/internal/typecheck: remove DeclContext
Matthew Dempsky
2023-08-18
cmd/compile: remove some uses of ir.CurFunc
Matthew Dempsky
2023-08-14
cmd/compile: move IsDeadcodeClosure check into enqueueFunc
Matthew Dempsky
2023-08-11
cmd/compile: simplify asmhdr and plugin exports handling
Matthew Dempsky
2023-08-11
cmd/compile/internal/coverage: merge Fixup{Vars,Init} into Fixup
Matthew Dempsky
[next]