summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check/mod.rs
AgeCommit message (Expand)AuthorLines
2020-10-21reviewBastian Kauschke-17/+4
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-1/+1
2020-10-04Remove `DefId` from `MirBorrowckCtxt`Dylan MacKenzie-3/+0
2020-10-04Replace `(Body, WithOptConstParam)` with `Body` where possibleDylan MacKenzie-3/+4
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-6/+4
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-9/+2
2020-09-25Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnrJonas Schievink-0/+4
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-1/+4
2020-09-04Change ty.kind to a methodLeSeulArtichaut-4/+4
2020-08-30mv compiler to compiler/mark-0/+2350