| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.typeparams] cmd/gofmt: remove typeparams guards | Rob Findley | 2021-06-22 | 5 | -24/+2 |
| * | cmd/gofmt: always format non-directory arguments again | Daniel Martà | 2021-04-30 | 1 | -1/+12 |
| * | cmd/gofmt: simplify arg handling | Daniel Martà | 2021-04-28 | 1 | -21/+8 |
| * | go/*,cmd/gofmt: guard AST changes with the typeparams build tag | Rob Findley | 2021-04-13 | 3 | -17/+9 |
| * | cmd/gofmt: fix const association to avoid inaccurate comment | Rob Findley | 2021-03-10 | 1 | -4/+4 |
| * | go/parser,go/types: hide API changes related to type parameters | Rob Findley | 2021-03-02 | 3 | -10/+30 |
| * | [dev.typeparams] cmd/gofmt: add the -G flag to allow generic code | Rob Findley | 2021-02-10 | 5 | -6/+82 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 2 | -10/+8 |
| * | all: update to use filepath.WalkDir instead of filepath.Walk | Russ Cox | 2020-12-02 | 2 | -7/+16 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -1/+1 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 2 | -5/+7 |
| * | go/printer: remove exported StdFormat flag | Dmitri Shuralyov | 2020-07-17 | 1 | -1/+7 |
| * | cmd/gofmt, go/format, go/printer: move number normalization to printer | Dmitri Shuralyov | 2020-05-01 | 1 | -56/+2 |
| * | cmd/gofmt, go/format: sync internal.go | Dmitri Shuralyov | 2020-02-28 | 1 | -4/+4 |
| * | cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff package | Mikhail Fesenko | 2019-10-28 | 2 | -42/+8 |
| * | go/ast: fix SortImports to handle block comments (take 2) | Agniva De Sarker | 2019-10-28 | 2 | -8/+136 |
| * | cmd/gofmt: fix computation of function header size | Eli Bendersky | 2019-09-24 | 2 | -0/+26 |
| * | cmd/gofmt: don't turn nil slices into empty slices during rewriting | Dominik Honnef | 2019-09-11 | 3 | -0/+44 |
| * | cmd/gofmt: update TestRewrite to avoid future regressions | Joe Tsai | 2019-08-16 | 2 | -0/+8 |
| * | Revert "go/ast: fix SortImports to handle block comments" | Joe Tsai | 2019-08-08 | 2 | -122/+0 |
| * | cmd/gofmt: fix normalization of imaginary number literals | Robert Griesemer | 2019-06-21 | 3 | -47/+62 |
| * | go/ast: fix SortImports to handle block comments | Agniva De Sarker | 2019-03-28 | 2 | -0/+122 |
| * | cmd/gofmt: normalize integer imaginary literals starting with 0 | Robert Griesemer | 2019-02-19 | 3 | -14/+63 |
| * | cmd/gofmt: normalize number prefixes and exponents | Robert Griesemer | 2019-02-11 | 3 | -39/+90 |
| * | cmd/gofmt: test that Go 2 number literals can be formatted | Robert Griesemer | 2019-02-11 | 2 | -0/+312 |
| * | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick | 2018-09-26 | 1 | -1/+1 |
| * | cmd/gofmt: update error handling when writing to backup file | Shivansh Rai | 2018-08-22 | 1 | -4/+1 |
| * | cmd/gofmt: skip gofmt idempotency check on known issue | Alberto Donizetti | 2018-08-21 | 1 | -0/+6 |
| * | cmd/fix,cmd/gofmt: flush to disk before diffing | Egon Elbre | 2017-03-30 | 2 | -13/+27 |
| * | cmd/gofmt: clarify doc string even more | Robert Griesemer | 2017-03-20 | 1 | -3/+1 |
| * | cmd/gofmt: clarify documentation re: tab width | Robert Griesemer | 2017-03-20 | 1 | -1/+4 |
| * | cmd/gofmt: unindent the second line of a BUG note | Damien Lespiau | 2017-03-18 | 1 | -1/+1 |
| * | cmd/gofmt: fix diff on Plan 9 | David du Colombier | 2017-02-08 | 1 | -1/+6 |
| * | cmd/gofmt: use actual filename in gofmt -d output | haya14busa | 2017-02-08 | 2 | -4/+97 |
| * | cmd/gofmt: clear pattern match map at the correct time | Matthew Dempsky | 2017-02-08 | 3 | -1/+23 |
| * | [dev.typealias] cmd/gofmt: added test cases for alias type declarations | Robert Griesemer | 2017-01-10 | 2 | -0/+48 |
| * | cmd/gofmt: don't call Chmod on windows | Brad Fitzpatrick | 2016-11-23 | 2 | -5/+23 |
| * | cmd/gofmt, crypto/tls: fix typos | Kevin Burke | 2016-11-11 | 1 | -2/+2 |
| * | cmd/gofmt: don't overwrite read-only files | Robert Griesemer | 2016-11-10 | 2 | -22/+33 |
| * | cmd/gofmt: don't leave tmp file if -w failed | Robert Griesemer | 2016-11-10 | 1 | -4/+9 |
| * | cmd/gofmt: don't eat source if -w fails | Robert Griesemer | 2016-11-10 | 1 | -1/+33 |
| * | cmd/gofmt: simplify map key literals | Gustav Westling | 2016-10-12 | 3 | -24/+64 |
| * | gofmt: remove unneeded call to os.Exit | Francesc Campoy | 2016-07-11 | 1 | -1/+0 |
| * | cmd/gofmt: make gofmt -s simplify slices in presence of dot-imports | Robert Griesemer | 2016-04-06 | 3 | -144/+10 |
| * | all: use bytes.Equal, bytes.Contains and strings.Contains | Dominik Honnef | 2016-04-01 | 1 | -2/+2 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 2 | -4/+4 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | cmd/gofmt: Ignore file not found errors. | Benoit Sigoure | 2016-02-19 | 1 | -1/+3 |
| * | go/parser, go/types: report invalid else branch in if statements | Robert Griesemer | 2015-12-07 | 2 | -17/+0 |
| * | go/format: handle whitespace-only input correctly | Robert Griesemer | 2015-09-30 | 1 | -1/+11 |