| Age | Commit message (Expand) | Author | Lines |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -9/+15 |
| 2018-12-30 | Add `-Z instrument-mcount` | Jun Wu | -0/+13 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -7/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -418/+0 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -26/+6 |
| 2018-12-24 | Rollup merge of #57085 - glaubitz:sparc64-abi-fix, r=nagisa | Mazdak Farrokhzad | -2/+6 |
| 2018-12-23 | librustc_codegen_llvm: Don't eliminate empty structs in C ABI on linux-sparc64 | Michael Karcher | -2/+6 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -6/+4 |
| 2018-12-19 | FIXME(52456) remove fixme and combine all extern items in one block | Niv Kaminer | -26/+6 |
| 2018-12-19 | Auto merge of #56397 - petrhosek:file-search, r=cramertj | bors | -5/+19 |
| 2018-12-18 | Search other library paths when loking for link objects | Petr Hosek | -5/+19 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -15/+4 |
| 2018-12-16 | Rollup merge of #56826 - alexcrichton:atomic-u128, r=gnzlbg | Mazdak Farrokhzad | -0/+2 |
| 2018-12-14 | rustc: Add the `cmpxchg16b` target feature on x86/x86_64 | Alex Crichton | -0/+2 |
| 2018-12-14 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -1/+2 |
| 2018-12-14 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | kennytm | -0/+21 |
| 2018-12-14 | Rollup merge of #56749 - alexcrichton:adx, r=gnzlbg | kennytm | -0/+1 |
| 2018-12-14 | Rollup merge of #56609 - michaelwoerister:unconditional-target-cpu-attr, r=al... | kennytm | -7/+3 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -0/+21 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -6/+6 |
| 2018-12-13 | Auto merge of #56090 - nnethercote:filesearch, r=eddyb | bors | -13/+8 |
| 2018-12-12 | x86: Add the `adx` target feature to whitelist | Alex Crichton | -0/+1 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -37/+43 |
| 2018-12-12 | Replace `FileSearch::for_each_lib_search_path` with `search_paths`. | Nicholas Nethercote | -8/+4 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -6/+6 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -2/+1 |
| 2018-12-11 | Remove env_alloca hack | Nikita Popov | -5/+0 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -10/+4 |
| 2018-12-08 | Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddyb | Mazdak Farrokhzad | -10/+26 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -29/+29 |
| 2018-12-07 | codegen: Fix va_list - aaarch64 iOS/Windows | Dan Robertson | -10/+26 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -4/+4 |
| 2018-12-07 | Unconditionally emit the target-cpu LLVM attribute. | Michael Woerister | -7/+3 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -4/+4 |
| 2018-12-04 | Serialize modules into ThinBuffer after initial optimization | Nikita Popov | -33/+40 |
| 2018-12-04 | Remove unnecessary parts of run_fat_lto signature | Nikita Popov | -15/+7 |
| 2018-12-04 | Separate out methods for running thin and fat LTO | Nikita Popov | -39/+60 |
| 2018-12-04 | Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisa | bors | -18/+19 |
| 2018-12-04 | s/alloc_type/alloc_kind/ | Oliver Scherer | -2/+2 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -4/+4 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -8/+65 |
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -18/+19 |
| 2018-12-03 | Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe | bors | -4/+9 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -246/+349 |
| 2018-12-02 | Run name-anon-globals after all other passes | Nikita Popov | -4/+5 |
| 2018-12-01 | Rollup merge of #56341 - frewsxcv:frewsxcv-util-cstr, r=Mark-Simulacrum | kennytm | -23/+11 |
| 2018-11-30 | Enable -mergefunc-use-aliases | Nikita Popov | -0/+4 |
| 2018-11-29 | Add template parameter debuginfo to generic types | Tom Tromey | -8/+65 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -13/+215 |
| 2018-11-29 | Move get_static from CodegenCx to Builder | bjorn3 | -29/+36 |