summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt
Commit message (Expand)AuthorAgeFilesLines
* cmd/fix,cmd/gofmt: flush to disk before diffingEgon Elbre2017-03-302-13/+27
* cmd/gofmt: clarify doc string even moreRobert Griesemer2017-03-201-3/+1
* cmd/gofmt: clarify documentation re: tab widthRobert Griesemer2017-03-201-1/+4
* cmd/gofmt: unindent the second line of a BUG noteDamien Lespiau2017-03-181-1/+1
* cmd/gofmt: fix diff on Plan 9David du Colombier2017-02-081-1/+6
* cmd/gofmt: use actual filename in gofmt -d outputhaya14busa2017-02-082-4/+97
* cmd/gofmt: clear pattern match map at the correct timeMatthew Dempsky2017-02-083-1/+23
* [dev.typealias] cmd/gofmt: added test cases for alias type declarationsRobert Griesemer2017-01-102-0/+48
* cmd/gofmt: don't call Chmod on windowsBrad Fitzpatrick2016-11-232-5/+23
* cmd/gofmt, crypto/tls: fix typosKevin Burke2016-11-111-2/+2
* cmd/gofmt: don't overwrite read-only filesRobert Griesemer2016-11-102-22/+33
* cmd/gofmt: don't leave tmp file if -w failedRobert Griesemer2016-11-101-4/+9
* cmd/gofmt: don't eat source if -w failsRobert Griesemer2016-11-101-1/+33
* cmd/gofmt: simplify map key literalsGustav Westling2016-10-123-24/+64
* gofmt: remove unneeded call to os.ExitFrancesc Campoy2016-07-111-1/+0
* cmd/gofmt: make gofmt -s simplify slices in presence of dot-importsRobert Griesemer2016-04-063-144/+10
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-022-4/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/gofmt: Ignore file not found errors.Benoit Sigoure2016-02-191-1/+3
* go/parser, go/types: report invalid else branch in if statementsRobert Griesemer2015-12-072-17/+0
* go/format: handle whitespace-only input correctlyRobert Griesemer2015-09-301-1/+11
* go/format, cmd/gofmt: avoid dependency on internal package formatRobert Griesemer2015-09-303-6/+170
* cmd/gofmt, go/format: refactor common pieces into internal/formatSebastien Binet2015-04-012-155/+6
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* gofmt/doc: gofmt -s output may not be backward compatiblemattyw2015-02-081-0/+7
* go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer2014-09-301-6/+23
* go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov2014-09-296-73/+174
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/gofmt: don't permit -w with stdinRobert Griesemer2014-08-251-1/+6
* cmd/gofmt: fix error on partial Go code ending with line comment.Dmitri Shuralyov2014-08-223-2/+8
* cmd/gofmt: make test files self-describingRobert Griesemer2014-08-2137-45/+150
* cmd/gofmt: remove testdata/*.gofmt filesRobert Griesemer2014-08-218-47/+0
* gofmt: -s flag simplifies "for _ = range x"Robert Griesemer2014-07-174-2/+59
* cmd/gofmt: fix gofmt -s for 3-index slicesRobert Griesemer2014-07-013-3/+16
* gofmt/main: Added removal of empty declaration groups.Simon Whitehead2014-07-014-2/+54
* gofmt: remove redundant check in rewriterRobert Griesemer2014-06-301-3/+0
* all: fix "the the" typos.Shenghou Ma2014-05-202-2/+2
* cmd/gofmt: minor internal cleanupsRobert Griesemer2014-02-271-13/+14
* cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick2014-01-144-37/+16
* gofmt: explain why lower bounds aren't automatically simplifiedRobert Hencke2013-10-031-0/+4
* cmd/gofmt: document -s transformationsAndrew Gerrand2013-09-161-0/+19
* cmd/gofmt: sort more, remove some duplicate importsJosh Bleecher Snyder2013-09-062-0/+41
* go/parser: ParseExpr must accept type expressionsRobert Griesemer2013-04-034-2/+23
* cmd/gofmt: handle ... in rewrite of callsRobert Griesemer2013-04-026-1/+73
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* go/parser: cleanups following CL 7307085Robert Griesemer2013-02-141-2/+2
* all: remove exec bit on filesShenghou Ma2013-01-181-0/+0
* cmd/gofmt, bufio, image: Consistency and error handling.Robin Eklind2013-01-071-1/+3
* src: Use bytes.Equal instead of bytes.Compare where possible.Matthew Dempsky2013-01-072-2/+2