rust/src/librustdoc
Michael Howell 9cf531d26f
doctests: build test bundle and harness separately
This prevents the included test case from getting at nightly-only
features when run on stable. The harness builds with
RUSTC_BOOTSTRAP, but the bundle doesn't.
2025-03-10 01:47:36 +01:00
..
clean Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez 2025-03-07 10:12:47 +01:00
doctest doctests: build test bundle and harness separately 2025-03-10 01:47:36 +01:00
formats librustdoc: flatten nested ifs 2025-03-06 08:16:28 +00:00
html Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk 2025-03-07 19:15:36 +01:00
json Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
passes Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez 2025-03-07 10:12:47 +01:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
build.rs Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez 2025-02-05 18:28:16 +00:00
Cargo.toml librustdoc: 2024 edition! 🎊 2025-03-04 12:35:18 +02:00
config.rs librustdoc: flatten nested ifs 2025-03-06 08:16:28 +00:00
core.rs Remove highlighting of spans on -Zteach 2025-03-07 17:55:08 +00:00
display.rs x clippy src/librustdoc --fix 2025-03-06 16:06:41 +00:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs doctests: build test bundle and harness separately 2025-03-10 01:47:36 +01: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 Rename TyMethodItem -> RequiredMethodItem 2024-12-19 10:48:51 -08:00
lib.rs librustdoc: 2024 edition! 🎊 2025-03-04 12:35:18 +02:00
lint.rs Fix new clippy lints 2024-11-28 03:05:43 +01: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 Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00
theme.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
visit.rs Rename TyMethodItem -> RequiredMethodItem 2024-12-19 10:48:51 -08:00
visit_ast.rs Make asm a named field 2025-02-22 00:05:09 +00:00
visit_lib.rs librustdoc: flatten nested ifs 2025-03-06 08:16:28 +00:00

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