| Age | Commit message (Expand) | Author | Lines |
| 2018-11-10 | codegen_llvm_back: simplify a conversion to char | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove a redundant continue | ljedrz | -1/+0 |
| 2018-11-10 | codegen_llvm_back: possible minor speedup in logic | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove 'static from consts | ljedrz | -3/+3 |
| 2018-11-10 | codegen_llvm_back: use to_owned instead of to_string with string literals | ljedrz | -4/+4 |
| 2018-11-10 | codegen_llvm_back: improve common patterns | ljedrz | -46/+23 |
| 2018-11-10 | codegen_llvm_back: remove explicit returns | ljedrz | -12/+15 |
| 2018-11-10 | codegen_llvm_back: use Cow<'static, str> where applicable | ljedrz | -22/+21 |
| 2018-11-10 | codegen_llvm_back: whitespace & formatting fixes | ljedrz | -50/+43 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -1/+2 |
| 2018-11-08 | Rollup merge of #55633 - nikic:memcpy-align, r=nagisa | Mark Rousskov | -47/+60 |
| 2018-11-08 | Support for the program data address space option | Tim Neumann | -3/+13 |
| 2018-11-08 | Disable wasm32 features on emscripten | Nikita Popov | -1/+2 |
| 2018-11-08 | Allow unsized types in mem::drop and mem::forget | Stjepan Glavina | -1/+1 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -1/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-07 | Rollup merge of #55609 - nikic:fix-51947, r=nagisa | kennytm | -2/+13 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-06 | Run name-anon-globals after LTO passes as well | Nikita Popov | -2/+13 |
| 2018-11-05 | Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix | bors | -13/+10 |
| 2018-11-05 | Fix emission of niche-filling discriminant values | Tom Tromey | -4/+4 |
| 2018-11-05 | Remove support for building against LLVM 4 | Nikita Popov | -59/+26 |
| 2018-11-05 | Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe | bors | -32/+6 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-11-04 | Support memcpy/memmove with differing src/dst alignment | Nikita Popov | -47/+60 |
| 2018-11-04 | Auto merge of #55349 - bjorn3:rustc_mir_collect_and_partition_mono_items, r=o... | bors | -1873/+20 |
| 2018-11-03 | Implement rotate using funnel shift on LLVM >= 7 | Nikita Popov | -5/+45 |
| 2018-11-03 | Move collect_and_partition_mono_items to rustc_mir | bjorn3 | -153/+6 |
| 2018-11-03 | Move cg_llvm::back::linker to cg_utils | bjorn3 | -1720/+14 |
| 2018-11-03 | Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakis | bors | -3/+4 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -1/+1 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -2/+2 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -0/+1 |
| 2018-11-03 | Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebank | bors | -10/+104 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -19/+79 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -8/+5 |
| 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 |