rust/src/librustdoc/clean
bors 484c61943f Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomez
rustdoc: Remove most fields from ExternalCrate

Once https://github.com/rust-lang/rust/issues/84304 is fixed, I can get rid of ExternCrate altogether in favor of CrateNum, but in the meantime, this shrinks ExternalCrate quite a lot.

This might hurt compile-times; if it does, I can add `primitive` and `keyword` queries. I expect this to improve compilemem.

Helps with https://github.com/rust-lang/rust/issues/76382.

r? GuillaumeGomez
2021-04-23 15:45:52 +00:00
..
cfg Teach rustdoc how to display WASI. 2021-02-27 07:33:28 -08:00
auto_trait.rs Rename clean::Item.source to span 2021-03-21 19:47:11 -07:00
blanket_impl.rs Only look at blanket impls in get_blanket_impls 2021-03-30 12:28:33 -04:00
cfg.rs Remove the insta-stable cfg(wasm) 2021-04-07 23:09:56 +03:00
inline.rs rustdoc: Rename internal uses of spotlight 2021-04-02 11:38:02 -07:00
mod.rs Remove keywords from ExternCrate 2021-04-22 19:16:41 -04:00
simplify.rs Review changes 2021-01-16 18:56:37 -05:00
types.rs Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomez 2021-04-23 15:45:52 +00:00
utils.rs Remove keywords from ExternCrate 2021-04-22 19:16:41 -04:00