rust/src/librustdoc
Jubilee 62ba25de39
Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeGomez
rustdoc: make doctest span tweak a 2024 edition change

Fixes #132203

This is a compatibility hack, because I think the new behavior is better. When an A `include_str!` B, and B `include_str!` C, the path to C should be resolved relative to B, not A. That's how `include!` itself works, so that's how `include_str!` with should work.
2024-10-30 14:01:37 -07:00
..
clean Remap impl-trait lifetimes on HIR instead of AST lowering. 2024-10-30 16:18:50 +00:00
doctest Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeGomez 2024-10-30 14:01:37 -07:00
formats Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
html update tools 2024-10-29 17:01:24 +01:00
json Represent TraitBoundModifiers as distinct parts in HIR 2024-10-22 19:48:44 +00:00
passes nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
build.rs rustdoc: hash assets at rustdoc build time 2024-10-19 15:36:19 -07:00
Cargo.toml rustdoc: hash assets at rustdoc build time 2024-10-19 15:36:19 -07:00
config.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
core.rs Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco 2024-10-22 15:28:45 +02:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle 2024-10-15 05:11:36 +02: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 de-rc external traits 2024-09-25 23:45:57 +02:00
lib.rs Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
lint.rs Remove module passes filtering 2024-10-19 16:20:51 +02:00
markdown.rs rustdoc: Document markdown module. 2024-10-19 13:37:40 +00: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 Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
theme.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
visit.rs rustdoc: add doc comment to DocVisitor 2024-09-28 19:21:37 -04:00
visit_ast.rs rm ItemKind::OpaqueTy 2024-10-04 23:28:22 +00: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.