rust/src/libsyntax/parse
Flavio Percoco 5deb3c9ca0 Remove obsolete warnings for extern mod
This patch gets rid of ObsoleteExternModAttributesInParens and
ObsoleteNamedExternModule since the replacement of `extern mod` with
`extern crate` avoids those cases and raises different errors. Both have
been around for at least a version which makes this a good moment to get
rid of them.
2014-02-13 20:52:17 +01:00
..
attr.rs libsyntax: De-@str literal strings in the AST 2014-02-02 01:44:48 +11:00
classify.rs
comments.rs syntax: convert the lexer to use Option<char> over transmute(-1). 2014-02-08 12:13:27 +11:00
common.rs
lexer.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
mod.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
obsolete.rs Remove obsolete warnings for extern mod 2014-02-13 20:52:17 +01:00
parser.rs Replace extern mod with extern crate 2014-02-13 20:52:16 +01:00
token.rs Replace extern mod with extern crate 2014-02-13 20:52:16 +01:00