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
/
walk
/
closure.go
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2022-05-05
cmd/compile: construct ir.FuncType within typecheck.DeclFunc
Matthew Dempsky
2022-05-05
cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type
Matthew Dempsky
2022-03-01
cmd/compile: use AutogeneratedPos for method value wrapper
Cherry Mui
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2021-10-23
cmd/compile: prevent compiling closures more than once
Cuong Manh Le
2021-08-31
cmd/compile: make unified IR more selective about method wrappers
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: set sym.Def to ir.Name for method value wrappers
Matthew Dempsky
2021-07-07
[dev.typeparams] cmd/compile: rename PartialCallType -> MethodValueType
Cuong Manh Le
2021-07-03
[dev.typeparams] cmd/compile: formalize "hidden parameters" idea
Matthew Dempsky
2021-06-28
[dev.typeparams] cmd/compile: move MethodValueWrapper to walk
Cuong Manh Le
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-23
[dev.typeparams] cmd/compile: remove CallExpr.PreserveClosure
Matthew Dempsky
2021-06-23
[dev.typeparams] cmd/compile: allow typecheck of OCHECKNIL
Matthew Dempsky
2021-06-04
[dev.typeparams] cmd/compile: point StructKeyExpr at the types.Field
Matthew Dempsky
2021-03-23
cmd/compile: wrap/desugar defer calls for register abi
Than McIntosh
2021-01-28
[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...
Dan Scales
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-12
[dev.regabi] cmd/compile: remove Func.ClosureType
Matthew Dempsky
2021-01-12
[dev.regabi] cmd/compile: transform closures during walk
Matthew Dempsky
2021-01-12
[dev.regabi] cmd/compile: compile functions before closures
Matthew Dempsky
2021-01-10
[dev.regabi] cmd/compile: bind closure vars during SSA constructions
Matthew Dempsky
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2021-01-02
[dev.regabi] cmd/compile: remove Nodes.Set [generated]
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: refactor redundant type conversion [generated]
Cuong Manh Le
2021-01-01
[dev.regabi] cmd/compile: remove Func.ClosureEnter
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: change AddrExpr.Alloc to AddrExpr.Prealloc
Cuong Manh Le
2020-12-29
[dev.regabi] cmd/compile: simplify ir.Func somewhat
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}Expr
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package walk [generated]
Russ Cox