aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/crawler.go
AgeCommit message (Expand)Author
2023-01-26cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2022-05-10cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
2022-03-21cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-14cmd/compile: add call to ImportedBody() when exporting shape inst bodyDan Scales
2022-01-13cmd/compile: descend through types to find fully-instantiated typesDan Scales
2022-01-11cmd/compile: resolve dictionaries/shape methods in markInlBody, if neededDan Scales
2022-01-10cmd/compile, test: updated comments in crawler.go, added testDan Scales
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2021-11-05cmd/compile: gracefully fallback when inline bodies are missingMatthew Dempsky
2021-10-27cmd/compile: fix generic type handling when crawling inline bodyCuong Manh Le
2021-10-22cmd/compile: only look for struct type when crawling inline bodyCuong Manh Le
2021-10-20cmd/compile: fix crawling of embeddable types during inlineCuong Manh Le
2021-09-24cmd/compile: fix crawler for unexported fields with instantiated typesDan Scales
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-08-27cmd/compile: use Type.OrigSym getter/setters [generated]Matthew Dempsky
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-16[dev.typeparams] cmd/compile: fix crawling of embeddable typesMatthew Dempsky
2021-06-07[dev.typeparams] cmd/compile: do extra markObjects during iexport to deal wit...Dan Scales
2021-06-05[dev.typeparams] cmd/compile: refactor export writingMatthew Dempsky