rust/src/librustdoc
Jubilee 6ea83ffe2c
Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notriddle
[rustdoc] Unify variant struct fields margins with struct fields

As discussed in https://github.com/rust-lang/rust/pull/132220.

| before | after |
|-|-|
| ![image](https://github.com/user-attachments/assets/d8d8336d-7fe4-45fb-a5a5-36a4023223f5) | ![Screenshot from 2024-10-28 11-17-24](https://github.com/user-attachments/assets/9d0d9633-b857-45b4-9217-7d0d1aa8f770) |

r? ```@notriddle```
2024-10-28 10:18:51 -07:00
..
clean expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
doctest Do not consider nested functions as main function even if named main in doctests 2024-10-24 21:35:15 +02:00
formats Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
html Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notriddle 2024-10-28 10:18:51 -07: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.