aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2021-11-24[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...Dan Scales
2021-06-04cmd/compile: remove spurious ir.DumpMatthew Dempsky
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-27cmd/compile: fix nongeneric closures in generic functionsKeith Randall
2021-04-27cmd/compile: fix handling of ir.CurFunc during stencilingDan Scales
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-15cmd/compile: propagate pragmas from generic function to stenciled implementationKeith Randall
2021-04-15cmd/compile: look for function in instantiations in all global assignmentsDan Scales
2021-04-09cmd/compile: don't set Ntype in noder2 anymoreDan Scales
2021-04-08cmd/compile: break out transformations of tcCompLit into transformCompLitDan Scales
2021-04-08Revert "cmd/compile/internal/noder: limit the number of goroutine"Matthew Dempsky
2021-04-08cmd/compile,cmd/internal/objabi: abstract out object header stringAustin Clements
2021-04-07cmd/compile/internal/types2: remove Config.InferFromConstraints flagRobert Griesemer
2021-04-06cmd/compile: fix gcSizes.Sizeof for a zero-sized structDan Scales
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-04-03cmd/compile: rename newNamedTypeWithSym, add some commemntsDan Scales
2021-03-31cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...Dan Scales
2021-03-31cmd/compile: deal correctly with unnamed function params during stencilingDan Scales
2021-03-30cmd/compile: handle partial type inference that doesn't require function argsDan Scales
2021-03-30cmd/compile/internal/noder: limit the number of goroutinehqpko
2021-03-30cmd/compile: fix creation of named generic types (setting of t.nod)Dan Scales
2021-03-30cmd/compile: fix various small bugs related to type listsDan Scales
2021-03-29cmd/compile: remove typechecker calls in varDecl()Dan Scales
2021-03-25cmd/compile: add transform functions for OXDOT and builtinsDan Scales
2021-03-25cmd/compile: create/use noder2 transform functions for more node typesDan Scales
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-03-18cmd/compile: get untyped constants working in generic functionsDan Scales
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-18cmd/compile: remove unneeded calls to typecheck in noder2Dan Scales
2021-03-17cmd/compile: getting more built-ins to work with genericsDan Scales
2021-03-16cmd/compile: deal with comparable embedded in a constraintDan Scales
2021-03-15cmd/compile: fix case where func-valued field of a generic type is calledDan Scales
2021-03-15cmd/compile: add support for generic mapsDan Scales
2021-03-15cmd/compile: add support for generic channels and type conversion during callsDan Scales
2021-03-12cmd/compile: fix noder.Addr() to not call typecheckerDan Scales
2021-03-12cmd/compile: call types.CheckSize() in g.typ()Dan Scales
2021-03-11cmd/compile: fix handling of partially inferred type argumentsDan Scales
2021-03-10cmd/compile: deal with helper generic types that add methods to TDan Scales
2021-03-10cmd/compile/internal/types2: better error reporting framework (starting point)Robert Griesemer
2021-03-09cmd/compile: get instantiated generic types working with interfacesDan Scales
2021-03-05cmd/compile: do not report error for invalid constantCuong Manh Le
2021-03-04cmd/compile: remove types2.(*Selection).TArgs(), now that instance bug seems ...Dan Scales
2021-03-04cmd/compile: make check2 gracefully exit if it reported errorsCuong Manh Le
2021-03-04cmd/compile: graceful handle error in noder LoadPackageCuong Manh Le
2021-02-26cmd/compile: deal with closures in generic functions and instantiated functio...Dan Scales
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-02-18[dev.typeparams] cmd/compile: use new converter functions rather than methods...Robert Griesemer
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-11[dev.typeparams] cmd/compile: small fixes for stencilingDan Scales
2021-02-10[dev.typeparams] cmd/compile: make type conversions by type parameters workDan Scales