rust/src/librustdoc/html/render
Noah Lev 85f8ae8ec4 rustdoc: Remove Crate.src and instead compute it on-demand
It is only used in one place; `src` was about a third of `Crate`'s total
size; `Crate` is frequently moved by-value; and `src` can be easily
computed on-demand.
2021-10-30 11:16:00 -07:00
..
cache.rs Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 2021-10-27 06:11:35 +02:00
context.rs rustdoc: Remove Crate.src and instead compute it on-demand 2021-10-30 11:16:00 -07:00
mod.rs Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez 2021-10-27 12:27:47 +00:00
print_item.rs Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez 2021-10-27 12:27:47 +00:00
span_map.rs Fix clippy lints in librustdoc 2021-10-25 11:30:09 +02:00
templates.rs Move template initialization into its own file. 2021-10-08 23:28:42 -07:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez 2021-10-27 06:11:36 +02:00