| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -4/+4 | |
| Now, the lexer will categorize every byte in its input according to the grammar. The parser skips over these while parsing, thus avoiding their presence in the input to syntax extensions. | ||||
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -7/+11 | |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 | |
| [breaking-change] | ||||
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 | |
| This commit removes superfluous to_string calls from various places | ||||
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -0/+424 | |
