summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check/diagnostics
AgeCommit message (Expand)AuthorLines
2020-09-26rename functionsBastian Kauschke-3/+6
2020-09-24nitBastian Kauschke-1/+0
2020-09-24the two hardest things in programming, names and...Bastian Kauschke-3/+3
2020-09-23merge `need_type_info_err(_const)`Bastian Kauschke-3/+3
2020-09-20Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnrRalf Jung-3/+4
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-3/+4
2020-09-17use strip_prefix over starts_with and manual slicing based on pattern length ...Matthias Krüger-5/+4
2020-09-16Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPCTyler Mandry-1/+1
2020-09-15fix a couple of stylistic clippy warningsMatthias Krüger-1/+1
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-24/+84
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-10/+12
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-57/+40
2020-09-04Change ty.kind to a methodLeSeulArtichaut-64/+67
2020-08-30mv compiler to compiler/mark-0/+6967