about summary refs log tree commit diff
path: root/src/librustsyntax/parse/eval.rs
AgeCommit message (Collapse)AuthorLines
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-142/+0
Per issue #2418.
2012-05-24Access parse/attrs.rs with an impl.Paul Stansifer-3/+3
2012-05-23The parser is represented by a class now.Paul Stansifer-11/+7
2012-05-08Start parsing pub/priv on regular itemsMarijn Haverbeke-1/+2
Issue #1893
2012-04-23Rename option::get_or_default to get_default, for consistencyTim Chevalier-1/+1
2012-04-19syntax: Extract attribute parsing to its own modBrian Anderson-3/+2
2012-04-18syntax: Put the main parser interface in mod parseBrian Anderson-2/+2
2012-04-15syntax: Cleanup attr module. Closes #1545Brian Anderson-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn 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-02Rename some core::option functionsTim 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-29rustc: Move attr, parse, print to rustsyntaxBrian Anderson-0/+146