summary refs log tree commit diff
path: root/src/librustc_mir/transform/lower_128bit.rs
AgeCommit message (Expand)AuthorLines
2019-06-25Implement From<Local> for Place and PlaceBaseSantiago Pastorino-2/+2
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-5/+5
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-11/+18
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-4/+4
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-5/+5
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-2/+2
2019-04-03Deny internal lints on librustc_mirflip1995-3/+3
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-1/+1
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-1/+1
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-08librustc_mir => 2018Taiki Endo-3/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-03Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`scalexm-1/+1
2018-10-03Record whether a Call in MIR corresponds to a call in HIRMatthew Jasper-0/+1
2018-09-24Shrink StatementKind::Assign.Nicholas Nethercote-7/+10
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-2/+2
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-3/+3
2018-08-22Rename ty::Slice to ty::Listvarkor-2/+2
2018-03-04Refactor contrived match.leonardo.yvens-13/+6
2017-12-04Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelixbors-1/+1
2017-12-04make `no_late_bound_regions` a method on `Binder<T>`Niko Matsakis-1/+1
2017-12-03Add an i128_lowering flag in TargetOptionsScott McMurray-1/+3
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-10/+10
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-3/+3
2017-11-28MIR: split Operand::Consume into Copy and Move.Eduard-Mihai Burtescu-2/+2
2017-11-20Handle shifts properlyScott McMurray-32/+86
2017-11-20Add type checking for the lang itemScott McMurray-19/+45
2017-11-18Add a MIR pass to lower 128-bit operators to lang item callsScott McMurray-0/+160