rust/src/librustdoc
Oli Scherer 0f6e06b7c0 Lazily resolve type-alias-impl-trait defining uses
by using an opaque type obligation to bubble up comparisons between opaque types and other types

Also uses proper obligation causes so that the body id works, because out of some reason nll uses body ids for logic instead of just diagnostics.
2022-02-02 15:40:11 +00:00
..
clean Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats fix #90187: Replace all def_id_no_primitives with def_id 2022-01-17 13:41:59 +01:00
html Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez 2022-02-02 07:11:06 +01:00
json Remove FIXME and fix inconsistency of local blanket impls by using HIR for them 2022-01-21 13:01:58 -05:00
passes Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle 2022-01-30 20:57:34 +00:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
askama.toml Move back templates into html folder 2022-01-19 11:13:24 +01:00
Cargo.toml Update minifier crate version to 0.0.42 2022-01-26 17:24:34 +01:00
config.rs Remove configuration which became unused in 8abb4bb698 2022-01-10 18:40:57 +01:00
core.rs rustdoc: Pre-calculate traits that are in scope for doc links 2022-01-25 21:45:21 +08:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs Replace NestedVisitorMap with NestedFilter 2022-01-16 16:02:36 -06:00
error.rs Simplify rendering of stylesheet links into HTML 2021-11-24 19:41:47 -08:00
externalfiles.rs rustdoc: Fix some unescaped HTML tags in docs 2021-11-19 15:54:05 -05:00
fold.rs rustdoc: Use conditional for _stripped fold 2021-11-04 09:43:13 -07:00
lib.rs Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomez 2022-01-25 15:43:29 +00:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08: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 Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
theme.rs fix clippy::single_char_pattern perf findings 2021-12-14 12:40:28 +01:00
visit.rs List all cases explicitly in Doc{Folder,Visitor} 2021-11-01 16:15:46 -07:00
visit_ast.rs Extra cfg_hide a bit to handle inner cfgs 2022-01-20 22:05:26 +01:00
visit_lib.rs rustc_metadata: Rename item_children(_untracked) to module_children(_untracked) 2022-01-09 09:22:06 +08:00

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