| Age | Commit message (Expand) | Author | Lines |
| 2018-05-24 | enable fast-math flags | gnzlbg | -3/+5 |
| 2018-05-24 | fix tidy | gnzlbg | -6/+16 |
| 2018-05-24 | add simd float intrinsics and gather/scatter | gnzlbg | -0/+488 |
| 2018-05-24 | Auto merge of #51023 - kennytm:rollup, r=kennytm | bors | -2/+6 |
| 2018-05-24 | Auto merge of #50949 - eddyb:debuginfo, r=mw | bors | -33/+5 |
| 2018-05-24 | Rollup merge of #50972 - nikic:no-parallel, r=michaelwoerister | kennytm | -2/+6 |
| 2018-05-22 | Add -Z no-parallel-llvm flag | Nikita Popov | -2/+6 |
| 2018-05-22 | Use SortedMap instead of BTreeMap for relocations in MIRI. | Michael Woerister | -1/+1 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -26/+22 |
| 2018-05-21 | rustc_codegen_llvm: remove closure env alloca hack around upvar debuginfo. | Eduard-Mihai Burtescu | -22/+2 |
| 2018-05-21 | rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable. | Eduard-Mihai Burtescu | -11/+3 |
| 2018-05-21 | rustc: use intern_* instead of mk_* where possible. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-05-21 | rustc: don't call Kind::from directly, use .into() instead. | Eduard-Mihai Burtescu | -2/+1 |
| 2018-05-20 | Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb | bors | -2/+2 |
| 2018-05-20 | Auto merge of #50803 - varkor:never-transmute-never, r=eddyb | bors | -3/+14 |
| 2018-05-19 | Auto merge of #50893 - kennytm:rollup, r=kennytm | bors | -8/+17 |
| 2018-05-20 | Rollup merge of #50819 - cjkenn:cjkenn/div-by-zero, r=kennytm | kennytm | -2/+6 |
| 2018-05-19 | use if let to avoid potential div by zero | cjkenn | -2/+6 |
| 2018-05-19 | Rollup merge of #50531 - iancormac84:merge-typeidhasher-cleanup, r=michaelwoe... | kennytm | -6/+11 |
| 2018-05-19 | Use `Size` instead of `u64` in mir interpretation | Oliver Schneider | -5/+6 |
| 2018-05-19 | Go through an allocation when accessing fields of constants | Oliver Schneider | -4/+10 |
| 2018-05-19 | Ensure that statics are always ByRef | Oliver Schneider | -46/+3 |
| 2018-05-19 | Add a test showing the erroneous promoted bug | Oliver Schneider | -2/+2 |
| 2018-05-19 | Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichton | bors | -2/+8 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -27/+0 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -12/+0 |
| 2018-05-17 | Fixed accidental removal of StableHasher declaration. | iancormac84 | -0/+1 |
| 2018-05-17 | Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A... | iancormac84 | -6/+10 |
| 2018-05-17 | Emit noalias on &mut parameters by default | Nikita Popov | -2/+8 |
| 2018-05-17 | Remove the intrinsic for align_offset | Simonas Kazlauskas | -26/+0 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-17 | Change align_offset to support different strides | Simonas Kazlauskas | -9/+23 |
| 2018-05-17 | Revert "musl: don't use the included startfiles with -crt-static" | Alex Crichton | -16/+0 |
| 2018-05-17 | Revert "musl: link crt{begin,end}.o from the system compiler" | Alex Crichton | -11/+0 |
| 2018-05-17 | Make sure the type we think is uninhabited actually is | varkor | -1/+2 |
| 2018-05-17 | Fix an ICE when attempting to transmute an uninhabited type | varkor | -3/+13 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+24579 |