summary refs log tree commit diff
path: root/src/librustc_mir/transform/rustc_peek.rs
AgeCommit message (Expand)AuthorLines
2019-06-22rustc_mir: don't pass `on_entry` when building transfer functions.Dylan MacKenzie-16/+10
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-4/+4
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-16/+20
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-3/+3
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-17/+17
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-4/+4
2019-05-21Remove impls for `InternedString`/string equality.Nicholas Nethercote-1/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-5/+6
2019-03-17Use a valid name for graphviz graphsMatthew Jasper-10/+9
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-2/+2
2019-03-07HirIdification: replace NodeId method callsljedrz-2/+3
2019-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-2/+2
2019-02-09fix rebase falloutRalf Jung-1/+1
2019-02-09pass full InstanceDef to run_passesRalf Jung-1/+1
2019-02-08librustc_mir => 2018Taiki Endo-12/+14
2018-12-25Remove licensesMark Rousskov-10/+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-4/+4
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-4/+4
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+0
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-0/+1
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-1/+1
2018-09-24Shrink StatementKind::Assign.Nicholas Nethercote-1/+1
2018-09-18Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake readRemy Rakic-1/+1
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-3/+3
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-1/+1
2018-09-07make field always private, add `From` implsNiko Matsakis-1/+0
2018-08-24Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.Nicholas Nethercote-2/+2
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-2/+2
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-2/+2
2018-08-16Speed up NLL with `HybridIdxSetBuf`.Nicholas Nethercote-10/+10
2018-07-04Remove rustc_mir_borrowck attribute and use rustc_mir insteadSantiago Pastorino-1/+1
2018-05-29rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.Felix S. Klock II-0/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-03-22Added UserAssertTy statement.David Wood-0/+1
2018-01-29rustc: replace "lvalue" terminology with "place" in the code.Eduard-Mihai Burtescu-4/+4
2017-12-24add pre-statement-effect to dataflowAriel Ben-Yehuda-1/+8
2017-12-13Revised graphviz rendering API to avoid requiring borrowed state.Felix S. Klock II-4/+4
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-16/+16
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-2/+2
2017-11-28MIR: split Operand::Consume into Copy and Move.Eduard-Mihai Burtescu-2/+3
2017-11-14rustc: split off BodyOwnerKind from MirSource.Eduard-Mihai Burtescu-4/+3
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-1/+2
2017-10-04mir-borrowck: Gather move errors during MoveData construction and report them.Felix S. Klock II-1/+1
2017-08-16Refactor `trait BitDenotation` to take `Location` instead of `BasicBlock`/`us...Felix S. Klock II-2/+2