| Age | Commit message (Expand) | Author | Lines |
| 2018-11-02 | rustc: Wait for all codegen threads to exit | Alex Crichton | -10/+104 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -2/+3 |
| 2018-11-01 | Add comments explaining how codegen works for `dyn Trait` methods | Michael Hewson | -2/+11 |
| 2018-11-01 | Implement object-safety for arbitrary_self_types: part 2 | Michael Hewson | -19/+70 |
| 2018-11-01 | Remove checks for LLVM < 4.0 | Nikita Popov | -32/+6 |
| 2018-10-30 | Avoid possible integer overflow in niche value computation | Tom Tromey | -2/+5 |
| 2018-10-30 | Address review comments | Tom Tromey | -11/+11 |
| 2018-10-30 | Fix DWARF generation for enums | Tom Tromey | -145/+407 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -2/+3 |
| 2018-10-28 | inline-asm: emit as many E0669 errors as we can | Levente Kurusa | -8/+5 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -90/+58 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -13/+10 |
| 2018-10-27 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -17/+32 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -2/+5 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -17/+18 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-25 | Rebase fallout in ui output | Oliver Schneider | -2/+0 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -16/+19 |
| 2018-10-24 | Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance. | Masaki Hara | -86/+11 |
| 2018-10-24 | Make declare_fn accept PolyFnSig instead of Ty. | Masaki Hara | -19/+17 |
| 2018-10-24 | Ensure virtual call receiver PassMode. | Masaki Hara | -0/+2 |
| 2018-10-24 | Implement by-value trait object method call. | Masaki Hara | -8/+14 |
| 2018-10-24 | Resolve to Instance::VtableShim when necessary. | Masaki Hara | -1/+17 |
| 2018-10-24 | Make declare_fn aware of vtable shims. | Masaki Hara | -6/+8 |
| 2018-10-24 | Add ty_fn_sig_vtable for getting adjusted signature for vtable shims. | Masaki Hara | -2/+21 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-23 | Revert "rustc: Fix (again) simd vectors by-val in ABI" | Alex Crichton | -40/+8 |
| 2018-10-20 | Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa | Manish Goregaokar | -8/+40 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -4/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -42/+26 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -28/+28 |
| 2018-10-19 | rustc: Fix (again) simd vectors by-val in ABI | Alex Crichton | -8/+40 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -4/+4 |
| 2018-10-18 | Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppe | kennytm | -3/+3 |
| 2018-10-18 | Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung | kennytm | -0/+4 |
| 2018-10-18 | Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor | kennytm | -88/+83 |
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -4/+4 |
| 2018-10-16 | Fix LLVMRustInlineAsmVerify return type mismatch | varkor | -3/+3 |
| 2018-10-16 | end return statements and void expressions with a semicolon | ljedrz | -6/+6 |
| 2018-10-16 | Auto merge of #55023 - euclio:llvm-error-handler, r=cuviper | bors | -4/+6 |
| 2018-10-15 | Add comments to remind everyone to keep the `get_vtable` impls in sync | Oliver Scherer | -0/+4 |
| 2018-10-15 | Auto merge of #55024 - alexcrichton:wasm-simd-by-val, r=estebank | bors | -1/+4 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -29/+18 |
| 2018-10-12 | rustc: Allow targets to specify SIMD args are by-val | Alex Crichton | -1/+4 |
| 2018-10-12 | raise ICE if LLVM worker threads panic | Andy Russell | -4/+2 |
| 2018-10-12 | exit with status code 101 on fatal LLVM error | Andy Russell | -0/+4 |
| 2018-10-11 | Auto merge of #54592 - GabrielMajeri:no-plt, r=nagisa | bors | -0/+19 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -0/+19 |
| 2018-10-11 | Auto merge of #54911 - ljedrz:cleanup_codegen_llvm_top, r=michaelwoerister | bors | -216/+189 |