index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
transform
/
lower_128bit.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-09
fix rebase fallout
Ralf Jung
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-3
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-1
/
+1
2018-10-03
Record whether a Call in MIR corresponds to a call in HIR
Matthew Jasper
-0
/
+1
2018-09-24
Shrink StatementKind::Assign.
Nicholas Nethercote
-7
/
+10
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-2
/
+2
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-3
/
+3
2018-08-22
Rename ty::Slice to ty::List
varkor
-2
/
+2
2018-03-04
Refactor contrived match.
leonardo.yvens
-13
/
+6
2017-12-04
Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix
bors
-1
/
+1
2017-12-04
make `no_late_bound_regions` a method on `Binder<T>`
Niko Matsakis
-1
/
+1
2017-12-03
Add an i128_lowering flag in TargetOptions
Scott McMurray
-1
/
+3
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-10
/
+10
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-3
/
+3
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-20
Handle shifts properly
Scott McMurray
-32
/
+86
2017-11-20
Add type checking for the lang item
Scott McMurray
-19
/
+45
2017-11-18
Add a MIR pass to lower 128-bit operators to lang item calls
Scott McMurray
-0
/
+160