| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -142/+0 | |
| Per issue #2418. | ||||
| 2012-05-24 | Access parse/attrs.rs with an impl. | Paul Stansifer | -3/+3 | |
| 2012-05-23 | The parser is represented by a class now. | Paul Stansifer | -11/+7 | |
| 2012-05-08 | Start parsing pub/priv on regular items | Marijn Haverbeke | -1/+2 | |
| Issue #1893 | ||||
| 2012-04-23 | Rename option::get_or_default to get_default, for consistency | Tim Chevalier | -1/+1 | |
| 2012-04-19 | syntax: Extract attribute parsing to its own mod | Brian Anderson | -3/+2 | |
| 2012-04-18 | syntax: Put the main parser interface in mod parse | Brian Anderson | -2/+2 | |
| 2012-04-15 | syntax: Cleanup attr module. Closes #1545 | Brian Anderson | -1/+1 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -1/+1 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-04-02 | Rename some core::option functions | Tim Chevalier | -1/+1 | |
| from_maybe => get_with_default maybe => with_option may => with_option_do I know these names are kind of ridiculous, but it's the best I could think of. Feel free to bikeshed. Closes #2081 | ||||
| 2012-03-29 | rustc: Move attr, parse, print to rustsyntax | Brian Anderson | -0/+146 | |
