aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/reader.go
AgeCommit message (Expand)Author
2022-05-25internal/pkgbits: add Index typeMatthew Dempsky
2022-05-16cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}Matthew Dempsky
2022-05-13cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""Matthew Dempsky
2022-05-05cmd/compile: remove ir.TypeAssertExpr.NtypeMatthew Dempsky
2022-05-05cmd/compile: change ir.NewCompLitExpr from Ntype to *types.TypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.Name.NtypeMatthew Dempsky
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-05-04Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-04-29cmd/compile: consistent unified IR handling of package unsafeMatthew Dempsky
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-04cmd/compile: switch to final unified IR export formatMatthew Dempsky
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