about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/session_diagnostic.rs
AgeCommit message (Expand)AuthorLines
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-4/+4
2021-10-10Apply clippy suggestionsClemens Wasser-4/+4
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-4/+4
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