rust/src/librustdoc/clean
Camelid c79af86240 Pass CrateNum by value instead of by reference
It's more idiomatic to pass a small Copy type by value and `CrateNum` is
half the size of `&CrateNum` on 64-bit systems. The memory use change is
almost certainly insignificant, but why not!
2021-03-03 20:07:15 -08:00
..
cfg Teach rustdoc how to display WASI. 2021-02-27 07:33:28 -08:00
auto_trait.rs Get TyCtxt from self instead of passing as argument in AutoTraitFinder 2021-03-01 22:59:24 +02:00
blanket_impl.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
cfg.rs Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton 2021-03-02 21:23:18 +09:00
inline.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
mod.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
simplify.rs Review changes 2021-01-16 18:56:37 -05:00
types.rs Pass CrateNum by value instead of by reference 2021-03-03 20:07:15 -08:00
utils.rs Remove krate.version; fix crate_version in JSON 2021-03-01 00:30:40 -05:00