summary refs log tree commit diff
path: root/src/test/compile-fail/no-implicit-prelude.rs
AgeCommit message (Expand)AuthorLines
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-6/+6
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-6/+6
2016-02-19Show candidates for names not in scopeVlad Ureche-5/+5
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-5/+5
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+1
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-0/+29