summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt
Commit message (Expand)AuthorAgeFilesLines
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-7/+7
* gofix -r mapdeleteRuss Cox2011-10-181-1/+1
* gofmt: fix //line handlingRuss Cox2011-10-143-0/+19
* gofmt: fix a couple of crashes, disallow rewrites for incomplete programsRobert Griesemer2011-10-112-6/+16
* gofmt: update test.shRobert Griesemer2011-10-071-1/+1
* gofmt: add else testRuss Cox2011-09-143-0/+18
* path/filepath: new signature for WalkRob Pike2011-09-131-22/+8
* gofmt: accept program fragments on standard inputRuss Cox2011-09-1219-18/+242
* undo CL 4964067 / 661cb84cc6f0Robert Griesemer2011-09-071-5/+1
* path/filepath: Simplify Walk interfaceGustavo Niemeyer2011-09-071-1/+5
* go/parser: do not accept type literals where not permitted in generalRobert Griesemer2011-08-171-1/+1
* gofmt: update test script so 'make test' succeedsRobert Griesemer2011-08-061-1/+1
* go/parser: report illegal label declarations at ':' rather than guessing the ...Robert Griesemer2011-07-222-1/+9
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-144-29/+0
* strings.Split: make the default to split all.Rob Pike2011-06-282-3/+3
* gofmt: update test script so that it passes againRobert Griesemer2011-06-081-1/+1
* gofmt: fix -d regression from exec changeBrad Fitzpatrick2011-06-071-1/+8
* exec: new API, replace Run with CommandBrad Fitzpatrick2011-06-011-15/+3
* gofmt: skip bug340.go in test.shRobert Hencke2011-05-141-1/+2
* gofmt: update test.sh (exclude a file w/ incorrect syntax)Robert Griesemer2011-05-031-1/+1
* fix tree for reflect renameRuss Cox2011-04-252-12/+12
* gofix, gofmt: update documentationRobert Griesemer2011-04-202-10/+18
* gofmt: add -diffDavid Crawshaw2011-04-201-1/+45
* changes for more restricted reflect.SetValueRuss Cox2011-04-181-3/+3
* gofmt: exclude test case that doesn't compile w/o errorsRobert Griesemer2011-04-141-1/+1
* gofmt: gofmt test harness bug fixRobert Griesemer2011-04-141-0/+1
* gofmt: don't crash when rewriting nil interfaces in AST.Robert Griesemer2011-04-146-0/+45
* fix build: disable gofmt test script, enable gotest testing insteadRobert Griesemer2011-04-131-2/+2
* gofmt: add test framework in GoRobert Griesemer2011-04-134-65/+97
* gofmt: minor refactor to permit easy testingRobert Griesemer2011-04-131-20/+21
* gofmt: avoid endless loopsRobert Griesemer2011-04-131-12/+36
* update go tree for reflect changesRuss Cox2011-04-081-40/+40
* 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-102-24/+5
* path/filepath: new OS-specific path supportGustavo Niemeyer2011-03-061-2/+2
* gofmt: exclude test file that is not legal GoRobert Griesemer2011-03-031-1/+1
* gofmt: exclude testcase with incorrect syntaxRobert Griesemer2011-02-111-1/+1
* 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
* gofmt -r: match(...) arguments may be nil; add missing guardsRobert Griesemer2011-01-261-2/+2
* gofmt: don't attempt certain illegal rewritesRobert Griesemer2011-01-071-10/+26
* gofmt: rewriter matches apply to expressions onlyRobert Griesemer2011-01-071-6/+9
* go/ast: fix ast.WalkRobert Griesemer2010-12-091-2/+2
* gofmt: simplify "x, _ = range y" to "x = range y"Robert Griesemer2010-12-091-8/+18
* go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer2010-12-062-4/+6
* go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer2010-10-227-2/+339