aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gofmt
AgeCommit message (Expand)Author
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
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-08gofmt/doc: gofmt -s output may not be backward compatiblemattyw
2014-09-30go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer
2014-09-29go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-25cmd/gofmt: don't permit -w with stdinRobert Griesemer
2014-08-22cmd/gofmt: fix error on partial Go code ending with line comment.Dmitri Shuralyov
2014-08-21cmd/gofmt: make test files self-describingRobert Griesemer
2014-08-21cmd/gofmt: remove testdata/*.gofmt filesRobert Griesemer
2014-07-17gofmt: -s flag simplifies "for _ = range x"Robert Griesemer
2014-07-01cmd/gofmt: fix gofmt -s for 3-index slicesRobert Griesemer
2014-07-01gofmt/main: Added removal of empty declaration groups.Simon Whitehead
2014-06-30gofmt: remove redundant check in rewriterRobert Griesemer
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-02-27cmd/gofmt: minor internal cleanupsRobert Griesemer
2014-01-14cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick
2013-10-03gofmt: explain why lower bounds aren't automatically simplifiedRobert Hencke
2013-09-16cmd/gofmt: document -s transformationsAndrew Gerrand
2013-09-06cmd/gofmt: sort more, remove some duplicate importsJosh Bleecher Snyder
2013-04-03go/parser: ParseExpr must accept type expressionsRobert Griesemer
2013-04-02cmd/gofmt: handle ... in rewrite of callsRobert Griesemer
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2013-02-14go/parser: cleanups following CL 7307085Robert Griesemer
2013-01-18all: remove exec bit on filesShenghou Ma
2013-01-07cmd/gofmt, bufio, image: Consistency and error handling.Robin Eklind
2013-01-07src: Use bytes.Equal instead of bytes.Compare where possible.Matthew Dempsky
2012-12-06gofmt: test rewrite of (x.(type)) -> x.(type)Robert Griesemer
2012-10-31gofmt: simplify slices of the form s[a : len(s)] to s[a:]Robert Griesemer
2012-09-19gofmt: added testcase for files containing \r\n line endingsRobert Griesemer
2012-06-25gofmt: handle comments correctly in rewritesRobert Griesemer
2012-03-15cmd/gofmt: show ascii in usage.Yasuhiro Matsumoto
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-15go/printer: don't lose relevant parentheses when rewriting selector expressionsRobert Griesemer
2012-02-10gofmt: fix error message in testRobert Griesemer
2012-02-10go/printer: implement SourcePos modeRobert Griesemer
2012-02-08gofmt: replace defunct test.sh with a go testRobert Griesemer
2012-02-04tools: update references to "x" to be "go tool x"Rob Pike
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-25gofmt: fix test.shRobert Griesemer
2012-01-24go/parser: Use explicit parser.Mode type.Robert Griesemer
2012-01-13cmd/gofmt: fix simplify.go by running gofmt on cmd/gofmtOlivier Duperray
2012-01-12go/parser: Remove unused Parse* functions. Simplified ParseExpr signature.Robert Griesemer
2011-12-13gofmt: simplify flagsRobert Griesemer
2011-12-02gofmt: handle &T in composite literal simplifyRuss Cox
2011-11-30os: new FileInfo, FileMode types + update treeRuss Cox
2011-11-22go/printer: remove "written" result value - is never usedRobert Griesemer
2011-11-16gofmt: do not stop test.sh after 1 errorRuss Cox