summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/doc.go
Commit message (Expand)AuthorAgeFilesLines
* 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, crypto/tls: fix typosKevin Burke2016-11-111-2/+2
* cmd/gofmt: don't overwrite read-only filesRobert Griesemer2016-11-101-1/+4
* gofmt/doc: gofmt -s output may not be backward compatiblemattyw2015-02-081-0/+7
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick2014-01-141-7/+4
* cmd/gofmt: document -s transformationsAndrew Gerrand2013-09-161-0/+19
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* gofmt: simplify flagsRobert Griesemer2011-12-131-4/+2
* gofmt: accept program fragments on standard inputRuss Cox2011-09-121-0/+6
* go/parser: report illegal label declarations at ':' rather than guessing the ...Robert Griesemer2011-07-221-1/+5
* gofix, gofmt: update documentationRobert Griesemer2011-04-201-9/+17
* gofmt: remove -trace and -ast flagsRobert Griesemer2011-03-101-12/+4
* go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer2010-10-221-0/+2
* go/ast, gofmt: facility for printing AST nodesRobert Griesemer2010-08-191-0/+2
* gofmt: fix for gofmt rewrite featureRobert Griesemer2010-03-151-2/+2
* - removed exp/parser (support for old semicolon syntax)Robert Griesemer2010-02-191-8/+0
* New flags for gofmt:Robert Griesemer2009-12-101-0/+8
* updated documentation for gofmtRobert Griesemer2009-12-021-0/+2
* gofmt -r: documentation and minor fixesRuss Cox2009-11-231-0/+27
* Remove -align flag from gofmt.Robert Griesemer2009-11-121-2/+0
* tweak documentation of commandsRuss Cox2009-11-091-1/+1
* document godoc and gofmtRob Pike2009-11-041-0/+38