summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata
Commit message (Expand)AuthorAgeFilesLines
* cmd/gofmt: clear pattern match map at the correct timeMatthew Dempsky2017-02-082-0/+22
* [dev.typealias] cmd/gofmt: added test cases for alias type declarationsRobert Griesemer2017-01-102-0/+48
* cmd/gofmt: simplify map key literalsGustav Westling2016-10-122-0/+28
* cmd/gofmt: make gofmt -s simplify slices in presence of dot-importsRobert Griesemer2016-04-062-126/+0
* go/parser, go/types: report invalid else branch in if statementsRobert Griesemer2015-12-072-17/+0
* go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov2014-09-294-0/+80
* cmd/gofmt: fix error on partial Go code ending with line comment.Dmitri Shuralyov2014-08-222-0/+6
* cmd/gofmt: make test files self-describingRobert Griesemer2014-08-2136-2/+70
* cmd/gofmt: remove testdata/*.gofmt filesRobert Griesemer2014-08-218-47/+0
* gofmt: -s flag simplifies "for _ = range x"Robert Griesemer2014-07-172-0/+46
* cmd/gofmt: fix gofmt -s for 3-index slicesRobert Griesemer2014-07-012-0/+12
* gofmt/main: Added removal of empty declaration groups.Simon Whitehead2014-07-012-0/+22
* all: fix "the the" typos.Shenghou Ma2014-05-202-2/+2
* cmd/gofmt: sort more, remove some duplicate importsJosh Bleecher Snyder2013-09-062-0/+41
* go/parser: ParseExpr must accept type expressionsRobert Griesemer2013-04-032-0/+20
* cmd/gofmt: handle ... in rewrite of callsRobert Griesemer2013-04-024-0/+60
* all: remove exec bit on filesShenghou Ma2013-01-181-0/+0
* gofmt: test rewrite of (x.(type)) -> x.(type)Robert Griesemer2012-12-062-0/+120
* gofmt: simplify slices of the form s[a : len(s)] to s[a:]Robert Griesemer2012-10-314-0/+238
* gofmt: added testcase for files containing \r\n line endingsRobert Griesemer2012-09-192-0/+24
* gofmt: handle comments correctly in rewritesRobert Griesemer2012-06-252-0/+30
* go/printer: don't lose relevant parentheses when rewriting selector expressionsRobert Griesemer2012-02-152-0/+148
* gofmt: handle &T in composite literal simplifyRuss Cox2011-12-022-0/+196
* gofmt: leave nil nodes of the AST unchanged.Rémy Oudompheng2011-11-112-0/+24
* gofmt, gofix: sort importsRuss Cox2011-11-022-0/+216
* gofmt: fix //line handlingRuss Cox2011-10-142-0/+18
* gofmt: add else testRuss Cox2011-09-142-0/+17
* gofmt: accept program fragments on standard inputRuss Cox2011-09-1216-0/+91
* gofmt: don't crash when rewriting nil interfaces in AST.Robert Griesemer2011-04-144-0/+28
* gofmt: add test framework in GoRobert Griesemer2011-04-133-65/+16
* go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer2010-10-223-0/+273