summaryrefslogtreecommitdiff
path: root/src/pkg/go/scanner/scanner_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-25/+35
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-10/+15
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-227/+269
2010-02-26go/scanner: the position of '\n's chars must be the last position of the curr...Robert Griesemer1-2/+4
2010-02-25go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer1-2/+2
2010-02-25strings: delete Runes, BytesRuss Cox1-9/+8
2010-02-24go/scanner: support for complex (imaginary) constantsRobert Griesemer1-0/+13
2010-02-16go/scanner: comply with spec changes (do not allow NUL chars)Robert Griesemer1-16/+19
2009-12-18report an error for illegal octal numbers instead of treating them as floatsRobert Griesemer1-12/+78
2009-12-15Fix for scanner bug (introduced with most recent change).Robert Griesemer1-0/+2
2009-12-151) Change default gofmt default settings forRobert Griesemer1-77/+77
2009-12-15fix TODO: insert semicolons before any sequence of commentsRobert Griesemer1-6/+8
2009-12-10implemented InsertSemis mode for go/scannerRobert Griesemer1-3/+157
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-10/+9
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-25/+25
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-1/+3
2009-11-05gofmt the last outstanding files in src/pkgRobert Griesemer1-154/+155
2009-09-15more "declared and not used".Russ Cox1-3/+3
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+0
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-8/+7
2009-07-14- added Filename field to token.PositionRobert Griesemer1-20/+121
2009-07-09fix to scanner_test after change to //-style comment tokenRobert Griesemer1-0/+5
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-5/+5
2009-06-18`` strings may span multiple linesRobert Griesemer1-0/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+276