rust/src/librustdoc
bors 583437a6dd Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelid
Clean up clean/types.rs file by making the implementations follow the type declaration

This PR doesn't change anything, it simply moves things around: when reading the code, I realized a few times that a type declaration and implementations on it might be separated by some other type declarations, which makes the reading much more complicated. I put back impl and declaration together.

r? `@camelid`
2021-09-27 07:54:16 +00:00
..
clean Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelid 2021-09-27 07:54:16 +00:00
doctest Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
formats Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 2021-09-12 03:44:58 -07:00
html Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 2021-09-25 18:22:17 -07:00
json Remove Type::ResolvedPath.is_generic 2021-09-12 13:27:06 -07:00
passes Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 2021-09-25 18:22:17 -07:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00
config.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
core.rs Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomez 2021-09-22 09:55:13 +00:00
docfs.rs Remove unnecessary copies when using parallel IO 2021-08-26 17:06:52 +00:00
doctest.rs Remove Drop-caused migration-added captures 2021-09-20 22:21:43 -04:00
doctree.rs Teach tools that macros are now HIR items 2021-08-28 00:24:39 -07:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
fold.rs Revert the rustdoc box syntax removal 2021-09-21 01:54:23 +02:00
lib.rs Revert the rustdoc box syntax removal 2021-09-21 01:54:23 +02:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +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
theme.rs Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit_ast.rs Teach tools that macros are now HIR items 2021-08-28 00:24:39 -07:00
visit_lib.rs rustc: Remove local variable IDs from Exports 2021-09-10 23:41:48 +03:00

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