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
2022-04-04
cmd/compile: support reading union type for compiler backend in unified IR
Cuong Manh Le
2022-03-18
internal/buildcfg: initialize GOROOT to runtime.GOROOT
Bryan C. Mills
2022-03-17
cmd/compile: remove typecheckdef and Name.Walkdef
Matthew Dempsky
2022-03-16
cmd/compile: detect invalid NIH conversions within unified IR
Matthew Dempsky
2022-03-09
cmd/compile: mark instantiated generic functions as DUPOK
Matthew Dempsky
2022-03-07
cmd/compile: remove duplicate const logic from typecheck
Matthew Dempsky
2022-03-07
cmd/compile: add itabs to unified IR dictionaries
Matthew Dempsky
2022-03-07
cmd/compile: represent derived types with ir.DynamicType in unified IR
Matthew Dempsky
2022-03-07
cmd/compile: fix reentrancy issue in unified IR function body reading
Matthew Dempsky
2022-03-01
cmd/compile/internal/ir: remove unused -G=0 node types
Matthew Dempsky
2022-03-01
cmd/compile: unified IR support for implicit interfaces
Matthew Dempsky
2022-03-01
internal/pkgbits: extract unified IR coding-level logic
Matthew Dempsky
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2021-12-15
all: fix typo in comment
ichxxx
2021-10-25
cmd/compile/internal/typecheck: record whether an interface is implicit
Robert Findley
2021-09-09
cmd/compile: fix unified IR panic when expanding nested inline function
Cuong Manh Le
2021-09-09
cmd/compile: remove 'ext' fields from unified IR reader/writer types
Matthew Dempsky
2021-09-09
cmd/compile: simplify value coding for unified IR
Matthew Dempsky
2021-09-09
cmd/compile: extrapolate $GOROOT in unified IR
Matthew Dempsky
2021-09-01
cmd/compile: optimize unified IR handling of imported functions
Matthew Dempsky
2021-09-01
cmd/compile: emit unified IR wrappers after inlining
Matthew Dempsky
2021-08-31
cmd/compile: make unified IR more selective about method wrappers
Matthew Dempsky
2021-08-26
cmd/compile: move types init code into package types
Matthew Dempsky
2021-08-20
cmd/compile/internal/syntax: add PosBase.Trimmed
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: avoid redundant method wrappers in unified IR
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: set sym.Def to ir.Name for method value wrappers
Matthew Dempsky
2021-07-26
[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerface
Matthew Dempsky
2021-07-21
[dev.typeparams] cmd/compile: cleanup unified IR file format a little
Matthew Dempsky
2021-07-14
[dev.typeparams] cmd/compile: record more typ/fun info for dictionaries in un...
Matthew Dempsky
2021-07-14
[dev.typeparams] cmd/compile: handle objStub earlier in reader
Matthew Dempsky
2021-07-11
[dev.typeparams] cmd/compile: slightly more incremental unified typecheck
Matthew Dempsky
2021-07-10
[dev.typeparams] cmd/compile: more incremental typecheck for unified IR
Matthew Dempsky
2021-07-04
[dev.typeparams] cmd/compile: better Call constructor
Matthew Dempsky
2021-07-04
[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysis
Matthew Dempsky
2021-07-03
[dev.typeparams] cmd/compile: flatten OINLCALL in walk
Matthew Dempsky
2021-07-03
[dev.typeparams] cmd/compile: formalize "hidden parameters" idea
Matthew Dempsky
2021-07-02
[dev.typeparams] cmd/compile: incremental typecheck during unified IR
Matthew Dempsky
2021-07-01
[dev.typeparams] cmd/compile: refactor top-level typechecking in unified IR
Matthew Dempsky
2021-06-30
[dev.typeparams] cmd/compile: add derived-type dictionaries to unified IR
Matthew Dempsky
2021-06-27
[dev.typeparams] cmd/compile: add method value wrappers to unified IR
Matthew Dempsky
2021-06-26
[dev.typeparams] cmd/compile: rewrite method calls during typecheck
Cuong Manh Le
2021-06-25
[dev.typeparams] cmd/compile: rename types.Type.{Short,Long}String to {Link,N...
Matthew Dempsky
2021-06-25
[dev.typeparams] cmd/compile: simplify variable capturing in unified IR
Matthew Dempsky
2021-06-25
[dev.typeparams] cmd/compile: generate wrappers within unified IR
Matthew Dempsky
2021-06-24
[dev.typeparams] cmd/compile: use r.hasTypeParams in typIdx
Cuong Manh Le
2021-06-23
[dev.typeparams] cmd/compile: explain why expandInline needed
Cuong Manh Le
2021-06-23
[dev.typeparams] cmd/compile: refactor CaptureName
Matthew Dempsky
2021-06-21
[dev.typeparams] cmd/compile: explain why reader.funcExt need to set n.Defn
Cuong Manh Le
2021-06-21
[dev.typeparams] cmd/compile: fold reader checking type params logic to separ...
Cuong Manh Le
2021-06-20
[dev.typeparams] cmd/compile: explain how pkgReader.typIdx handles alias cyclic
Cuong Manh Le
[prev]
[next]