rust/src/librustdoc
Aleksey Kladov 5716c3e18d Update expect-test to 1.0
The only change is that `expect_file` now uses path relative to the
current file (same as `include!`). Before, it used paths relative to
the workspace root, which makes no sense.
2020-08-31 21:04:09 +02:00
..
clean rustdoc: Fix intra-doc links for cross-crate re-exports of traits 2020-08-29 17:21:26 -04:00
doctest Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
formats More requested changes 2020-07-27 17:34:17 -05:00
html Update expect-test to 1.0 2020-08-31 21:04:09 +02:00
json Update driver to add json backend 2020-07-30 14:13:51 -05:00
passes Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkov 2020-08-30 13:16:38 +00:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Update expect-test to 1.0 2020-08-31 21:04:09 +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
config.rs Rename debugging_options -> debugging_opts to match rustc 2020-08-25 09:22:26 -04:00
core.rs rustdoc,metadata: Debugging 2020-08-30 08:14:55 -04:00
docfs.rs fix clippy::unit_arg: make it explicit that Ok(()) is being returned 2020-08-07 22:47:32 +02:00
doctest.rs Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
doctree.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
error.rs Move `Error` and `RenderInfo` out of `html` module 2020-07-27 16:00:38 -05:00
externalfiles.rs rustdoc: Rename internal API fns to `into_string` 2020-07-15 10:55:40 +00:00
fold.rs rustdoc: Fix intra-doc links for cross-crate re-exports of traits 2020-08-29 17:21:26 -04:00
lib.rs Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
markdown.rs Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
visit_lib.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

README.md

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