about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/show_span.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `ShowSpanVisitor::span_diagnostic` as `ShowSpanVisitor::dcx`.Nicholas Nethercote-6/+6
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+2
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-3/+5
2022-02-19Adopt let else in more placesest31-3/+2
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-4/+0
2020-08-30mv compiler to compiler/mark-0/+70