rust/src/librustc
Mark Simulacrum df13790756
Rollup merge of #51288 - Mark-Simulacrum:delete-is-import, r=eddyb
Remove rustdoc-specific is_import field from HIR

Fixes #47100.

I believe that there is no need to check for the name being the same, as this
part of rustdoc seems to be strictly interested in exploring "public modules."
Re-exports from the same module cannot visit another module; and, re-exports
cannot export items with a greater visibility than that item declares.
Therefore, I think this code is either sufficient, or in fact does more than
is necessary, depending on whether rustdoc cares about the re-export itself.

r? @eddyb
2018-06-03 18:18:02 -06:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dep_graph Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
hir Remove is_import field 2018-06-03 11:29:44 -06:00
ich Remove is_import field 2018-06-03 11:29:44 -06:00
infer port nice_region_error code to not track depth but rather index 2018-05-28 19:47:04 -04:00
lint Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth 2018-05-28 10:11:26 +00:00
middle implement #[panic_implementation] 2018-06-03 13:46:19 +02:00
mir Remove outdated AllocId decoding function. 2018-06-01 09:32:24 +02:00
session Fix optimization_fuel 2018-06-01 14:55:55 +02:00
traits Fix typos of 'ambiguous' 2018-06-02 00:20:00 -07:00
ty Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=alexcrichton 2018-06-02 11:14:14 +00:00
util Auto merge of #50475 - csmoe:debr, r=nikomatsakis 2018-05-29 01:11:24 +00:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Use polonius_output 2018-05-29 10:19:46 -03:00
diagnostics.rs s/panic_fmt/panic_impl/g in docs 2018-06-03 13:46:19 +02:00
lib.rs Make const decoding from the incremental cache thread-safe. 2018-06-01 09:32:24 +02:00
macros.rs implement the chalk traits, albeit with many placeholders 2018-05-24 12:01:27 -04:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00

For more information about how rustc works, see the rustc guide.