summary refs log tree commit diff
path: root/compiler/rustc_errors/src/markdown
AgeCommit message (Expand)AuthorLines
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-1/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_errors`.Nicholas Nethercote-3/+3
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+5
2024-07-10Support lists and stylings in more places for `rustc --explain`Alex Macleod-34/+93
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-02-12constify a couple thread_local staticsMatthias Krüger-2/+2
2024-01-11apply fmtklensy-2/+3
2023-12-10remove redundant importssurechen-1/+0
2023-11-14Fix some typoscui fliter-1/+1
2023-07-26Unite bless environment variables under `RUSTC_BLESS`Trevor Gross-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+2
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+1340