aboutsummaryrefslogtreecommitdiff
path: root/src/go/printer
AgeCommit message (Expand)Author
2021-07-16[dev.typeparams] go/internal/typeparams: remove the Enabled guardRob Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-04-27go: various minor cleanups with the help of Golandkumakichi
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-02-20go/printer: canonicalize //go:build and // +build lines while formattingRuss Cox
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2020-12-14[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02[dev.typeparams] go/printer: adapt changes from dev.go2goRob Findley
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-05-01cmd/gofmt, go/format, go/printer: move number normalization to printerDmitri Shuralyov
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
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
2019-03-02go/printer: add missing error checks in testsLeon Klingele
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-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad 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-11go/printer, gofmt: handle raw string literals containing newlines betterRobert Griesemer
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-15go/scanner: report errors for incorrect line directivesRobert Griesemer
2018-03-09go/printer: simplify handling of line directivesRobert Griesemer
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-12go/scanner: don't eat \r in comments if that shortens the commentRobert Griesemer
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-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
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-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-07-04go/printer: fix typoKale Blankenship
2017-06-19cmd/gofmt, go/printer: fix mis-alignment of comment on one-line functionRobert Griesemer
2017-06-14go/printer: handle associated comments for CommentedNodeHiroshi Ioka
2017-06-02go/printer: don't emit unnecessary //line directives before empty linesRobert Griesemer
2017-04-19all: remove redundant returnsDaniel Martí
2017-03-06go/printer: remove unused comment parameterDaniel Martí
2017-01-31all: merge dev.typealias into masterRuss Cox