summary refs log tree commit diff
path: root/src/librustc_mir/transform/lower_128bit.rs
AgeCommit message (Expand)AuthorLines
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