rust/src/librustdoc
bors ce6d3a73b5 Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis
Clean up type alias impl trait implementation

- Removes special case for top-level impl trait
- Removes associated opaque types
- Forbid lifetime elision in let position impl trait. This is consistent with the behavior for inferred types.
- Handle lifetimes in type alias impl trait more uniformly with other parameters

cc #69323
cc #63063
Closes #57188
Closes #62988
Closes #69136
Closes #73061
2020-06-15 04:10:24 +00:00
..
clean Rename TyKind::Def to OpaqueDef 2020-06-11 17:08:23 +01:00
html Fix more clippy warnings 2020-06-09 18:51:08 +02:00
passes Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomez 2020-06-11 13:16:08 +02: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 Update pulldown-cmark dependency 2020-02-14 22:39:45 +01:00
config.rs Fix clippy warnings 2020-05-11 17:13:32 +02:00
core.rs properly handle feature gated lints 2020-06-05 13:52:34 -07:00
docfs.rs Clean up rustdoc source code 2020-05-08 15:08:15 +02:00
doctree.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02: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 End unification of exit codes in librustdoc 2020-05-09 13:37:26 +02: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 Rollup merge of #72180 - euclio:rustdoc-test-extra-space, r=Dylan-DPC 2020-06-11 19:04:08 +02:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02: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.