rust/src/librustdoc
Joshua Nelson 6eec9fb5d1 Address review comments
- Move static variables into the innermost scope in which they are used
- Clean up comments
- Remove external_providers; rename local_providers -> providers
2020-07-15 10:54:06 -04:00
..
clean Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
html Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomez 2020-07-14 07:38:50 -07:00
passes Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514 2020-07-13 22:23:11 -07:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Don't ICE on infinitely recursive types 2020-07-15 10:54:05 -04:00
config.rs Clean up handling of style files in rustdoc 2020-07-12 14:37:22 -04:00
core.rs Address review comments 2020-07-15 10:54:06 -04:00
docfs.rs Clean up rustdoc source code 2020-05-08 15:08:15 +02:00
doctree.rs Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
externalfiles.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Don't ICE on infinitely recursive types 2020-07-15 10:54:05 -04:00
markdown.rs End unification of exit codes in librustdoc 2020-05-09 13:37:26 +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
test.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
visit_lib.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

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