summaryrefslogtreecommitdiff
path: root/src/cmd/ebnflint
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-2/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-0/+3
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý2-4/+6
2010-02-25strings: delete Runes, BytesRuss Cox1-3/+2
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-27/+27
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-1/+1
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-3/+3
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-2/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-10/+10
2009-11-09tweak documentation of commandsRuss Cox1-2/+2
2009-11-03document ebnflintRob Pike1-0/+22
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-8/+8
2009-09-17unused importsRuss Cox1-2/+1
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1
2009-09-03simplify extractEBNF codeRobert Griesemer1-12/+13
2009-08-27add and use Make.cmdRuss Cox1-13/+3
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-1/+2
2009-07-14update remaining files to match new scanner/parser interfaceRobert Griesemer1-21/+5
2009-07-13ebnflint commandRobert Griesemer2-0/+144