rust/src/librustdoc
Jacob Hoffman-Andrews 569096cbaf rustdoc: use details tag for trait implementors
This switches from JS-generated toggles to using the HTML <details> tag
for expanding and collapsing entries in the "Implementors" section.
2021-04-19 19:46:51 -07:00
..
clean Remove assert that no longer matters 2021-04-17 09:21:52 -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 Store links in Cache instead of on items directly 2021-04-06 14:26:57 -04:00
html rustdoc: use details tag for trait implementors 2021-04-19 19:46:51 -07:00
json Store links in Cache instead of on items directly 2021-04-06 14:26:57 -04:00
passes rustdoc: Give a more accurate span for anchor failures 2021-04-17 16:03:03 -04:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml use jemallocator in rustc/rustdoc 2021-04-04 14:10:26 -07:00
config.rs Rollup merge of #82497 - jyn514:json, r=CraftSpider 2021-04-08 01:01:42 +02:00
core.rs Move crate loader to collect_intra_doc_links::early 2021-04-11 16:00:26 -04:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum 2021-04-04 19:19:58 +02:00
doctree.rs Remove another unnecessary Option 2021-03-23 11:19:42 -07: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 Remove unnecessary Option wrapping around Crate.module 2021-03-23 11:04:09 -07:00
lib.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -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 Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
visit_ast.rs Remove hir::CrateItem. 2021-03-30 20:31:06 +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.