summary refs log tree commit diff
path: root/src/librustc_mir/dataflow
AgeCommit message (Expand)AuthorLines
2018-12-01remove some uses of try!Mark Mansi-1/+1
2018-11-18Only handle ReVar regions in NLL borrowckMatthew Jasper-82/+9
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-6/+1
2018-11-15Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obkbors-1/+3
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-0/+14
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-1/+3
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-2/+2
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-11-03Unions reinitialized after assignment into field.David Wood-0/+14
2018-11-02Auto merge of #55087 - levex:e0669-improve-span, r=nagisabors-1/+1
2018-11-02Auto merge of #55316 - RalfJung:retagging, r=oli-obkbors-2/+2
2018-11-01Use `SmallVec` within `MoveData`.Nicholas Nethercote-9/+10
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-2/+2
2018-10-22Replace the `run_passes!` macro with a regular functionWesley Wiser-15/+0
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-2/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-3/+3
2018-10-17rustc: improve E0669 spanLevente Kurusa-1/+1
2018-10-05Remove graphviz::IntoCowljedrz-3/+2
2018-10-03Record whether a Call in MIR corresponds to a call in HIRMatthew Jasper-2/+8
2018-09-24Shrink StatementKind::InlineAsm.Nicholas Nethercote-1/+1
2018-09-24Shrink StatementKind::Assign.Nicholas Nethercote-1/+1
2018-09-22Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakisbors-2/+2
2018-09-22Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakisPietro Albini-3/+3
2018-09-20Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakisbors-0/+14
2018-09-20Improve handling of type bounds in `bit_set.rs`.Nicholas Nethercote-3/+3
2018-09-18Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake readRemy Rakic-2/+2
2018-09-18Auto merge of #54286 - nnethercote:BitSet, r=pnkfelixbors-116/+109
2018-09-18Eliminate `BitwiseOperator`.Nicholas Nethercote-30/+28
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-89/+84
2018-09-17Inspect parents paths when checking for movesSantiago Pastorino-0/+14
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-7/+8
2018-09-14Remove `Iter` and `SparseIter` in indexed_set.rs.Nicholas Nethercote-3/+4
2018-09-13Remove bitslice.rs.Nicholas Nethercote-4/+4
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-2/+2
2018-09-08Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakisbors-2/+18
2018-09-08Rollup merge of #53315 - nikomatsakis:newtype-index, r=Mark-Simulacrumkennytm-2/+0
2018-09-08Rollup merge of #53942 - nnethercote:faster-precompute, r=nikomatsakiskennytm-41/+79
2018-09-07make field always private, add `From` implsNiko Matsakis-2/+0
2018-09-07Auto merge of #54021 - kennytm:rollup, r=kennytmbors-18/+12
2018-09-07Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakisbors-7/+24
2018-09-06Skip a shared borrow of a immutable local variablesMikhail Modin-2/+18
2018-09-05A few cleanups and minor improvements to mir/dataflowljedrz-18/+12
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-141/+4
2018-08-30Added InitLocation to encode Location or Local depending on source of InitDavid Wood-7/+24
2018-08-27implement liveness tracing, remove old liveness systemNiko Matsakis-0/+15
2018-08-27update comment in the interest of precisionNiko Matsakis-6/+10
2018-08-24Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.Nicholas Nethercote-8/+8
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-56/+30