about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/diagnostics
AgeCommit message (Expand)AuthorLines
2021-10-08clippy::complexity fixesMatthias Krüger-2/+1
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-0/+21
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-3/+1
2021-10-02Make diangostic item names consistentCameron Steffen-4/+4
2021-09-30Auto merge of #87998 - nneonneo:master, r=oli-obkbors-28/+80
2021-09-28More tracing instrumentationOli Scherer-2/+3
2021-09-27Remove `DefId` from `ConstraintCategory::Predicate`Aaron Hill-1/+1
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-56/+84
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-0/+1
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-0/+1
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-4/+8
2021-09-09Fix two uses of `span_note` when the source is not availableFabian Wolff-2/+17
2021-09-09Fix issue #72649: avoid spurious "previous iteration of loop" errors.Robert Xiao-28/+80
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-8/+9
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-4/+4
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+8202