rust/src/librustc/front
bors 060de1016b auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichton
It disables the insertion of `use std::prelude::*;` into the top of
all the modules below the item on which it is placed (including that
item itself).

(Similar to GHC's `-XNoImplicitPrelude`.)
2013-07-17 11:28:46 -07:00
..
config.rs Made ast::blk not use spanned<T> anymore. 2013-07-17 08:21:46 +02:00
std_inject.rs rustc: implement a #[no_implicit_prelude] attribute. 2013-07-17 15:01:02 +10:00
test.rs Bump version numbers to 0.8-pre 2013-07-08 10:25:45 -07:00