rust/src/libsyntax/parse
Luca Bruno 0a34a3f0f5 Make driver::driver::parse_cfgspecs parse any variety of meta_item
All current meta items types (word, name-value, list) are now
properly parsed by rustc --cfg command line. Fixes #2399

Signed-off-by: Luca Bruno <lucab@debian.org>
2013-03-19 14:02:59 +01:00
..
attr.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
classify.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
comments.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
common.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
eval.rs Get rid of structural records in libsyntax and the last bit in librustc. 2013-02-21 00:19:15 -08:00
lexer.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
mod.rs Make driver::driver::parse_cfgspecs parse any variety of meta_item 2013-03-19 14:02:59 +01:00
obsolete.rs libsyntax: Stop parsing old lifetimes, except for the ones on data type declarations. 2013-03-18 17:21:15 -07:00
parser.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
prec.rs Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00
token.rs Stop parsing __asm__. 2013-03-12 01:03:34 -07:00