| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -164/+0 | |
| Per issue #2418. | ||||
| 2012-05-24 | Access parse/attrs.rs with an impl. | Paul Stansifer | -1/+2 | |
| 2012-05-24 | Use an impl to access parse/common.rs | Paul Stansifer | -1/+2 | |
| 2012-05-23 | The parser is represented by a class now. | Paul Stansifer | -27/+8 | |
| 2012-05-18 | port codemap to use dvec | Niko Matsakis | -2/+3 | |
| 2012-05-18 | port some code to use dvec | Niko Matsakis | -1/+1 | |
| 2012-05-10 | Preliminary groundwork for intrinsic module, reflection interface. | Graydon Hoare | -0/+12 | |
| 2012-04-30 | Annotate FIXME (comment only) | Tim Chevalier | -1/+1 | |
| 2012-04-30 | Revert "Eliminate a copy in syntax::parse::new_parser_from_file" | Tim Chevalier | -15/+12 | |
| This reverts commit 2bb3b63ec4379b812aeceb690d78763ec55d3cbb. (I was confused.) | ||||
| 2012-04-30 | Eliminate a copy in syntax::parse::new_parser_from_file | Tim Chevalier | -12/+15 | |
| 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-26 | Refactor operator precedence code | Tim Chevalier | -1/+0 | |
| Use functions instead of a dynamically created table to determine operator precedence. Gets rid of a FIXME in syntax::parse::prec. Change precedences from int to uint while we're at it, since don't use negative precedences. | ||||
| 2012-04-24 | syntax: Divide keywords into contextual/restricted. No bad words | Brian Anderson | -1/+1 | |
| 2012-04-19 | syntax: Reorganize mod parse | Brian Anderson | -75/+77 | |
| 2012-04-19 | syntax: Extract attribute parsing to its own mod | Brian Anderson | -1/+1 | |
| 2012-04-19 | syntax: Funnel all words through a single keyword table | Brian Anderson | -0/+1 | |
| 2012-04-18 | syntax: Put the main parser interface in mod parse | Brian Anderson | -0/+166 | |
