summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/diagnostics/mod.rs
AgeCommit message (Expand)AuthorLines
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-2/+2
2021-12-15Remove in_band_lifetimes from borrowckDániel Buga-2/+2
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2021-12-10Suggest using a temporary variable to fix borrowck errorsNoah Lev-0/+1
2021-12-01Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726Matthias Krüger-20/+15
2021-11-21Simplify for loop desugarCameron Steffen-9/+3
2021-11-16Use get_diagnostic_name moreCameron Steffen-20/+15
2021-10-02Make diangostic item names consistentCameron Steffen-2/+2
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-6/+7
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-1/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+1097