rust/src/librustdoc/clean
Joshua Nelson a16904fecf Switch to Symbol for item.name
This decreases the size of `Item` from 680 to 616 bytes. It also does a
lot less work since it no longer has to copy as much.
2020-12-14 22:19:15 -05:00
..
cfg Add test-examples for Cfg::simplify_with 2020-10-13 20:18:46 +02:00
auto_trait.rs Small cleanups 2020-12-12 09:40:34 -05: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 Switch to Symbol for item.name 2020-12-14 22:19:15 -05:00
mod.rs Switch to Symbol for item.name 2020-12-14 22:19:15 -05:00
simplify.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
types.rs Switch to Symbol for item.name 2020-12-14 22:19:15 -05:00
utils.rs Switch to Symbol for item.name 2020-12-14 22:19:15 -05:00