| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "go/printer: reuse go/token.FileSet.PositionFor calls in setPos" | Than McIntosh | 2023-04-11 | 1 | -5/+1 |
| * | go/printer: reuse go/token.FileSet.PositionFor calls in setPos | Daniel Martí | 2023-04-11 | 1 | -1/+5 |
| * | all: fix a few function names on comments | cui fliter | 2022-11-03 | 1 | -1/+1 |
| * | all: use strings.CutPrefix | cui fliter | 2022-09-27 | 1 | -3/+4 |
| * | go/printer: make ExampleFprint correctly run as online example | Shengyu Zhang | 2022-09-16 | 1 | -8/+8 |
| * | go/printer: reduce allocations to improve performance | Daniel Martí | 2022-09-09 | 2 | -22/+76 |
| * | go/printer: rename printPos to setPos | Robert Griesemer | 2022-08-19 | 2 | -57/+57 |
| * | go/printer: avoid allocating for every position printed | Daniel Martí | 2022-08-18 | 2 | -60/+126 |
| * | go/printer: avoid copying bytes when counting node sizes | Daniel Martí | 2022-08-11 | 1 | -11/+25 |
| * | go/printer: report allocs and set bytes | Daniel Martí | 2022-06-28 | 1 | -1/+7 |
| * | go/printer: if comment gets formatted away, don't squash | Ian Lance Taylor | 2022-05-25 | 3 | -0/+21 |
| * | go/printer: align expression list elements containing tabs | Daniel Martí | 2022-05-10 | 1 | -2/+3 |
| * | go/printer: fix printing for possibly ambiguous type constraints | Robert Griesemer | 2022-05-06 | 3 | -43/+94 |
| * | go/parser: accept all valid type parameter lists | Robert Griesemer | 2022-05-04 | 1 | -1/+1 |
| * | go/ast, go/printer: recognize export and extern line directives | Russ Cox | 2022-04-11 | 3 | -1/+15 |
| * | all: gofmt main repo | Russ Cox | 2022-04-11 | 1 | -27/+29 |
| * | go/printer: format doc comments | Russ Cox | 2022-04-11 | 9 | -14/+233 |
| * | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 4 | -29/+0 |
| * | all: fix TODO comment hanging indents | Russ Cox | 2022-04-01 | 2 | -8/+8 |
| * | internal/diff: add, replacing cmd/internal/diff | Russ Cox | 2022-03-18 | 1 | -30/+6 |
| * | go/printer: don't print unnecesary commas for func type param lists | Robert Findley | 2022-03-08 | 3 | -8/+67 |
| * | go/parser, go/printer: fix parsing of ambiguous type parameter lists | Robert Findley | 2022-02-15 | 3 | -0/+80 |
| * | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 2 | -9/+9 |
| * | go/types, types2, go/ast, go/parser: remove support for type lists | Robert Findley | 2021-10-28 | 3 | -44/+8 |
| * | go/parser: allow eliding interface in constraint literals | Robert Findley | 2021-10-11 | 2 | -0/+10 |
| * | all: use bytes.Cut, strings.Cut | Russ Cox | 2021-10-06 | 2 | -9/+6 |
| * | go/ast: rename MultiIndexExpr to IndexListExpr | Robert Findley | 2021-09-08 | 1 | -1/+1 |
| * | go/ast: rename TParams fields to TypeParams | Robert Findley | 2021-09-08 | 1 | -4/+4 |
| * | go/internal/typeparams: remove typeparams.{Get,Set} (cleanup) | Robert Findley | 2021-08-31 | 1 | -5/+4 |
| * | [dev.typeparams] go/internal/typeparams: remove the Enabled guard | Rob Findley | 2021-07-16 | 1 | -4/+0 |
| * | [dev.typeparams] go/*: switch from ListExpr to MultiIndexExpr | Rob Findley | 2021-07-16 | 1 | -11/+9 |
| * | go: various minor cleanups with the help of Goland | kumakichi | 2021-04-27 | 1 | -1/+1 |
| * | all: remove redundant spaces before . and , | Yury Smolsky | 2021-04-20 | 1 | -1/+1 |
| * | go/*,cmd/gofmt: guard AST changes with the typeparams build tag | Rob Findley | 2021-04-13 | 6 | -37/+38 |
| * | go/parser,go/types: hide API changes related to type parameters | Rob Findley | 2021-03-02 | 1 | -4/+13 |
| * | go/printer: canonicalize //go:build and // +build lines while formatting | Russ Cox | 2021-02-20 | 17 | -6/+299 |
| * | [dev.typeparams] go/types: use a new ast.ListExpr for multi-type instances | Rob Findley | 2021-02-18 | 1 | -23/+20 |
| * | [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams' | Robert Griesemer | 2020-12-14 | 2 | -8/+8 |
| |\ |
|
| | * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 2 | -8/+8 |
| * | | [dev.typeparams] go/printer: adapt changes from dev.go2go | Rob Findley | 2020-12-02 | 6 | -50/+183 |
| |/ |
|
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -1/+1 |
| * | go/printer: remove exported StdFormat flag | Dmitri Shuralyov | 2020-07-17 | 5 | -13/+32 |
| * | cmd/gofmt, go/format, go/printer: move number normalization to printer | Dmitri Shuralyov | 2020-05-01 | 7 | -1/+625 |
| * | all: fix incorrect channel and API usage in some unit tests | Ziheng Liu | 2020-02-27 | 1 | -1/+1 |
| * | cmd/gofmt: fix computation of function header size | Eli Bendersky | 2019-09-24 | 1 | -11/+16 |
| * | go/printer: never print a newline before the returned results | Daniel Martí | 2019-09-23 | 2 | -2/+35 |
| * | printer: check if specs exist before accessing them in genDecl printer | Patrick Barker | 2019-03-14 | 1 | -1/+1 |
| * | go/printer: add missing error checks in tests | Leon Klingele | 2019-03-02 | 1 | -0/+7 |
| * | all: use "reports whether" consistently instead of "returns whether" | Tobias Klauser | 2018-12-02 | 1 | -1/+1 |
| * | go/printer: print parenthesized declarations if len(d.Specs) > 1 | David Tolpin | 2018-11-27 | 2 | -1/+33 |