| Age | Commit message (Expand) | Author | Lines |
| 2018-06-30 | Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton | bors | -3/+41 |
| 2018-06-30 | Do not allow LLVM to increase a TLS's alignment on macOS. | kennytm | -3/+41 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -2/+2 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -30/+21 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -3/+3 |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -5/+7 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -2/+1 |
| 2018-06-24 | Add backticks to E0558 | varkor | -5/+0 |
| 2018-06-22 | Rollup merge of #51666 - marco-c:disable_probestack, r=nagisa | kennytm | -0/+5 |
| 2018-06-20 | Disable probestack when GCOV profiling is being used | Marco Castelluccio | -0/+5 |
| 2018-06-20 | Fix tidy | Bastien Orivel | -1/+4 |
| 2018-06-20 | Replace tempdir by tempfile in librustc_trans | Bastien Orivel | -5/+5 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -1/+1 |
| 2018-06-16 | Auto merge of #51594 - eddyb:issue-51582, r=nagisa | bors | -2/+10 |
| 2018-06-16 | rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums. | Eduard-Mihai Burtescu | -2/+10 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -1/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-06-12 | Rename -Z no-verify to -Z verify-llvm-ir | Nikita Popov | -6/+6 |
| 2018-06-12 | Respect -Z no-verify during LTO | Nikita Popov | -7/+12 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -2/+8 |
| 2018-06-03 | Rollup merge of #51323 - nikic:switch-int-lowering, r=nagisa | Mark Simulacrum | -5/+14 |
| 2018-06-02 | Generate br for all two target SwitchInts | Nikita Popov | -5/+14 |
| 2018-06-02 | Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton | bors | -0/+16 |
| 2018-05-31 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -0/+16 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -3/+6 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -14/+14 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -0/+1 |
| 2018-05-29 | Auto merge of #50475 - csmoe:debr, r=nikomatsakis | bors | -1/+1 |
| 2018-05-28 | stop invoking `DebruijnIndex::new` directly | Niko Matsakis | -1/+1 |
| 2018-05-28 | Auto merge of #50521 - gnzlbg:simd_float, r=alexcrichton | bors | -0/+470 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -3/+3 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -3/+3 |
| 2018-05-26 | Auto merge of #51041 - alexcrichton:better-unwind, r=nikomatsakis | bors | -16/+24 |
| 2018-05-26 | Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddyb | bors | -1/+1 |
| 2018-05-24 | std: Ensure OOM is classified as `nounwind` | Alex Crichton | -16/+24 |
| 2018-05-24 | Revert "Ensure llvm doesn't trigger an assert for crazy transmutes" | Oliver Schneider | -2/+5 |
| 2018-05-24 | Ensure llvm doesn't trigger an assert for crazy transmutes | Oliver Schneider | -5/+2 |
| 2018-05-24 | Replace `ScalarKind` with `Primitive` | Oliver Schneider | -2/+3 |
| 2018-05-24 | primval -> scalar rename | Oliver Schneider | -8/+8 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -4/+6 |
| 2018-05-24 | Rename MemoryPointer to Pointer | Oliver Schneider | -2/+2 |
| 2018-05-24 | Eliminate the `Pointer` wrapper type | Oliver Schneider | -1/+1 |
| 2018-05-24 | Differentiate between interpret::Scalar and layout::Scalar | Oliver Schneider | -6/+6 |
| 2018-05-24 | Rename ByVal(Pair) to Scalar(Pair) | Oliver Schneider | -3/+3 |
| 2018-05-24 | Rename PrimVal to Scalar | Oliver Schneider | -6/+6 |
| 2018-05-24 | Add constant for `Size::from_bytes(0)` | Oliver Schneider | -12/+12 |
| 2018-05-24 | Don't ICE if crate has no valid crate types left | Oliver Schneider | -1/+1 |
| 2018-05-24 | refactor | gnzlbg | -60/+30 |