aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/long_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2018-08-21cmd/gofmt: skip gofmt idempotency check on known issueAlberto Donizetti
2015-09-30go/format, cmd/gofmt: avoid dependency on internal package formatRobert Griesemer
2015-04-01cmd/gofmt, go/format: refactor common pieces into internal/formatSebastien Binet
2014-09-29go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov
2014-01-14cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick
2013-01-07src: Use bytes.Equal instead of bytes.Compare where possible.Matthew Dempsky
2012-03-08cmd/gofmt: fix race in long testMikio Hara
2012-02-16cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printerNigel Tao
2012-02-10gofmt: fix error message in testRobert Griesemer
2012-02-08gofmt: replace defunct test.sh with a go testRobert Griesemer