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
/
ir
/
func.go
Age
Commit message (
Expand
)
Author
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-17
cmd/compile: fix static init inlining for hidden node fields
Matthew Dempsky
2022-11-18
all: add missing periods in comments
cui fliter
2022-08-10
cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.
David Chase
2022-05-13
cmd/compile/internal/ir: remove PkgFuncName assumption that LocalPkg.Path == ""
Matthew Dempsky
2022-03-25
cmd/compile/internal/ir: remove NewClosureExpr
Cuong Manh Le
2022-03-16
cmd/compile: remove OIOTA
Matthew Dempsky
2022-03-01
cmd/compile/internal/typecheck: remove unused -G=0 code
Matthew Dempsky
2022-02-11
cmd/compile, runtime: use unwrapped PC for goroutine creation tracing
Cherry Mui
2021-10-25
cmd/compile: add -asan option
fanzha02
2021-08-16
cmd/compile: fix panic with dead hidden closures
Cuong Manh Le
2021-07-04
[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysis
Matthew Dempsky
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-23
[dev.typeparams] cmd/compile: move call logic from order.go to escape
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: simplify NewClosureFunc
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: refactor closure construction
Matthew Dempsky
2021-06-04
[dev.typeparams] cmd/compile: allow go'd closure to escape when compiling run...
Cherry Mui
2021-05-27
[dev.typeparams] cmd/compile/internal/inline: refactor mkinlcall
Matthew Dempsky
2021-05-18
[dev.typeparams] cmd/compile/internal/ir: more useful Fatalfs
Matthew Dempsky
2021-05-07
cmd/compile: improving the documentation of various fields and functions
Dan Scales
2021-04-29
cmd/compile/internal/ir: fix doc
kumakichi
2021-03-29
cmd/compile: restructure ABI wrapper generation, export ABI
Austin Clements
2021-03-29
cmd/compile: update a few stale comments
Austin Clements
2021-01-19
[dev.regabi] cmd/compile: refactor Linksym creation
Matthew Dempsky
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: compile functions before closures
Matthew Dempsky
2021-01-12
[dev.regabi] cmd/compile: stop using Vargen for import/export
Matthew Dempsky
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: remove Func.ClosureEnter
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: expand documentation for Func.Closure{Vars,Enter}
Matthew Dempsky
2020-12-30
[dev.regabi] cmd/compile: change ir.DoChildren to use bool result type
Matthew Dempsky
2020-12-30
[dev.regabi] cmd/compile: generalize ir/mknode.go
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: simplify ir.Func somewhat
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: use Ntype where possible
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: add Linksym helpers
Matthew Dempsky
2020-12-28
[dev.regabi] cmd/compile: simplify FuncName and PkgFuncName
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split out package walk [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: move helpers into package ir [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: remove Left, Right etc methods [generated]
Russ Cox
2020-12-22
[dev.regabi] cmd/compile: only access Func method on concrete types
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: export all Node fields [generated]
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: arrange for typecheck1 to end in switch
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: generate Node methods using program
Russ Cox
2020-12-04
[dev.regabi] cmd/compile: implement editChildren for nodes
Russ Cox
2020-12-04
[dev.regabi] cmd/compile: implement doChildren for nodes
Russ Cox
2020-12-04
[dev.regabi] cmd/compile: implement copy for nodes
Russ Cox
2020-12-03
[dev.regabi] cmd/compile: remove extra typ field in Name struct
Dan Scales
2020-12-01
[dev.regabi] cmd/compile: unexport Node.RawCopy
Russ Cox
2020-11-30
[dev.regabi] cmd/compile: add ir.Closure, ir.ClosureRead
Russ Cox
[next]