summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/impls
AgeCommit message (Expand)AuthorLines
2019-02-10rustc: doc commentsAlexander Regueiro-7/+0
2019-02-08librustc_mir => 2018Taiki Endo-31/+31
2019-01-30Pass correct arguments to places_conflictMatthew Jasper-1/+1
2018-12-28Remove unnecessary borrow generationMatthew Jasper-14/+0
2018-12-25Remove licensesMark Rousskov-40/+0
2018-12-20Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obkbors-1/+0
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-74/+106
2018-12-18treat ref-to-raw cast like a reborrow: do a special kind of retagRalf Jung-1/+0
2018-12-17Add required lifetime parameter to BitDenotation.David Wood-64/+65
2018-12-17Kill borrows from a projection after assignment.David Wood-23/+54
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-30Remove the `region_map` field from `BorrowSet`Matthew Jasper-8/+1
2018-11-18Only handle ReVar regions in NLL borrowckMatthew Jasper-82/+9
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-5/+1
2018-11-15Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obkbors-0/+1
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-0/+1
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-2/+2
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-1/+1
2018-10-22Replace the `run_passes!` macro with a regular functionWesley Wiser-1/+0
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-09-24Shrink StatementKind::Assign.Nicholas Nethercote-1/+1
2018-09-22Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakisbors-1/+1
2018-09-20Improve handling of type bounds in `bit_set.rs`.Nicholas Nethercote-1/+2
2018-09-18Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake readRemy Rakic-1/+1
2018-09-18Auto merge of #54286 - nnethercote:BitSet, r=pnkfelixbors-62/+60
2018-09-18Eliminate `BitwiseOperator`.Nicholas Nethercote-24/+24
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-40/+38
2018-09-15Make rustc::middle::region::Scope's fields publicMarshall Bowers-1/+4
2018-09-15Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrumbors-2/+2
2018-09-13Remove bitslice.rs.Nicholas Nethercote-2/+2
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-1/+1
2018-09-08Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakisbors-2/+8
2018-09-08Rollup merge of #53942 - nnethercote:faster-precompute, r=nikomatsakiskennytm-41/+79
2018-09-06Skip a shared borrow of a immutable local variablesMikhail Modin-2/+8
2018-09-05A few cleanups and minor improvements to mir/dataflowljedrz-3/+1
2018-09-04Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.Nicholas Nethercote-41/+79
2018-08-30Make move out computation lazySantiago Pastorino-127/+2
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-1/+1
2018-08-08optimize redundant borrowsNiko Matsakis-1/+1
2018-07-31Don't count MIR locals as borrowed after StorageDead when finding locals live...John Kåre Alsaker-4/+12
2018-07-24Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisabors-0/+2
2018-07-23Let mir reference lifetime be inferredSantiago Pastorino-2/+2
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-0/+2
2018-07-17Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakisbors-10/+10
2018-07-13compute region values using SCCs not iterative flowNiko Matsakis-1/+1
2018-07-13Make BitSlice's `Word` properly generic.Nicholas Nethercote-10/+10
2018-05-30Auto merge of #51106 - davidtwco:issue-50934, r=nikomatsakisbors-13/+77
2018-05-29rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.Felix S. Klock II-0/+1
2018-05-29fix off by one errorNiko Matsakis-1/+1