| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -536/+0 | |
| Per issue #2418. | ||||
| 2012-05-24 | remove dead assignments | Niko Matsakis | -1/+1 | |
| 2012-05-22 | Merge branch 'master' of git://github.com/mozilla/rust | Margaret Meyerhofer | -7/+2 | |
| 2012-05-22 | cleaned up debugging code | Margaret Meyerhofer | -2/+1 | |
| 2012-05-22 | Changed the lexer to accept #! comments on the first line. | Margaret Meyerhofer | -0/+11 | |
| 2012-05-22 | Get rid of the >>> operator and make >> logical or arithmetic depending on ↵ | Michael Sullivan | -7/+2 | |
| the signedness. Closes #2417. | ||||
| 2012-05-15 | core: Generalize uint-string conversions to all uint types | Brian Anderson | -2/+2 | |
| Issue #2239 | ||||
| 2012-05-15 | Remove `be` keyword. | Lindsey Kuper | -4/+4 | |
| Closes #2227. | ||||
| 2012-04-30 | Revert "Eliminate a copy in syntax::parse::new_parser_from_file" | Tim Chevalier | -1/+1 | |
| This reverts commit 2bb3b63ec4379b812aeceb690d78763ec55d3cbb. (I was confused.) | ||||
| 2012-04-30 | Eliminate a copy in syntax::parse::new_parser_from_file | Tim Chevalier | -1/+1 | |
| Fixing a FIXME turned out to be pretty involved. I added an io function that returns a unique boxed string (for the contents of a file) rather than a string, and went from there. Also made the src field of codemap a unique boxed string. This doesn't seem to make that much difference in amount of allocation according to valgrind (disappointingly), but I also had to introduce a copy somewhere else pending a new snapshot, so maybe that's it. | ||||
| 2012-04-22 | syntax: Replace token::DOLLAR_PAREN, DOLLAR_NUM with just DOLLAR | Brian Anderson | -17/+1 | |
| Figure the rest out in the parser | ||||
| 2012-04-22 | syntax: Eliminate token::POUND_LT, POUND_LBRACE | Brian Anderson | -6/+1 | |
| Use lookahead in the parser | ||||
| 2012-04-19 | Comments only: annotate FIXMEs in lexer | Tim Chevalier | -2/+3 | |
| 2012-04-15 | syntax: Remove unused lexer field | Brian Anderson | -2/+1 | |
| 2012-04-15 | syntax: Some minor lexer refactoring | Brian Anderson | -2/+1 | |
| 2012-04-15 | syntax: lexer doesn't need to store the src length | Brian Anderson | -6/+4 | |
| 2012-04-15 | syntax: lexer doesn't need a codemap | Brian Anderson | -5/+2 | |
| 2012-04-15 | syntax: Limit exports from lexer | Brian Anderson | -0/+2 | |
| 2012-04-15 | syntax: Move comment-extraction code to its own module | Brian Anderson | -192/+0 | |
| 2012-03-29 | rustc: Move lexer and token to rustsyntax | Brian Anderson | -0/+748 | |
