rust/src/librustdoc
2021-08-25 20:03:25 -07:00
..
clean remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +02:00
html Add tests for HtmlWithLimit 2021-08-25 20:03:25 -07:00
json Add generic arg infer 2021-07-25 07:28:51 +00:00
passes remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
config.rs Ensure that --generate-link-to-definition is only used with HTML output and is unstable 2021-08-05 23:08:28 +02:00
core.rs remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02: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 remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
lib.rs Refactor Markdown length-limited summary implementation 2021-08-19 16:22:54 -07:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Move calls to test_main into one function 2021-07-22 17:01:12 +02: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 don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +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.