about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/session_diagnostic.rs
AgeCommit message (Expand)AuthorLines
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-3/+3
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-09-09Fix non-determinism in generated format string.jumbatm-5/+6
2020-09-01Add SessionDiagnostic derive macro.jumbatm-0/+665