rust/src/librustdoc/clean
Guillaume Gomez 5873fe8851
Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez
Use more symbols in rustdoc

Builds on https://github.com/rust-lang/rust/pull/80044 and should not be merged before.

I want to test if this is actually faster before merging it, there was a lot of `to_string()` calls so I'm not sure it will actually help. That means I have to wait for 80044 to get merged before running perf.

r? `@ghost`
2020-12-17 11:36:54 +01:00
..
cfg Add test-examples for Cfg::simplify_with 2020-10-13 20:18:46 +02:00
auto_trait.rs Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00
blanket_impl.rs Add support for stable-const-since in docs on items (standalone or assoc) 2020-11-29 21:00:14 -05:00
cfg.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
inline.rs Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00
mod.rs Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez 2020-12-17 11:36:54 +01:00
simplify.rs Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00
types.rs Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez 2020-12-17 11:36:54 +01:00
utils.rs Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00