summary refs log tree commit diff
path: root/src/librustc_mir/borrow_check/path_utils.rs
AgeCommit message (Expand)AuthorLines
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-08librustc_mir => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17Kill borrows from a projection after assignment.David Wood-0/+1
2018-09-24Rename places_conflict to borrow_conflicts_with_placeMatthew Jasper-1/+1
2018-09-24Add "Shallow" borrow kindMatthew Jasper-1/+8
2018-09-23Rework checking for borrows conflicting with dropsMatthew Jasper-2/+2
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-0/+1
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-1/+1
2018-07-04Correctly handle an activation from dead code.David Wood-5/+5
2018-06-27extract `places_conflict` into its own moduleNiko Matsakis-360/+9
2018-06-19Return a `SmallVec` from `place_elements`.Nicholas Nethercote-2/+3
2018-05-29Expand two-phase-borrows so that a case like this still compiles:Felix S. Klock II-3/+6
2018-05-18Refactor borrowck to share more code with fact dumpingbobtwinkles-0/+507