summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/object.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky2023-01-261-205/+0
* cmd/compile: change ir.InstExpr.Targs from Node to NtypeMatthew Dempsky2022-05-051-1/+1
* cmd/compile: enable Asan check for global variablesfanzha022022-05-041-1/+1
* Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-05-041-1/+1
* cmd/compile: enable Asan check for global variablesfanzha022022-05-041-1/+1
* Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-04-221-1/+1
* cmd/compile: enable Asan check for global variablesfanzha022022-04-221-1/+1
* cmd/compile: remove typecheckdef and Name.WalkdefMatthew Dempsky2022-03-171-1/+0
* cmd/compile/internal/types2: record all instances, not just inferred instancesRobert Griesemer2021-09-281-3/+18
* [dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales2021-07-161-1/+1
* [dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky2021-05-261-10/+12
* [dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales2021-05-211-3/+7
* [dev.typeparams] cmd/compile: simplify type alias handling for exportMatthew Dempsky2021-05-181-0/+1
* cmd/compile: don't set Ntype in noder2 anymoreDan Scales2021-04-091-3/+0
* cmd/compile: remove unneeded calls to typecheck in noder2Dan Scales2021-03-181-4/+16
* [dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...Dan Scales2021-02-081-0/+3
* [dev.typeparams] cmd/compile: fix -G=3 handling of blank methodsMatthew Dempsky2021-01-251-1/+4
* [dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky2021-01-141-0/+169