rust/src/librustdoc
bors 3ddb78a346 Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeGomez
rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds

My last PR that introduced the type casting did not work for cross-crate re-exported traits, which is fixed in this PR.

Fully resolves #85454
2021-06-26 16:13:52 +00:00
..
clean Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeGomez 2021-06-26 16:13:52 +00:00
doctest
formats Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez 2021-06-26 10:52:16 +00:00
html Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez 2021-06-26 10:52:16 +00: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
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
doctest.rs Don't reallocate the crate name when running doctests 2021-06-21 19:49:37 -04:00
doctree.rs
error.rs
externalfiles.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
fold.rs
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
theme.rs
visit_ast.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
visit_lib.rs

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