rust/src/librustdoc
Jacob Pratt a47b364dc6
Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat
Lint about `console` calls in rustdoc JS

As discussed [here](https://github.com/rust-lang/rust/pull/142100#discussion_r2151764395), this PR enforces that `console` is not used in rustdoc JS by default.

cc `@lolbinarycat`
2025-06-17 23:19:38 +02:00
..
clean rustdoc: skip MetaSized bounds 2025-06-16 23:04:36 +00:00
doctest Update extracted-doctest feature documentation 2025-06-11 13:44:22 +02:00
formats Avoid more clones in rustdoc JSON output. 2025-06-11 13:48:43 +10:00
html Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat 2025-06-17 23:19:38 +02:00
json Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid 2025-06-14 23:21:16 +00:00
passes Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead 2025-05-31 18:51:48 +02:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
askama.toml Update to new rinja version (askama) 2025-04-03 15:38:08 +02:00
build.rs Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez 2025-02-05 18:28:16 +00:00
Cargo.toml Update askama version to 0.14.0 in librustdoc 2025-05-24 12:23:18 +02:00
config.rs Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeGomez 2025-05-09 21:50:06 +02:00
core.rs Run wfcheck in one big loop instead of per module 2025-06-03 15:16:51 +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 Improve naming of variables in DocTestBuilder::generate_unique_doctest 2025-06-10 13:58:39 +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 Rename TyMethodItem -> RequiredMethodItem 2024-12-19 10:48:51 -08:00
lib.rs Simplify format_integer_with_underscore_sep 2025-05-23 12:37:56 +00:00
lint.rs rustdoc: remove unportable markdown lint and old parser 2025-05-06 10:33:04 -07: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
scrape_examples.rs Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +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 Overhaul UsePath. 2025-06-03 08:23:21 +10: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.