aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/reader.go
AgeCommit message (Expand)Author
2022-04-04cmd/compile: support reading union type for compiler backend in unified IRCuong Manh Le
2022-03-18internal/buildcfg: initialize GOROOT to runtime.GOROOTBryan C. Mills
2022-03-17cmd/compile: remove typecheckdef and Name.WalkdefMatthew Dempsky
2022-03-16cmd/compile: detect invalid NIH conversions within unified IRMatthew Dempsky
2022-03-09cmd/compile: mark instantiated generic functions as DUPOKMatthew Dempsky
2022-03-07cmd/compile: remove duplicate const logic from typecheckMatthew Dempsky
2022-03-07cmd/compile: add itabs to unified IR dictionariesMatthew Dempsky
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-07cmd/compile: fix reentrancy issue in unified IR function body readingMatthew Dempsky
2022-03-01cmd/compile/internal/ir: remove unused -G=0 node typesMatthew Dempsky
2022-03-01cmd/compile: unified IR support for implicit interfacesMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2021-12-15all: fix typo in commentichxxx
2021-10-25cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: remove 'ext' fields from unified IR reader/writer typesMatthew Dempsky
2021-09-09cmd/compile: simplify value coding for unified IRMatthew Dempsky
2021-09-09cmd/compile: extrapolate $GOROOT in unified IRMatthew Dempsky
2021-09-01cmd/compile: optimize unified IR handling of imported functionsMatthew Dempsky
2021-09-01cmd/compile: emit unified IR wrappers after inliningMatthew Dempsky
2021-08-31cmd/compile: make unified IR more selective about method wrappersMatthew Dempsky
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-08-03[dev.typeparams] cmd/compile: avoid redundant method wrappers in unified IRMatthew Dempsky
2021-08-03[dev.typeparams] cmd/compile: set sym.Def to ir.Name for method value wrappersMatthew Dempsky
2021-07-26[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerfaceMatthew Dempsky
2021-07-21[dev.typeparams] cmd/compile: cleanup unified IR file format a littleMatthew 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 readerMatthew Dempsky
2021-07-11[dev.typeparams] cmd/compile: slightly more incremental unified typecheckMatthew Dempsky
2021-07-10[dev.typeparams] cmd/compile: more incremental typecheck for unified IRMatthew Dempsky
2021-07-04[dev.typeparams] cmd/compile: better Call constructorMatthew Dempsky
2021-07-04[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysisMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: formalize "hidden parameters" ideaMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-07-01[dev.typeparams] cmd/compile: refactor top-level typechecking in unified IRMatthew Dempsky
2021-06-30[dev.typeparams] cmd/compile: add derived-type dictionaries to unified IRMatthew Dempsky
2021-06-27[dev.typeparams] cmd/compile: add method value wrappers to unified IRMatthew Dempsky
2021-06-26[dev.typeparams] cmd/compile: rewrite method calls during typecheckCuong 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 IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-24[dev.typeparams] cmd/compile: use r.hasTypeParams in typIdxCuong Manh Le
2021-06-23[dev.typeparams] cmd/compile: explain why expandInline neededCuong Manh Le
2021-06-23[dev.typeparams] cmd/compile: refactor CaptureNameMatthew Dempsky
2021-06-21[dev.typeparams] cmd/compile: explain why reader.funcExt need to set n.DefnCuong 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 cyclicCuong Manh Le