aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck
AgeCommit message (Expand)Author
2022-01-13cmd/compile: descend through types to find fully-instantiated typesDan Scales
2022-01-11cmd/compile: fix the names of methods created during type substitutionDan 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
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2022-01-07cmd/compile: fix instantiation of types referenced during inliningCuong Manh Le
2021-12-16cmd/compile: don't re-typecheck while importingKeith Randall
2021-11-30cmd/compile: change iexportVersionGeneric to 2Dan Scales
2021-11-20cmd/compile: ensure generic function is loaded when it needs to be re-exportedDan Scales
2021-11-19cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales
2021-11-10cmd/compile: don't do Resolve on OKEY identifiers during importDan Scales
2021-11-09cmd/compile: NewSelectorExpr use n.Pos instead of base.PosChaoqun Han
2021-11-05cmd/compile: gracefully fallback when inline bodies are missingMatthew Dempsky
2021-11-03cmd/compile: make pointers to arrays their own shapeKeith Randall
2021-10-27cmd/compile: fix generic type handling when crawling inline bodyCuong Manh Le
2021-10-26cmd/compile/internal/typecheck: update doc for the 1.18 export formatRobert Findley
2021-10-25cmd/compile: update the export version for genericsDan Scales
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-25cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley
2021-10-22cmd/compile: only look for struct type when crawling inline bodyCuong Manh Le
2021-10-20cmd/compile: use `else if` for mutually exclusive `if` statementshkhere
2021-10-20cmd/compile: fix crawling of embeddable types during inlineCuong Manh Le
2021-10-19cmd/compile: allow importing and exporting of ODYNAMICTYPEKeith Randall
2021-10-19cmd/compile: substitute "". prefix with package in more import locationsKeith Randall
2021-10-18cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]Keith Randall
2021-10-16test: add a test for parameterized embedded fieldDan Scales
2021-10-15cmd/compile: support new fully-inst types referenced during inliningDan Scales
2021-10-12cmd/compile: some fixes in type substituter for InstantiateDan Scales
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-10-07cmd/compile: improving printing of type names in func/meth instantiationsDan Scales
2021-10-07cmd/compile,runtime: implement uint64->float32 correctly on 32-bit archsKeith Randall
2021-09-27cmd/compile: allow methods on shape types (but no bodies)Dan Scales
2021-09-24cmd/compile: fix crawler for unexported fields with instantiated typesDan Scales
2021-09-24cmd/compile: fix case in dictPass where OMETHVALUE should become ODOTMETHDan Scales
2021-09-22cmd/compile: break out constants for local and global dictionary prefixesDan Scales
2021-09-21cmd/compile: don't create or instantiate methods on shape typesDan Scales
2021-09-20cmd/compile: update doc at top of iexport.go on the changes for typeparamsDan Scales
2021-09-20cmd/compile: rename instType -> instanceTypeDan Scales
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-17cmd/compile: fix import/export of Init and Def fields.Dan Scales
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-15cmd/compile: remove unneeded early transforms, with dictionary changeDan Scales
2021-09-15cmd/compile: switch to computing dict format on instantiated functionsDan Scales
2021-09-14cmd/compile: set IsShape based on type being in the Shapes pkgDan Scales
2021-09-14cmd/compile: fix test/typeparam/mdempsky/4.go for -G=3wdvxdr
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-13cmd/compile: save the note of fields when translating structkorzhao
2021-09-09cmd/compile: fix case where init info of OAS node is droppedDan Scales