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
/
noder
/
reader.go
Age
Commit message (
Expand
)
Author
2026-01-22
cmd/compile: speedup large init function compile time
Cuong Manh Le
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-09-26
cmd/compile: fix ICE with new(<untyped expr>)
Cuong Manh Le
2025-09-23
cmd/compile/internal: support new(expr)
Alan Donovan
2025-09-23
cmd/compile: prevent shapifying of pointer shape type
Cuong Manh Le
2025-08-05
cmd: remove dead code
qiulaidongfeng
2025-06-09
cmd/compile: relax reshaping condition
Cuong Manh Le
2025-06-04
Revert "cmd/compile: Enable inlining of tail calls"
Cherry Mui
2025-05-22
cmd/compile: do not shapify when reading reshaping expr
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE with recursive alias type parameter
Cuong Manh Le
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2025-05-06
pkgbits: replace references to RelocKind with SectionKind
Mark Freeman
2025-03-11
cmd/compile: Enable inlining of tail calls
Alexander Musman
2024-11-04
cmd/compile: fix inlining name mangling for blank label
Cuong Manh Le
2024-10-07
cmd/compile: avoid dynamic type when possible
Cuong Manh Le
2024-09-11
cmd/compile: remove types.Type rparams field
Cuong Manh Le
2024-09-09
cmd/compile: emit tail call wrappers when possible
amusman
2024-09-04
cmd: do not use notsha256
Cuong Manh Le
2024-08-26
cmd/compile: deprecate derived info needed field
Cuong Manh Le
2024-08-23
cmd/compile/internal: write type parameters for aliases
Tim King
2024-08-20
cmd/compile: deprecate has init and derived func instance
Tim King
2024-08-20
cmd/compile/internal/noder: reduce clutter a bit (cosmetic changes)
Robert Griesemer
2024-08-09
cmd/compile: add basic wasmexport support
Cherry Mui
2024-07-22
cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"
Cuong Manh Le
2024-07-16
cmd/compile: fix recursive generic interface instantiation
Cuong Manh Le
2024-05-23
runtime: move exit hooks into internal/runtime/exithook
Russ Cox
2024-05-21
cmd/compile: for rangefunc, add checks and tests, fix panic interactions
David Chase
2024-05-15
cmd/compile/internal/noder: enable type aliases in type checker
Matthew Dempsky
2024-05-10
cmd/compile, cmd/link: disallow linkname of some newly added internal functions
Cherry Mui
2024-03-20
cmd/compile/internal/noder: remove wrapName
Matthew Dempsky
2024-02-27
cmd/compile/internal/noder: add method wrapper comments
Matthew Dempsky
2024-02-09
cmd/compile: fail noder.LookupFunc gracefully if function generic
Michael Pratt
2024-01-10
cmd/compile: use hashed symbol name for go.shape types if too long
Than McIntosh
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-17
cmd/compile: use internal/buildcfg for checking newinliner enable
Cuong Manh Le
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-10-09
cmd/compile: fix typecheck range over negative integer
Cuong Manh Le
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-09-14
cmd/compile/internal/noder: drop unused *types.Pkg results
Matthew Dempsky
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-09-12
cmd/compile/internal/ir: add NewZero
Matthew Dempsky
2023-09-12
cmd/compile: stop changing Field.Sym for parameters
Matthew Dempsky
2023-09-11
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
Matthew Dempsky
2023-09-11
cmd/compile/internal/ir: add Type param to NewBasicLit
Matthew Dempsky
2023-09-08
cmd/compile: write "properties" to export data for inlinable funcs
Than McIntosh
2023-09-08
cmd/compile: cleanup uses of ir.Orig and ir.SepCopy
Matthew Dempsky
2023-09-08
cmd/compile/internal/noder: stop preserving original const strings
Matthew Dempsky
2023-08-29
cmd/compile/internal/ir: drop Inl.Body
Matthew Dempsky
[next]