aboutsummaryrefslogtreecommitdiff
path: root/src/go/printer/nodes.go
AgeCommit message (Expand)Author
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley
2021-09-08go/ast: rename TParams fields to TypeParamsRobert Findley
2021-08-31go/internal/typeparams: remove typeparams.{Get,Set} (cleanup)Robert Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2020-12-02[dev.typeparams] go/printer: adapt changes from dev.go2goRob Findley
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-05-01cmd/gofmt, go/format, go/printer: move number normalization to printerDmitri Shuralyov
2019-09-24cmd/gofmt: fix computation of function header sizeEli Bendersky
2019-09-23go/printer: never print a newline before the returned resultsDaniel Martí
2019-03-14printer: check if specs exist before accessing them in genDecl printerPatrick Barker
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-27go/printer: print parenthesized declarations if len(d.Specs) > 1David Tolpin
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-08-14go/printer: consider empty lines in table layout computationRobert Griesemer
2018-08-14go/printer: revert "make empty lines break table alignment"Robert Griesemer
2018-08-09go/printer: make empty lines break table alignmentDaniel Martí
2018-05-01go/ast: hide unexported fields in composite literalsAgniva De Sarker
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-15go/printer: indent lone comments in composite litsDaniel Martí
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-03go/printer: allow one-method interfaces to be printed on a single lineTim Cooper
2017-10-03go/printer: fix formatting of three-index slice expressiongriesemer
2017-06-19cmd/gofmt, go/printer: fix mis-alignment of comment on one-line functionRobert Griesemer
2017-04-19all: remove redundant returnsDaniel Martí
2017-01-31all: merge dev.typealias into masterRuss Cox
2017-01-26go/printer: fix format with leading comments in composite literalRobert Griesemer
2017-01-09[dev.typealias] go/ast, go/parser, go/printer, go/types: initial type alias s...Robert Griesemer
2016-11-05Revert "go/printer: support for printing alias declarations"Robert Griesemer
2016-10-04go/printer: support for printing alias declarationsRobert Griesemer
2015-12-07go/parser, go/types: report invalid else branch in if statementsRobert Griesemer
2015-09-11go/printer: fix indentation of *ast.CallExpr parametersMichal Bohuslávek
2015-01-23go/printer, cmd/gofmt: print import paths in double quotesRobert Griesemer
2014-09-12go/printer: don't reduce nesting depth twice if parentheses are present aroun...Robert Griesemer
2014-09-11go/printer, gofmt: don't align map entries for irregular inputsRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox