| Age | Commit message (Expand) | Author | Lines |
| 2019-09-06 | rustc_codegen_llvm: give names to non-alloca variable values. | Eduard-Mihai Burtescu | -3/+34 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Remove codegen dependencies | Mark Rousskov | -4/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -4/+2 |
| 2019-09-05 | Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -21/+23 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -11/+12 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`. | Nicholas Nethercote | -7/+8 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -4/+4 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -9/+50 |
| 2019-08-30 | Fixup remaining direct relocation field references | Andreas Molzer | -4/+4 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -3/+3 |
| 2019-08-29 | Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoerister | Mazdak Farrokhzad | -48/+45 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -3/+3 |
| 2019-08-27 | rustc: Handle modules in "fat" LTO more robustly | Alex Crichton | -48/+45 |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -3/+7 |
| 2019-08-21 | Fix codegen with explicit allocation byte access | Andreas Molzer | -7/+48 |
| 2019-08-18 | Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb | bors | -9/+15 |
| 2019-08-17 | Cast only where necessary | Oliver Scherer | -4/+5 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -3/+4 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-08-16 | Do not generate allocations for zero sized allocations | Oliver Scherer | -8/+13 |
| 2019-08-11 | Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung | bors | -1/+1 |
| 2019-08-10 | Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" | Tatsuyuki Ishi | -1/+1 |
| 2019-08-08 | Explain why we're sorting the modules. | Joel Galenson | -0/+1 |
| 2019-08-08 | Sort fat LTO modules later and add a test. | Joel Galenson | -2/+4 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -7/+7 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -1/+6 |
| 2019-08-06 | Rollup merge of #63296 - alexcrichton:deduplicate-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -7/+7 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -4/+1 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -3/+3 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -4/+0 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -1/+13 |
| 2019-08-02 | assert consistency | Ralf Jung | -3/+3 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -4/+4 |
| 2019-08-01 | Use Rust integer types instead of libc's fixed-width types | gnzlbg | -2/+2 |
| 2019-07-31 | Deduplicate rustc_demangle in librustc_codegen_llvm | Alex Crichton | -1/+1 |
| 2019-07-29 | Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic | Mazdak Farrokhzad | -2/+20 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -11/+3 |
| 2019-07-26 | Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb | Mazdak Farrokhzad | -50/+11 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -4/+2 |
| 2019-07-25 | rustc: Update wasm32 support for LLVM 9 | Alex Crichton | -2/+20 |
| 2019-07-25 | Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -4/+2 |
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -1/+1 |
| 2019-07-20 | Remove vector fadd/fmul reduction workarounds | Nikita Popov | -50/+11 |