about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check
AgeCommit message (Expand)AuthorLines
2020-10-27or -> andSantiago Pastorino-1/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-6/+8
2020-10-21reviewBastian Kauschke-17/+4
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-10-18Zip -> EnumerateDániel Buga-3/+3
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-3/+3
2020-10-08Suggest removing &mut from borrow of &mutLzu Tao-32/+36
2020-10-06Fix NLL compare mode testsMatthew Jasper-4/+5
2020-10-06Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=...Yuki Okushi-1/+3
2020-10-05FixupCamelid-1/+1
2020-10-05add RegionNameHighlight::OccludedSNCPlay42-11/+27
2020-10-05don't refer to async as 'generators'SNCPlay42-6/+24
2020-10-04Fix rustdoc warnings about invalid Rust syntaxCamelid-1/+3
2020-10-04Remove `DefId` from `MirBorrowckCtxt`Dylan MacKenzie-26/+27
2020-10-04nll: solveDylan MacKenzie-2/+2
2020-10-04Replace `(Body, WithOptConstParam)` with `Body` where possibleDylan MacKenzie-5/+7
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-68/+46
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-18/+8
2020-09-30Rollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPCJonas Schievink-2/+1
2020-09-28Auto merge of #77236 - matthewjasper:defer-typeof-impl-trait, r=davidtwcobors-10/+19
2020-09-26Delay bug for non-universal regions in member constraintsMatthew Jasper-10/+19
2020-09-26Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obkRalf Jung-1/+0
2020-09-26Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkorRalf Jung-4/+6
2020-09-26rename functionsBastian Kauschke-3/+6
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-25Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnrJonas Schievink-0/+4
2020-09-24nitBastian Kauschke-1/+0
2020-09-24the two hardest things in programming, names and...Bastian Kauschke-3/+3
2020-09-24use std::mem::take(x) instead of std::mem::replace(x, Default::default()) (cl...Matthias Krüger-2/+1
2020-09-23merge `need_type_info_err(_const)`Bastian Kauschke-3/+3
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
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-14Add pass names to some common dataflow analysesDylan MacKenzie-0/+4
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-25/+88
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-12/+14
2020-09-10Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obkbors-57/+40
2020-09-09Remove unused PlaceContext::NonUse(NonUseContext::Coverage)Tomasz Miąsko-2/+1
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-57/+40
2020-09-04Change ty.kind to a methodLeSeulArtichaut-93/+96
2020-08-30mv compiler to compiler/mark-0/+21578