| Age | Commit message (Expand) | Author | Lines |
| 2018-11-29 | rustc_codegen_llvm: don't overalign loads of pair operands. | Eduard-Mihai Burtescu | -3/+7 |
| 2018-11-29 | Fix alignment of stores to scalar pair | Nikita Popov | -5/+15 |
| 2018-11-19 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -17/+32 |
| 2018-11-15 | xLTO: Don't pass --plugin-opt=thin to LLD. That's not supported anymore. | Michael Woerister | -11/+0 |
| 2018-10-29 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -2/+5 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 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-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 |
| 2018-10-10 | Auto merge of #54747 - levex:inline-asm-bad-operands, r=nagisa | bors | -7/+32 |
| 2018-10-10 | miri engine: basic support for pointer provenance tracking | Ralf Jung | -2/+2 |
| 2018-10-09 | codegen_llvm/misc: convert string literals with to_owned | ljedrz | -6/+6 |
| 2018-10-09 | codegen_llvm/misc: improve common patterns | ljedrz | -38/+32 |
| 2018-10-09 | codegen_llvm/misc: remove explicit returns | ljedrz | -5/+5 |
| 2018-10-09 | codegen_llvm/misc: whitespace & formatting improvements | ljedrz | -45/+46 |
| 2018-10-08 | codegen_llvm: remove explicit returns | ljedrz | -3/+4 |
| 2018-10-08 | codegen_llvm: fix spelling & grammatical errors | ljedrz | -4/+4 |
| 2018-10-08 | codegen_llvm: improve common patterns | ljedrz | -115/+86 |
| 2018-10-08 | codegen_llvm: improve allocations | ljedrz | -14/+26 |
| 2018-10-08 | codegen_llvm: whitespace & formatting improvements | ljedrz | -80/+69 |
| 2018-10-06 | codegen_llvm: verify that inline assembly operands are scalars | Levente Kurusa | -7/+32 |
| 2018-10-06 | Auto merge of #54766 - alexcrichton:wasm-all-symbols, r=michaelwoerister | bors | -1/+6 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -1/+7 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+7 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -0/+1 |
| 2018-10-02 | wasm: Explicitly export all symbols with LLD | Alex Crichton | -1/+6 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -11/+7 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -6/+54 |
| 2018-10-01 | Auto merge of #54675 - alexcrichton:defaultlibs, r=varkor | bors | -6/+10 |
| 2018-09-30 | adapt to change in Session API | Jorge Aparicio | -1/+1 |