rust/src/librustdoc
bors 24526cc3cc Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc
Refactor away the prelude injection fold

Instead, just inject `#[prelude_import] use [core|std]::prelude::v1::*;` at the crate root while injecting `extern crate [core|std];` and process `#[no_implicit_prelude]` attributes in `resolve`.

r? @nrc
2016-06-09 01:35:26 -07:00
..
clean fix damage in librustc 2016-06-09 00:38:38 +03:00
html Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc 2016-06-09 01:35:26 -07:00
build.rs
Cargo.toml
core.rs Remove the dep-info-no-analysis test and fix other fallout. 2016-06-01 19:20:42 +00:00
doctree.rs
externalfiles.rs
flock.rs
fold.rs
lib.rs
markdown.rs
passes.rs
plugins.rs
test.rs Remove the dep-info-no-analysis test and fix other fallout. 2016-06-01 19:20:42 +00:00
visit_ast.rs
visit_lib.rs