Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -4/+5 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -28/+17 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -33/+84 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -11/+13 | |
2010-04-14 | scanner: implement Peek() to look at the next char w/o advancing | Robert Griesemer | 1 | -0/+8 | |
R=rsc CC=golang-dev http://codereview.appspot.com/840045 | |||||
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -7/+7 | |
- gofmt -w src misc - looking for feedback R=rsc, r CC=golang-dev http://codereview.appspot.com/223076 | |||||
2010-02-22 | scanner: match go/scanner and disallow NUL character; | Robert Griesemer | 1 | -4/+12 | |
also check for illegal UTF-8 sequences R=rsc CC=golang-dev http://codereview.appspot.com/218061 | |||||
2010-01-12 | Light-weight scanner for general use. | Robert Griesemer | 1 | -0/+626 | |
Emphasis on minimal interface and fast scanning. Recognizes all Go literals by default. Easily configurable to recognize different whitespace characters and tokens. Provides detailed position information for each token. R=rsc, r CC=golang-dev http://codereview.appspot.com/181160 |