| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -203/+0 | |
| Per issue #2418. | ||||
| 2012-05-22 | Changed the pretty printer also read #! comments | Margaret Meyerhofer | -3/+17 | |
| 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: Move is_lit to mod token | Brian Anderson | -11/+1 | |
| 2012-04-22 | syntax: Remove unused BRACEQUOTE, IDX, LIT_BOOL tokens | Brian Anderson | -1/+0 | |
| 2012-04-18 | Fix [] on str to exclude the trailing null. | Graydon Hoare | -3/+4 | |
| 2012-04-17 | syntax: Add explicit exports in parser mods | Brian Anderson | -0/+5 | |
| 2012-04-15 | syntax: lexer doesn't need a codemap | Brian Anderson | -3/+2 | |
| 2012-04-15 | syntax: Eliminate token's dependency on lexer | Brian Anderson | -1/+1 | |
| 2012-04-15 | syntax: Move comment-extraction code to its own module | Brian Anderson | -0/+195 | |
