rust/src/librustdoc
Michael Goulet 32dc3936a0
Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle
Fix `Result` and `Option` not getting a jump to def link generated

It was just because we didn't store the "span" in the `PreludeTy` variant.

r? ``@notriddle``
2024-11-26 20:35:39 -05:00
..
clean Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errors 2024-11-26 15:32:15 +01: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 Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle 2024-11-26 20:35:39 -05:00
json rustdoc: Directly use rustc_abi instead of reexports 2024-11-01 09:24:09 -07:00
passes Rename DocContext::is_json into DocContext::is_json_output 2024-11-04 17:29:57 +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 Update minifer version to 0.3.2 2024-11-10 16:32:22 +01:00
config.rs Rename target triple to target tuple in many places in the compiler 2024-11-02 21:29:59 +01:00
core.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs Auto merge of #126597 - estebank:unicode-output, r=fmease 2024-11-11 00:00:58 +00: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 Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot 2024-11-12 15:14:56 +00: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 Fix file formatting 2024-11-07 17:13:00 +01: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 Rename DocContext::is_json into DocContext::is_json_output 2024-11-04 17:29:57 +01: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.