aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2022-11-09[release-branch.go1.18] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky
2022-07-27[release-branch.go1.18] cmd/compile: revert "fix missing dict pass for type a...Matthew Dempsky
2022-07-07[release-branch.go1.18] cmd/compile: only check implicit dots for method call...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: fix generic inter-inter comparisons from...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-05-09[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...Cuong Manh Le
2022-05-09[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...Keith Randall
2022-04-04[release-branch.go1.18] cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-04-04[release-branch.go1.18] cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le
2022-03-14[release-branch.go1.18] cmd/compile: fix expression switches using type param...Keith Randall
2022-03-14[release-branch.go1.18] cmd/compile: fix transform of OEQ/ONE when one arg is...Keith Randall
2022-02-28cmd/compile: fix case for structural types where we should be looking at type...Dan Scales
2022-02-26cmd/compile: ensure dictionary assignment statements are defining statementsKeith Randall
2022-02-24cmd/compile: delay all call transforms if in a generic functionDan Scales
2022-02-09go/types, types2: rename structuralType/String to coreType/StringRobert Griesemer
2022-01-27go/types, cmd/compile: fix composite literal structural typingMatthew Dempsky
2022-01-27cmd/compile: support structural typing in unified IRMatthew Dempsky
2022-01-26cmd/compile/internal/types2: remove (*Signature).SetRecvTypeParamsMatthew Dempsky
2022-01-25cmd/compile: new absdiff.go test, fix problem with g.curDeclDan Scales
2022-01-24cmd/compile: distinguish bound calls/field access in getInstInfoDan Scales
2022-01-21cmd/compile: make sure multiple blank typeparams remain uniqueDan Scales
2022-01-19cmd/compile: add early a CONVIFACE normally created in the order phaseDan Scales
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
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