rust/src/librustdoc
bors fbce03b195 Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #122884 (Optimize integer `pow` by removing the exit branch)
 - #127857 (Allow to customize `// TODO:` comment for deprecated safe autofix)
 - #129034 (Add `#[must_use]` attribute to `Coroutine` trait)
 - #129049 (compiletest: Don't panic on unknown JSON-like output lines)
 - #129050 (Emit a warning instead of an error if `--generate-link-to-definition` is used with other output formats than HTML)
 - #129056 (Fix one usage of target triple in bootstrap)
 - #129058 (Add mw back to review rotation)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-08-14 06:43:26 +00:00
..
clean Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors 2024-08-14 00:56:53 +00:00
doctest Run fmt 2024-08-13 20:14:57 +02:00
formats Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid 2024-08-05 18:36:01 +02:00
html Unify naming of DocTest 2024-08-13 20:14:57 +02:00
json Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid 2024-08-05 18:36:01 +02:00
passes Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors 2024-08-14 00:56:53 +00:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
Cargo.toml Update rinja version to 0.3.0 2024-08-04 01:08:10 +02:00
config.rs Emit a warning instead of an error if --generate-link-to-definition is used with other output formats than HTML 2024-08-13 15:07:26 +02:00
core.rs review comments 2024-08-08 14:58:52 +00:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs Fix intra-doc link 2024-08-13 20:14:58 +02:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fold.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lint.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
markdown.rs Move Markdown-specific doctest code into submodule 2024-06-07 17:48:47 +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
rinja.toml Replace askama with rinja 2024-07-23 11:19:55 +02:00
scrape_examples.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
theme.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
visit.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
visit_ast.rs Reformat use declarations. 2024-07-29 08:26:52 +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.