rust/src/librustdoc
Nicholas Nethercote 8d32578fe1 Rename and reorder lots of lifetimes.
- Replace non-standard names like 's, 'p, 'rg, 'ck, 'parent, 'this, and
  'me with vanilla 'a. These are cases where the original name isn't
  really any more informative than 'a.
- Replace names like 'cx, 'mir, and 'body with vanilla 'a when the lifetime
  applies to multiple fields and so the original lifetime name isn't
  really accurate.
- Put 'tcx last in lifetime lists, and 'a before 'b.
2024-09-13 15:46:20 +10:00
..
clean rustdoc: use a single box to store Attributes and ItemKind 2024-09-07 21:06:50 -07:00
doctest librustdoc::config: removed Input from Options 2024-09-07 18:57:48 -04:00
formats rustdoc: use a single box to store Attributes and ItemKind 2024-09-07 21:06:50 -07:00
html Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
json Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez 2024-09-09 23:16:56 +00:00
passes Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez 2024-09-11 01:17:54 +00:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
Cargo.toml Update minifier to 0.3.1 2024-08-24 18:34:28 +02:00
config.rs rfc#3662 changes under unstable flags 2024-09-07 18:59:01 -04:00
core.rs librustdoc::config: removed Input from Options 2024-09-07 18:57:48 -04:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs librustdoc::config: removed Input from Options 2024-09-07 18:57:48 -04:00
error.rs Fix clippy lints 2024-08-29 12:14:41 +02:00
externalfiles.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fold.rs rustdoc: use a single box to store Attributes and ItemKind 2024-09-07 21:06:50 -07:00
lib.rs rfc#3662 changes under unstable flags 2024-09-07 18:59:01 -04:00
lint.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
markdown.rs Add Top TOC support to rustdoc 2024-08-20 16:27:42 -07:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
rinja.toml Replace askama with rinja 2024-07-23 11:19:55 +02:00
scrape_examples.rs Remove #[macro_use] extern crate tracing from rustdoc. 2024-08-30 13:16:08 +10:00
theme.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
visit.rs rustdoc: use a single box to store Attributes and ItemKind 2024-09-07 21:06:50 -07:00
visit_ast.rs Remove #[macro_use] extern crate tracing from rustdoc. 2024-08-30 13:16:08 +10:00
visit_lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

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