aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2022-01-13cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall
2022-01-11cmd/compile: in typ0(), load base type before checking s.DefDan 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-04cmd/compile: save selector/inst info for generic method/function callsDan Scales
2022-01-04cmd/compile: pop instantiations of local types when leaving scopeDan Scales
2021-12-15all: fix typo in commentichxxx
2021-12-14cmd/compile: fix case where we didn't delay transformAssign in varDeclDan Scales
2021-12-13cmd/compile: avoid re-instantiating method that is already importedDan Scales
2021-12-09cmd/compile: preserve 'any' type alias in unified IRMatthew Dempsky
2021-12-02cmd/compile: report channel size errors correctly for -G=3Dan Scales
2021-12-02cmd/compile: fix case where g.curDecl should be saved/restoredDan Scales
2021-11-19cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales
2021-11-16go/types, types2: improve error messages referencing anyRobert Findley
2021-11-16cmd/compile: prevent irgen crashing for empty local declaration stmtCuong Manh Le
2021-11-15cmd/compile: error when using internal type declarations in generic functionsKeith Randall
2021-11-15cmd/compile: fix position info for implicit nodes due to genericsDan Scales
2021-11-12cmd/compile: fix missing transformEarlyCall for OXDOT in subster.nodeCuong Manh Le
2021-11-11cmd/compile: ensure stenciled function bodies are nonemptyKeith Randall
2021-11-11cmd/compile: fix missing ddd when building call for function instantiation cl...Cuong Manh Le
2021-11-10cmd/compile/internal/types2: move some functions into different files (cleanup)Robert Griesemer
2021-11-09cmd/compile: disable doubleCheck and remove unused checkDictionaryDan Scales
2021-11-09cmd/compile: fix irgen mis-handling of ... argument when creating closureCuong Manh Le
2021-11-02cmd/compile: remove TODO that is no longer relevantDan Scales
2021-11-02cmd/compile: fix panic when refer to method of imported instantiated typeCuong Manh Le
2021-10-29cmd/compile: use Structure() to get single underlying type of typeparam.Dan Scales
2021-10-28cmd/compile: resolve the TODO of processPragmasLeonard Wang
2021-10-26cmd/compile: clean up the switch statements in (*genInst).node()Dan Scales
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-25cmd/compile: revert most of CL 349169Keith Randall
2021-10-25cmd/compile: remove MarkUsedIfaceMethodIndex mechanismKeith Randall
2021-10-25cmd/compile: use SetInit instead of *PtrInitwdvxdr
2021-10-25cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley
2021-10-15cmd/compile: cleanup code in getInstInfo to use switch statementDan Scales
2021-10-15cmd/compile: convert to using a map in getInstInfo, rather than SetImplicit()Dan Scales
2021-10-15cmd/compile: support new fully-inst types referenced during inliningDan Scales
2021-10-15cmd/compile: fix irgen reports wrong error message for misuse of //go:embedCuong Manh Le
2021-10-14cmd/compile/internal/types2: remove Config.AllowTypeLists (cleanup)Robert Griesemer
2021-10-14cmd/compile/internal/syntax: remove AllowTypeSets modeRobert Griesemer
2021-10-13all: fix spelling mistakesnicksherron
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-10-07cmd/compile: fix the index variable is shadowed in dictPassLeonard Wang
2021-10-01cmd/compile: remove typeparam subscripts, use func/type prefix for uniquenessDan Scales
2021-10-01cmd/compile: accept constraint literals with elided interfacesRobert Griesemer
2021-10-01cmd/compile/internal/types2: removed deprecated API entry pointsRobert Griesemer
2021-09-29cmd/compile: rename some types2.Context variables from env to ctxtRobert Findley
2021-09-29go/types, types2: rename Environment to ContextRobert Findley
2021-09-29cmd/compile: make sure shapes have proper indexes for sub-instantiationDan Scales
2021-09-28cmd/compile/internal/types2: add Interface.IsMethodSet, remove Interface.IsCo...Robert Griesemer
2021-09-28cmd/compile/internal/types2: record all instances, not just inferred instancesRobert Griesemer