rust/src/librustdoc
2021-06-26 23:11:14 +08:00
..
clean Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez 2021-06-26 10:52:16 +00:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez 2021-06-26 10:52:16 +00:00
html Rename 'bad prefix' to 'unknown prefix'. 2021-06-26 23:11:14 +08:00
json rustdoc: Introduce new DynTrait type for better representation of trait objects 2021-06-19 09:44:29 +02:00
passes Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 2021-06-23 00:20:21 +02:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
config.rs Auto merge of #85788 - rylev:force-warns, r=nikomatsakis 2021-06-04 13:31:51 +00:00
core.rs Rollup merge of #85501 - jyn514:invalid-doc-attrs, r=varkor 2021-06-05 19:41:40 +02:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Don't reallocate the crate name when running doctests 2021-06-21 19:49:37 -04: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 Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
fold.rs rustdoc: Remove unnecessary StripItem wrapper 2021-05-04 21:56:27 -04:00
lib.rs Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth 2021-06-05 08:42:05 +00:00
lint.rs Rename INVALID_RUST_CODEBLOCK{,S} 2021-05-17 21:31:04 -04:00
markdown.rs Don't reallocate the crate name when running doctests 2021-06-21 19:49:37 -04: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 Restrict access to crate_name. 2021-06-02 18:35:32 +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.