summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check/mod.rs
AgeCommit message (Expand)AuthorLines
2021-01-29Fix typosAman Arora-2/+2
2021-01-29Add fixme for precise path diagnosticsAman Arora-5/+5
2021-01-29Fix incorrect use mut diagnosticsAman Arora-20/+10
2021-01-29Fix unused 'mut' warning for capture's root variableAman Arora-4/+29
2021-01-29Compute mutability of closure capturesAman Arora-7/+2
2021-01-16PlaceRef::ty: use method call syntaxRalf Jung-4/+4
2021-01-03use PlaceRef more consistently instead of loosely coupled local+projectionRalf Jung-50/+24
2020-12-15Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obkbors-12/+14
2020-12-09Use closure_min_captures in borrow checkerAman Arora-7/+9
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-12/+14
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