aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/fmt.go
AgeCommit message (Expand)Author
2020-10-20cmd/compile: fix nodedump output for types of nodesDan Scales
2020-10-15cmd/compile: simplify exprformat untyped condition checkingCuong Manh Le
2020-10-08cmd/compile: rename types.IdealFoo to types.UntypedFooCuong Manh Le
2020-09-17cmd/compile: add variable length TRESULTS type for SSA use.David Chase
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2020-09-07cmd/compile: handle ODDD in exprformatCuong Manh Le
2020-05-07cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann
2020-04-23cmd/compile: remove ODDDARGMatthew Dempsky
2020-04-23cmd/compile: use fixVariadicCall in escape analysisMatthew Dempsky
2020-04-20cmd/compile: remove useless nil check in symfmtCuong Manh Le
2020-03-11cmd/compile: use a bytes.Buffer to format symbolsJosh Bleecher Snyder
2020-01-15cmd/compile: use a sync.Pool and string interning when printing typesJosh Bleecher Snyder
2020-01-13cmd/compile: print recursive types correctlyKeith Randall
2020-01-08cmd/compile: give every really deep type a unique nameKeith Randall
2019-12-02cmd/compile: declare with type for fmtMode constantTao Qingyun
2019-10-14cmd/compile: move some ONAME-specific flags from Node to NameMatthew Dempsky
2019-10-13cmd/compile: remove Addable flagMatthew Dempsky
2019-10-04cmd/compile: modify line number printing for nodesDavid Chase
2019-09-28cmd/compile: use %v for Node formattingAlberto Donizetti
2019-09-28cmd/compile: use Node.Right for OAS2* nodes (cleanup)Mohit Verma
2019-09-26cmd/compile: remove DDD array typesMatthew Dempsky
2019-09-26cmd/compile: simplify OPTRLIT handlingMatthew Dempsky
2019-09-24cmd/gofmt: fix computation of function header sizeEli Bendersky
2019-09-18cmd/compile: remove OCASE and rename OXCASE to OCASEMatthew Dempsky
2019-09-09cmd/compile: remove vestigial TDDDFIELDMatthew Dempsky
2019-09-09cmd/compile: report more precise errors about untyped constantsMatthew Dempsky
2019-08-28cmd/compile: remove -newescape flagMatthew Dempsky
2019-04-08cmd/compile: add ORESULT, remove OINDREGSPJosh Bleecher Snyder
2019-04-01cmd/compile: use FmtLeft to generate symbol name for unexported interface met...LE Manh Cuong
2019-03-14cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2019-03-01Revert "cmd/compile: rewrite f(g()) for multi-value g() during typecheck"Matthew Dempsky
2019-02-28cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-18cmd/compile: increase nesting depth limit for type descriptorsRobert Griesemer
2018-11-26cmd/compile: don't constant-fold non-Go constants in the frontendKeith Randall
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-10cmd/compile: improve typechecking of OSLICEHEADER nodesMartin Möhrmann
2018-10-27cmd/compile/internal/gc: represent labels as bare SymsMatthew Dempsky
2018-10-11cmd/compile/internal/gc: remove OCMPIFACE and OCMPSTRMatthew Dempsky
2018-10-04cmd/compile: merge TPTR32 and TPTR64 as TPTRMatthew Dempsky
2018-09-20cmd/compile/internal/gc: minor code reorg (cleanup)Robert Griesemer
2018-09-20cmd/compile/internal/gc: better names for (b|c|f)conf (cleanup)Robert Griesemer
2018-09-20cmd/compiler/internal/gc: remove flag from bconv (cleanup)Robert Griesemer
2018-09-20cmd/compiler/internal/gc: remove flag argument from fconv (cleanup)Robert Griesemer
2018-08-24cmd/compile: display AST IR in ssa.htmlYury Smolsky
2018-06-05cmd/compile: avoid nil pointer deref in debugging outputRobert Griesemer
2018-06-05cmd/compile: fix printing of array types in error messagesRobert Griesemer
2018-05-22cmd/compile: don't produce a past-the-end pointer in range loopsAustin Clements
2018-04-25cmd/compile/internal/types: remove Field.FunargMatthew Dempsky
2018-04-24cmd/compile/internal/types: replace Type.Val with Type.ElemMatthew Dempsky