aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/writer.go
AgeCommit message (Expand)Author
2022-06-30[dev.unified] cmd/compile/internal/noder: implicit conversions for multi-valu...Matthew Dempsky
2022-06-30[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handlingMatthew Dempsky
2022-06-27[dev.unified] cmd/compile: drop package height from Unified IR importerCuong Manh Le
2022-06-23[dev.unified] cmd/compile: rename haveRType and implicitExprMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: implicit conversions for return statementsMatthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: implicit conversions for writer.ass...Matthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: refactor stmtAssign generationMatthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: implicit conversion of call argumentsMatthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: remove needType logicMatthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: implicit conversions for complitsMatthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: start writing implicit conversionsMatthew Dempsky
2022-06-23[dev.unified] cmd/compile/internal/noder: add pkgWriter.typeOf helperMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: special case f(g()) calls in Unified IRMatthew Dempsky
2022-06-14[dev.unified] cmd/compile: more Unified IR docs and reviewMatthew Dempsky
2022-06-09[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...Matthew Dempsky
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: 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-25internal/pkgbits: add Index typeMatthew Dempsky
2022-05-20internal/pkgbits: better documentationMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-04-29cmd/compile: consistent unified IR handling of package unsafeMatthew Dempsky
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-03-07cmd/compile: add itabs to unified IR dictionariesMatthew Dempsky
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-07cmd/compile: remove unneeded type alias code in unified IRMatthew Dempsky
2022-03-01cmd/compile: unified IR support for implicit interfacesMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
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
2021-12-09cmd/compile: preserve 'any' type alias in unified IRMatthew Dempsky
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
2021-09-21cmd/compile/internal/types2: export Named.Orig as Named.OriginRobert Griesemer
2021-09-09go/types, types2: rename RParams -> RecvTypeParamsRobert Findley
2021-09-09cmd/compile: remove 'ext' fields from unified IR reader/writer typesMatthew Dempsky
2021-09-09cmd/compile: simplify value coding for unified IRMatthew Dempsky
2021-09-08cmd/compile/internal/types2: spell out 'Type' in type parameter APIsRobert Griesemer
2021-08-24cmd/compile/internal/types2: use TypeList in the Inferred structRobert Griesemer
2021-08-24cmd/compile/internal/types2: use a TypeList type to hold type argumentsRobert Griesemer
2021-08-24cmd/compile/internal/types2: use []*TypeParam rather than []*TypeName for typ...Robert Griesemer
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-08-14cmd/compile/internal/types2: rename TypeParams to TParamListRobert Findley
2021-08-06[dev.typeparams] cmd/compile: swap export order of union term components (cle...Robert Griesemer
2021-08-06[dev.typeparams] cmd/compile: change types2.Union API to accept a list of TermsRobert Griesemer