aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/dcl.go
AgeCommit message (Expand)Author
2020-09-03cmd/compile: do not declare func nodesCuong Manh Le
2020-09-03cmd/compile: do not push functions literal node to Func.DclCuong Manh Le
2020-08-25cmd/compile: report error for unexported name only onceCuong Manh Le
2020-04-16cmd/compile: remove totype0 type-constructor helpersMatthew Dempsky
2019-10-14cmd/compile: move some ONAME-specific flags from Node to NameMatthew Dempsky
2019-10-13cmd/compile: remove Addable flagMatthew Dempsky
2019-10-13cmd/compile: remove PDISCARD classMatthew Dempsky
2019-09-06cmd/compile: rename Etype to ctxTypeMatthew Dempsky
2019-08-26cmd/compile: refactor checkdupfields APIMatthew Dempsky
2019-04-03cmd/compile: return assignment mismatch error in var declarationssmasher164
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-12cmd/compile: mark function SymsAustin Clements
2018-10-31cmd/compile/internal/gc: more direct noder.nod implementation (cleanup)Robert Griesemer
2018-10-24cmd/compile: better errors for structs with conflicting fields and methodsRobert Griesemer
2018-10-18cmd/compile: extract gc.eqtype as types.IdenticalMatthew Dempsky
2018-06-05cmd/compile: revert internal parameter rename (from ".anonX" to "") before ex...Robert Griesemer
2018-05-10cmd/compile: use 'not defined' rather than 'unnamed' in error messageRobert Griesemer
2018-04-25cmd/compile/internal/types: remove Field.FunargMatthew Dempsky
2018-04-23cmd/compile: replace Field.Nname.Pos with Field.PosMatthew Dempsky
2018-04-20cmd/compile: make generated function code more consistentMatthew Dempsky
2018-04-16cmd/compile/internal/gc: add some Node methodsDaniel Martí
2018-04-10cmd/compile: fix check that ensures main.main is a functionMatthew Dempsky
2018-04-09cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky
2018-04-05cmd/compile: cleanup method symbol creationMatthew Dempsky
2018-04-05cmd/compile: drop legacy code for generating iface wrappersMatthew Dempsky
2018-04-03cmd/compile: introduce gc.Node.copy methodDaniel Martí
2018-04-03cmd/compile: improve declaration position precisionMatthew Dempsky
2018-04-02cmd/compile: use newfuncname in dclfuncMatthew Dempsky
2018-03-08cmd/compile: fuse escape analysis parameter tagging loopsMatthew Dempsky
2018-03-07cmd/compile: remove funcdepth variablesMatthew Dempsky
2018-03-07cmd/compile: cleanup funccompile and compileMatthew Dempsky
2017-11-28cmd/compile: use NoXPos instead of lineno in typenodMatthew Dempsky
2017-11-22cmd/compile, go/types: error if main.main is not a functionMatthew Dempsky
2017-10-31cmd/compile: don't export unreachable inline method bodiesMatthew Dempsky
2017-10-29cmd/compile: improve coverage of nowritebarrierrec checkAustin Clements
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-10-04cmd/compile: remove Local flags on Type and NodeMatthew Dempsky
2017-10-04cmd/compile: mark closure structs as NoalgMatthew Dempsky
2017-09-22cmd/compile: add intrinsic for reading caller's pcDavid Chase
2017-09-19cmd/compile: simplify range expressionTobias Klauser
2017-08-29cmd/compile: make more use of exported position informationMatthew Dempsky
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-25cmd/compile: simplify noding for struct embeddingMatthew Dempsky
2017-08-11runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu
2017-08-09cmd/compile: remove some unused params in gcDaniel Martí
2017-06-09cmd/compile: don't use ."" as a pkg prefixDaniel Martí
2017-04-27cmd/compile: add initial backend concurrency supportJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Class to flagsJosh Bleecher Snyder
2017-04-26cmd/compile: convert Node.Embedded into a flagJosh Bleecher Snyder
2017-04-25cmd/compile: factor out access to thisTgriesemer