rust/src/librustdoc
2024-06-10 21:12:25 +02:00
..
clean ScalarInt: size mismatches are a bug, do not delay the panic 2024-06-10 13:43:16 +02:00
doctest rustdoc: Add support for --remap-path-prefix 2024-06-09 10:34:54 -07:00
formats Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" 2024-06-06 10:06:28 +00:00
html rustdoc-search: use lowercase, non-normalized name for type search 2024-06-09 11:56:52 -07:00
json Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
passes rustdoc: Remove DoctestVisitor::get_line 2024-06-07 17:48:47 +02:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
askama.toml Remove unneeded minus sign in jinja tags 2023-03-06 11:38:15 +01:00
Cargo.toml Remove direct dependencies on lazy_static, once_cell and byteorder 2024-04-28 14:35:00 +01:00
config.rs rustdoc: Add support for --remap-path-prefix 2024-06-09 10:34:54 -07:00
core.rs Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" 2024-06-06 10:06:28 +00:00
docfs.rs remove redundant imports 2023-12-10 10:56:22 +08:00
doctest.rs rustdoc: Add support for --remap-path-prefix 2024-06-09 10:34:54 -07:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs, r=rustdoc 2024-06-01 10:18:01 +00:00
fold.rs Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
lib.rs rustdoc: Add support for --remap-path-prefix 2024-06-09 10:34:54 -07:00
lint.rs Fix some typos in comments 2024-04-25 10:47:24 +08:00
markdown.rs Move Markdown-specific doctest code into submodule 2024-06-07 17:48:47 +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
scrape_examples.rs Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" 2024-06-06 10:06:28 +00:00
theme.rs Shorten some error invocations. 2024-01-10 07:33:06 +11:00
visit.rs Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
visit_ast.rs Don't require visit_body to take a lifetime that must outlive the function call 2024-05-29 10:04:08 +00:00
visit_lib.rs Correctly handle --document-hidden-items 2023-07-14 17:25:09 +02:00

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