about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/snippet.rs
AgeCommit message (Expand)AuthorLines
2025-03-27Use `abs_diff` where applicableYotam Ofek-5/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_errors`.Nicholas Nethercote-16/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2024-02-01Rework `StringPart`.Nicholas Nethercote-1/+1
2023-03-28Create AnnotationColumn struct to fix hard tab column numbers in errorspommicket-14/+51
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-3/+0
2021-08-11Modify structured suggestion outputEsteban Küber-0/+2
2021-03-27Remove (lots of) dead codeJoshua Nelson-10/+0
2021-02-02Bump rustfmt versionMark Rousskov-5/+10
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-5/+3
2020-08-30mv compiler to compiler/mark-0/+190