rust/src/librustdoc/clean
Noah Lev 90986897c5 rustdoc: Box ty field of GenericParamDefKind::Const
This cuts the size of `GenericParamDef` in half, from 104 bytes to 56
bytes. I think the extra indirection should be worth the size savings.
2021-10-18 10:16:01 -07:00
..
cfg Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs Rename strip_path to strip_path_generics 2021-10-03 11:20:35 -07:00
blanket_impl.rs Fix spelling: Cannonical -> Canonical 2021-10-10 00:44:34 -04:00
cfg.rs rustdoc: Add human-readable cfg string for m68k 2021-09-17 15:07:13 +00:00
inline.rs Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 2021-10-09 19:05:08 +00:00
mod.rs rustdoc: Box ty field of GenericParamDefKind::Const 2021-10-18 10:16:01 -07:00
simplify.rs Replace all uses of path.res.def_id() with path.def_id() 2021-10-02 15:57:57 -07:00
types.rs rustdoc: Box ty field of GenericParamDefKind::Const 2021-10-18 10:16:01 -07:00
utils.rs Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 2021-10-09 19:05:08 +00:00