| Age | Commit message (Expand) | Author | Lines |
| 2018-07-08 | Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton | bors | -284/+6 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -6/+5 |
| 2018-07-07 | Move llvm_target_features back to llvm_util | bjorn3 | -2/+116 |
| 2018-07-07 | Move time_graph.rs to rustc/util | bjorn3 | -1/+1 |
| 2018-07-07 | Update Cargo.lock and move size_and_align_of_dst back | bjorn3 | -107/+132 |
| 2018-07-07 | Undo unnecessary change | bjorn3 | -1/+3 |
| 2018-07-07 | Fix some errors | bjorn3 | -131/+7 |
| 2018-07-07 | Move some functions out of rustc_codegen_llvm and fix metadata_only backend | bjorn3 | -404/+109 |
| 2018-07-06 | ARM: expose the "mclass" target feature | Jorge Aparicio | -0/+1 |
| 2018-07-06 | Remove CrossLangLto::NoLink which does not have a use case anymore. | Michael Woerister | -2/+1 |
| 2018-07-06 | When doing linker-plugin based LTO, write LLVM bitcode obj-files | Michael Woerister | -4/+4 |
| 2018-07-06 | Rollup merge of #52055 - crlf0710:patch-3, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-07-06 | Rollup merge of #52019 - michaelwoerister:cross-lto-auto-plugin, r=alexcrichton | kennytm | -25/+36 |
| 2018-07-04 | Shorten the line | CrLF0710 | -2/+2 |
| 2018-07-04 | Include VS 2017 in error message. | CrLF0710 | -1/+1 |
| 2018-07-03 | Allow the linker to choose the LTO-plugin (which is useful when using LLD) | Michael Woerister | -25/+36 |
| 2018-07-03 | Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis | Pietro Albini | -3/+2 |
| 2018-07-02 | incr.comp.: Take names of children into account when computing the ICH of a m... | Michael Woerister | -3/+2 |
| 2018-07-02 | Emit column info in debuginfo for non msvc like targets | est31 | -4/+10 |
| 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-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 |