| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: introduce and use internal/execabs | Roland Shoemaker | 2021-01-21 | 1 | -1/+1 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 2 | -6/+4 |
| * | all: update to use filepath.WalkDir instead of filepath.Walk | Russ Cox | 2020-12-02 | 1 | -3/+3 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -1/+2 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -2/+3 |
| * | cmd/fix: print warning to stderr, show provenance | Russ Cox | 2020-10-12 | 1 | -1/+1 |
| * | cmd/fix: rename confusing boolean | Russ Cox | 2020-10-12 | 1 | -3/+3 |
| * | cmd/fix: always format source file before fixing | Russ Cox | 2020-10-12 | 1 | -1/+16 |
| * | cmd/fix: remove un-used code | Cuong Manh Le | 2020-08-26 | 1 | -292/+0 |
| * | cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go | Elias Naur | 2020-05-31 | 2 | -69/+100 |
| * | cmd/fix: eliminate data races in TestRewrite and gofmt | Bryan C. Mills | 2019-11-18 | 2 | -3/+2 |
| * | cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff package | Mikhail Fesenko | 2019-10-28 | 2 | -47/+6 |
| * | cmd/fix: mark tests as parallel | Josh Bleecher Snyder | 2019-05-13 | 1 | -40/+43 |
| * | cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in Go | Elias Naur | 2018-12-15 | 2 | -0/+217 |
| * | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick | 2018-11-02 | 1 | -1/+1 |
| * | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick | 2018-09-26 | 2 | -3/+3 |
| * | all: restore changes from faulty merge/revert | Andrew Bonventre | 2018-02-12 | 1 | -1/+1 |
| * | Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10" | Andrew Bonventre | 2018-02-12 | 1 | -1/+1 |
| * | cmd/fix: fix cast check | Keith Randall | 2018-02-09 | 1 | -1/+1 |
| * | cmd/fix: cleanup directories created during typecheck | Mohit Agarwal | 2018-01-30 | 1 | -1/+1 |
| * | cmd/fix: add intermediate cast for *C.CFTypeRef <-> *unsafe.Pointer | Keith Randall | 2018-01-19 | 2 | -26/+107 |
| * | cmd/fix: don't depend on *GetTypeID functions being present | Keith Randall | 2018-01-17 | 3 | -8/+6 |
| * | cmd/fix: extend typechecker to use cgo types | Keith Randall | 2018-01-17 | 3 | -5/+81 |
| * | cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptr | Keith Randall | 2018-01-17 | 1 | -3/+3 |
| * | cmd/cgo: make JNI's jobject type map to uintptr in Go | Keith Randall | 2017-12-08 | 3 | -5/+258 |
| * | cmd/cgo: special case C ptr types to use uintptr | Keith Randall | 2017-11-17 | 3 | -0/+334 |
| * | all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" | Marvin Stenger | 2017-10-05 | 1 | -1/+1 |
| * | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger | 2017-10-05 | 2 | -4/+4 |
| * | all: prefer strings.LastIndexByte over strings.LastIndex | Marvin Stenger | 2017-09-27 | 1 | -1/+1 |
| * | all: prefer strings.IndexByte over strings.Index | Marvin Stenger | 2017-09-25 | 2 | -4/+4 |
| * | cmd/fix: rewrite x/net/context by default | Sam Whited | 2017-08-31 | 1 | -1/+1 |
| * | cmd/fix,cmd/gofmt: flush to disk before diffing | Egon Elbre | 2017-03-30 | 1 | -11/+28 |
| * | cmd/fix: add golang.org/x/net/context fix | Sam Whited | 2016-09-15 | 7 | -17/+92 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 2 | -8/+8 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 10 | -10/+10 |
| * | cmd/fix: add gotypes module | Rob Pike | 2015-07-17 | 2 | -0/+164 |
| * | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder | 2015-03-18 | 1 | -10/+10 |
| * | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
| * | cmd/fix: mention -help instead of the non-existent -? flag | Andrew Gerrand | 2014-08-07 | 1 | -1/+1 |
| * | cmd/fix: remove obsolete testdata. | Rémy Oudompheng | 2013-06-02 | 30 | -19227/+0 |
| * | cmd/fix: check type assertion in netipv6zone rule. | Rémy Oudompheng | 2013-06-02 | 2 | -1/+5 |
| * | cmd/fix: revert IPv6 scoped address zone support of IPNet | Mikio Hara | 2013-03-20 | 2 | -34/+12 |
| * | cmd/fix: remove redundant 0 port | Tyler Bunnell | 2013-03-07 | 2 | -5/+12 |
| * | cmd/fix: delete pre-Go 1 fixes | Russ Cox | 2013-02-21 | 70 | -6848/+0 |
| * | cmd/godoc: use go/build to determine package and example files | Robert Griesemer | 2013-02-19 | 1 | -1/+1 |
| * | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick | 2013-02-01 | 1 | -3/+1 |
| * | cmd/fix: Add keys to printer.Config composite literals. | Christopher Cahoon | 2012-12-16 | 2 | -0/+98 |
| * | go/format: Package format implements standard formatting of Go source. | Robert Griesemer | 2012-11-27 | 1 | -17/+4 |
| * | net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs | Mikio Hara | 2012-11-27 | 2 | -0/+122 |
| * | gofmt: apply gofmt -w src misc | Robert Griesemer | 2012-10-30 | 3 | -5/+5 |