about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/markdown/term.rs
AgeCommit message (Expand)AuthorLines
2025-07-24Use LocalKey<Cell> methods moreCameron Steffen-4/+4
2024-08-27Add `warn(unreachable_pub)` to `rustc_errors`.Nicholas Nethercote-2/+2
2024-02-12constify a couple thread_local staticsMatthias Krüger-2/+2
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/+189