aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2022-06-23[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clausesMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through for OMAPLITMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: start setting RType fields for Unified IRMatthew Dempsky
2022-06-22cmd/compile: don't use dictionary convert to shaped empty interfaceWayne Zuo
2022-06-22cmd/compile: fix assert condition in generic method callWayne Zuo
2022-06-18cmd/compile: skip substituting closures in unsafe builtins argumentsCuong Manh Le
2022-06-16[dev.unified] all: merge master (635b124) into dev.unifiedMatthew Dempsky
2022-06-14[dev.unified] cmd/compile: more Unified IR docs and reviewMatthew Dempsky
2022-06-13cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-06-09[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...Matthew Dempsky
2022-06-09[dev.unified] test: relax issue7921.go diagnostic messageCuong Manh Le
2022-06-09[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IRCuong Manh Le
2022-06-09[dev.unified] cmd/compile: fix unified IR don't report type size too large errorCuong Manh Le
2022-06-08[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnosticCuong Manh Le
2022-06-07[dev.unified] cmd/compile: visit LHS before RHS/X in assign/for statementCuong Manh Le
2022-06-06[dev.unified] cmd/compile: fix missing method value wrapper in unified IRCuong Manh Le
2022-06-06[dev.unified] cmd/compile: remove package heightCuong Manh Le
2022-06-06[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...Matthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: add optExpr for optional expressionsMatthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: rename exprName to exprGlobalMatthew Dempsky
2022-05-26cmd/compile: mark closures made for generic function expressions as wrappersKeith Randall
2022-05-25internal/pkgbits: add Index typeMatthew Dempsky
2022-05-20internal/pkgbits: better documentationMatthew Dempsky
2022-05-17cmd/compile/internal/noder: remove TODO about position handlingMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-16cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}Matthew Dempsky
2022-05-13cmd/compile: tidy up noder's unified IR docsDaniel Martí
2022-05-13cmd/compile/internal/types: change NewTypeParam to match New{Basic,Named}Matthew Dempsky
2022-05-13cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""Matthew Dempsky
2022-05-11cmd/compile: fix bad order of evaluation for multi-value f()(g()) callsCuong Manh Le
2022-05-08cmd/compile: don't crash in size computation for invalid typeRobert Griesemer
2022-05-05cmd/compile: change ir.InstExpr.Targs from Node to NtypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.TypeAssertExpr.NtypeMatthew Dempsky
2022-05-05cmd/compile: change ir.NewCompLitExpr from Ntype to *types.TypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.Name.NtypeMatthew Dempsky
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-05-04Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-05-03cmd/compile: use dictionary to convert type to shaped interface typeWayne Zuo
2022-05-02cmd/compile: simplify code from CL 398474Matthew Dempsky
2022-04-29cmd/compile: consistent unified IR handling of package unsafeMatthew Dempsky
2022-04-28cmd/compile: set correct package for vars/params/results from nested instanti...Cuong Manh Le
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-18cmd/compile: fix missing source information in ssa viewhopehook
2022-04-12cmd/compile: add a test case and some comments for deadlock on syntax errorhopehook
2022-04-11all: gofmt main repoRuss Cox
2022-04-07cmd/compile: fix deadlock on syntax errorhopehook
2022-04-07cmd/compile: adjust types2 shift check to match go/types (cleanup)Robert Griesemer