rust/src/librustdoc
Noah Lev f57537e5f3 Box Impl.blanket_impl to reduce size
Blanket impls are probably not super common, and `Type` is a fairly
large type, so this should reduce `Impl`'s size by a lot: `Option<Type>`
is around 96 bytes, and `Option<Box<Type>>` is 8 bytes, so it's a big
difference!
2021-05-14 17:45:41 -07:00
..
clean Box Impl.blanket_impl to reduce size 2021-05-14 17:45:41 -07:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
html Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha 2021-05-13 15:54:11 +02:00
json Box Impl.blanket_impl to reduce size 2021-05-14 17:45:41 -07:00
passes Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister 2021-05-12 11:05:56 +00:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Use arrayvec 0.7, drop smallvec 0.6 2021-04-21 22:39:08 -07:00
config.rs Only show type layout info if --show-type-layout is passed 2021-05-11 09:55:31 -07:00
core.rs Auto merge of #84470 - jyn514:lints, r=GuillaumeGomez 2021-05-08 09:46:18 +00:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister 2021-05-12 11:05:56 +00:00
doctree.rs compute where_outer on demand, remove it from Module 2021-05-01 15:33:49 +02:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs Do the hard part first 2021-04-24 19:20:46 -04:00
lib.rs Only show type layout info if --show-type-layout is passed 2021-05-11 09:55:31 -07:00
lint.rs Apply suggestions from code review 2021-04-05 09:25:36 -04:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit_ast.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
visit_lib.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00

For more information about how librustdoc works, see the rustc dev guide.