aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2022-08-08cmd/compile: avoid assignment conversion in append(a, b...)Keith Randall
2022-08-08cmd/compile: treat constants to type parameter conversion as non-constant in ...Cuong Manh Le
2022-08-08cmd/compile: correct alignment of atomic.Int64Cuong Manh Le
2022-08-04all: clean up TODO after fixing issue 44505hopehook
2022-08-04[dev.unified] all: merge master (85d87b9) into dev.unifiedMatthew Dempsky
2022-08-03[dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky
2022-08-01cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo
2022-07-28[dev.unified] all: merge master (462b78f) into dev.unifiedMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: move "has init" to private metadataMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: implement simple inline body pruning heuristicMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: allow inlining to fail gracefullyMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: extract nil handling from exprTypeMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write iface conversion RTTI into unified IRMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write RTTI into unified IR export dataMatthew Dempsky
2022-07-25[dev.unified] cmd/compile: add method expressions to dictionariesMatthew Dempsky
2022-07-25[dev.unified] cmd/compile: remove obsolete RTTI wiringMatthew Dempsky
2022-07-24cmd/compile/internal/noder: correct spelling errors for instantiationjacobishao
2022-07-22[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...Cuong Manh Le
2022-07-20Merge "[dev.unified] all: merge master (8e1e64c) into dev.unified" into dev.u...Gerrit Code Review
2022-07-19[dev.unified] cmd/compile/internal/noder: simplify mixed tag/case RTTI wiringMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: better switch statementsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: explicit nil handlingMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: preserve RTTI for select statementsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: wire RTTI for implicit conversionsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: implicit conversions for binary exprsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: prefer *At functionsMatthew Dempsky
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-18cmd/compile: revert "remove -installsuffix flag"Matthew Dempsky
2022-07-13cmd/compile: remove -installsuffix flagMatthew Dempsky
2022-07-13cmd/compile: fix type assert in dict passWayne Zuo
2022-07-12internal/pkgbits: change EnableSync into a dynamic knobMatthew Dempsky
2022-07-08cmd/compile: don't convert to interface{} for un-comparable types in generic ...Cuong Manh Le
2022-07-06cmd/compile: only check implicit dots for method call enabled by a type boundCuong Manh Le
2022-06-30[dev.unified] all: merge master (993c387) into dev.unifiedMatthew Dempsky
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-28cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le
2022-06-27[dev.unified] cmd/compile: drop package height from Unified IR importerCuong Manh Le
2022-06-26cmd/compile: do branch/label checks only onceRobert Griesemer
2022-06-24[dev.unified] all: merge master (5a1c5b8) into dev.unifiedMatthew Dempsky
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