about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/markdown/parse.rs
AgeCommit message (Expand)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-03-03Use default field values in `markdown::parse::Context`Esteban Küber-13/+7
2024-12-18chore: fix some typosacceptacross-1/+1
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-1/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_errors`.Nicholas Nethercote-1/+1
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
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