about summary refs log tree commit diff
path: root/src/librustc_mir/util/collect_writes.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-36/+0
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-29Make `Visitor::visit_body` take a simple `Body`Dylan MacKenzie-4/+3
2019-12-22Format the worldMark Rousskov-11/+8
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-2/+2
2019-12-02Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...Paul Daniel Faria-1/+1
2019-12-02Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach...Paul Daniel Faria-2/+2
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-3/+3
2019-04-26Remove region from borrow place contextsMatthew Jasper-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-27Refactor and add `PlaceContext::AscribeUserTy`.David Wood-17/+1
2018-06-21Share code between gather_used_muts and find_assignmentsRémy Rakic-19/+18
2018-04-05address code review commentsgaurikholkar-13/+15
2018-03-10tidy fixesgaurikholkar-2/+2
2018-03-10code refactor, modify compile-fail testsgaurikholkar-7/+21
2018-03-10minor changesgaurikholkar-4/+5
2018-03-10add collect_writes.rsgaurikholkar-0/+50