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
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
2023-08-26
cmd/compile: un-hide closure func in init function
Cuong Manh Le
2023-08-24
cmd/compile: create "init" function during noding
Matthew Dempsky
2023-08-23
cmd/compile/internal/noder: elide statically known "if" statements
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: simplify iterating all parameters
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: add selector helpers
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: add NewMethodExpr helper
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove Ntype
Matthew Dempsky
2023-08-18
cmd/compile: remove some uses of ir.CurFunc
Matthew Dempsky
2023-08-17
cmd/compile/internal/typecheck: normalize go/defer statements earlier
Matthew Dempsky
2023-08-17
cmd/compile/internal/noder: remove inlined closure naming hack
Matthew Dempsky
2023-08-17
cmd/compile: cleanup Func construction
Matthew Dempsky
2023-08-17
cmd/compile: always construct typechecked closures
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-08-15
cmd/compile: improve ir.StaticValue and extract ir.StaticCalleeName
Matthew Dempsky
2023-08-11
cmd/compile: simplify asmhdr and plugin exports handling
Matthew Dempsky
2023-08-11
cmd/compile: cleanup ir.Package
Matthew Dempsky
2023-08-11
cmd/compile: move early deadcode into unified writer
Matthew Dempsky
2023-08-11
cmd/compile: make use of types2.InitOrder
Matthew Dempsky
2023-08-08
cmd/compile: use new for loop semantics for Go 1.22+ compilations
David Chase
2023-06-23
cmd/compile: scanning closures body when visiting wrapper function
Cuong Manh Le
2023-05-19
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-05-16
cmd/compile/internal/noder: suppress unionType consistency check
Matthew Dempsky
2023-04-28
Revert "cmd/compile: constant-fold loads from constant dictionaries and types"
Chressie Himpel
2023-04-27
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-03-06
cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlines
David Chase
2023-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase
2023-03-02
all: implement wasmimport directive
Evan Phoenix
2023-03-01
cmd/compile: relax overly strict assertion
Matthew Dempsky
2023-02-28
cmd/compile: preserve full inlined location for ir.Name locals
David Chase
2023-02-27
cmd/compile/internal/noder: correct positions for synthetic closures
Matthew Dempsky
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2023-01-26
cmd/compile/internal/noder: stop creating TUNION types
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
[prev]
[next]