about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/markdown/parse.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-10Support lists and stylings in more places for `rustc --explain`Alex Macleod-28/+34
2023-11-14Fix some typoscui fliter-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+1
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+588