rust/compiler/rustc_mir_dataflow/src
Samuel Tardieu d082ff4c04
Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu
Improve formatting of doc code blocks

We don't currently apply automatic formatting to doc comment code blocks. As a
result, it has built up various idiosyncracies, which make such automatic
formatting difficult. Some of those idiosyncracies also make things harder for
human readers or other tools.

This PR makes a few improvements to doc code formatting, in the hopes of making
future automatic formatting easier, as well as in many cases providing net
readability improvements.

I would suggest reading each commit separately, as each commit contains one
class of changes.
2025-08-02 11:24:24 +02:00
..
framework Remove support for SwitchInt edge effects in backward dataflow analyses 2025-07-11 10:56:50 +02:00
impls Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu 2025-08-02 11:24:24 +02:00
move_paths Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
debuginfo.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
drop_flag_effects.rs use let chains in hir, lint, mir 2025-07-28 06:10:14 +05:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
points.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
rustc_peek.rs use let chains in hir, lint, mir 2025-07-28 06:10:14 +05:00
un_derefer.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
value_analysis.rs use let chains in hir, lint, mir 2025-07-28 06:10:14 +05:00