summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/gofmt.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/fix,cmd/gofmt: flush to disk before diffingEgon Elbre2017-03-301-13/+22
* cmd/gofmt: fix diff on Plan 9David du Colombier2017-02-081-1/+6
* cmd/gofmt: use actual filename in gofmt -d outputhaya14busa2017-02-081-3/+33
* cmd/gofmt: don't call Chmod on windowsBrad Fitzpatrick2016-11-231-5/+10
* cmd/gofmt: don't overwrite read-only filesRobert Griesemer2016-11-101-21/+29
* 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
* gofmt: remove unneeded call to os.ExitFrancesc Campoy2016-07-111-1/+0
* cmd/gofmt: Ignore file not found errors.Benoit Sigoure2016-02-191-1/+3
* go/format, cmd/gofmt: avoid dependency on internal package formatRobert Griesemer2015-09-301-3/+2
* cmd/gofmt, go/format: refactor common pieces into internal/formatSebastien Binet2015-04-011-153/+3
* 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-291-71/+92
* 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-221-2/+2
* cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick2014-01-141-28/+11
* go/parser: cleanups following CL 7307085Robert Griesemer2013-02-141-2/+2
* cmd/gofmt: show ascii in usage.Yasuhiro Matsumoto2012-03-151-1/+1
* cmd/gofmt: fix race in long testMikio Hara2012-03-081-5/+5
* cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printerNigel Tao2012-02-161-1/+1
* go/printer: implement SourcePos modeRobert Griesemer2012-02-101-1/+1
* go/parser: Use explicit parser.Mode type.Robert Griesemer2012-01-241-2/+2
* gofmt: simplify flagsRobert Griesemer2011-12-131-6/+2
* os: new FileInfo, FileMode types + update treeRuss Cox2011-11-301-6/+7
* go/printer: remove "written" result value - is never usedRobert Griesemer2011-11-221-1/+1
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
* gofmt, gofix: sort importsRuss Cox2011-11-021-0/+2
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-7/+7
* gofmt: fix a couple of crashes, disallow rewrites for incomplete programsRobert Griesemer2011-10-111-5/+14
* path/filepath: new signature for WalkRob Pike2011-09-131-22/+8
* gofmt: accept program fragments on standard inputRuss Cox2011-09-121-6/+112
* undo CL 4964067 / 661cb84cc6f0Robert Griesemer2011-09-071-5/+1
* path/filepath: Simplify Walk interfaceGustavo Niemeyer2011-09-071-1/+5
* go/parser: report illegal label declarations at ':' rather than guessing the ...Robert Griesemer2011-07-221-0/+4
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-14/+0
* gofmt: fix -d regression from exec changeBrad Fitzpatrick2011-06-071-1/+8
* exec: new API, replace Run with CommandBrad Fitzpatrick2011-06-011-15/+3
* gofix, gofmt: update documentationRobert Griesemer2011-04-201-1/+1
* gofmt: add -diffDavid Crawshaw2011-04-201-1/+45
* gofmt: minor refactor to permit easy testingRobert Griesemer2011-04-131-20/+21
* os: New Open API.Rob Pike2011-04-041-2/+2
* gofmt: add profiling flagRuss Cox2011-03-231-3/+27
* go/printer: Revert API change of CL 4274075.Robert Griesemer2011-03-221-1/+1
* go/printer, gofmt: avoid exponential layout algorithmRobert Griesemer2011-03-211-1/+1
* gofmt: simpler walkDirRuss Cox2011-03-151-12/+7
* gofmt: remove -trace and -ast flagsRobert Griesemer2011-03-101-12/+1
* path/filepath: new OS-specific path supportGustavo Niemeyer2011-03-061-2/+2
* go/printer: remove notion of "Styler", remove HTML modeRobert Griesemer2011-02-091-1/+1
* gofmt: no need for lexical compare of src and res (optimization)Robert Griesemer2011-02-041-5/+6
* go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer2010-12-061-2/+4