summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/gofmt_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/fix,cmd/gofmt: flush to disk before diffingEgon Elbre2017-03-301-0/+5
* cmd/gofmt: use actual filename in gofmt -d outputhaya14busa2017-02-081-1/+64
* cmd/gofmt: don't call Chmod on windowsBrad Fitzpatrick2016-11-231-0/+13
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-2/+2
* cmd/gofmt: make test files self-describingRobert Griesemer2014-08-211-43/+80
* gofmt: -s flag simplifies "for _ = range x"Robert Griesemer2014-07-171-0/+1
* gofmt/main: Added removal of empty declaration groups.Simon Whitehead2014-07-011-2/+3
* cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick2014-01-141-1/+0
* go/parser: ParseExpr must accept type expressionsRobert Griesemer2013-04-031-0/+1
* cmd/gofmt: handle ... in rewrite of callsRobert Griesemer2013-04-021-0/+2
* 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-071-1/+1
* gofmt: test rewrite of (x.(type)) -> x.(type)Robert Griesemer2012-12-061-1/+2
* gofmt: simplify slices of the form s[a : len(s)] to s[a:]Robert Griesemer2012-10-311-0/+2
* gofmt: added testcase for files containing \r\n line endingsRobert Griesemer2012-09-191-0/+22
* gofmt: handle comments correctly in rewritesRobert Griesemer2012-06-251-1/+1
* go/printer: don't lose relevant parentheses when rewriting selector expressionsRobert Griesemer2012-02-151-0/+1
* gofmt: leave nil nodes of the AST unchanged.Rémy Oudompheng2011-11-111-0/+1
* gofmt, gofix: sort importsRuss Cox2011-11-021-0/+1
* gofmt: fix //line handlingRuss Cox2011-10-141-0/+1
* gofmt: add else testRuss Cox2011-09-141-0/+1
* gofmt: accept program fragments on standard inputRuss Cox2011-09-121-12/+33
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-3/+0
* strings.Split: make the default to split all.Rob Pike2011-06-281-2/+2
* gofmt: don't crash when rewriting nil interfaces in AST.Robert Griesemer2011-04-141-0/+1
* gofmt: add test framework in GoRobert Griesemer2011-04-131-0/+81