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