aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/object.go
AgeCommit message (Expand)Author
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-18[dev.typeparams] cmd/compile: simplify type alias handling for exportMatthew Dempsky
2021-04-09cmd/compile: don't set Ntype in noder2 anymoreDan Scales
2021-03-18cmd/compile: remove unneeded calls to typecheck in noder2Dan Scales
2021-02-08[dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...Dan Scales
2021-01-25[dev.typeparams] cmd/compile: fix -G=3 handling of blank methodsMatthew Dempsky
2021-01-14[dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky