| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -5/+5 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -3/+16 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -0/+1 |
| 2019-10-05 | Replaces some instances of `as *[const | mut] _` with `.cast()` | memoryruins | -1/+1 |
| 2019-09-28 | Add llvm.sideeffect to potential infinite loops and recursions | Xiang Fan | -0/+1 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -2/+2 |
| 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 | Point to local place span on "type too big" error | Esteban Küber | -1/+9 |
| 2019-07-09 | Strip function pointer alignment for older LLVM versions | Nikita Popov | -6/+17 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+7 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-06 | Add intrinsics for floating-point min and max | varkor | -0/+5 |
| 2019-06-02 | remove reexports of mir::mono::{MonoItem,CodegenUnit} | Mark Mansi | -1/+1 |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -2/+1 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -11/+0 |
| 2019-05-04 | removing param_env from pointee_info_at | Saleem Jaffer | -2/+4 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -1/+7 |
| 2019-05-04 | resolving conflicts | Saleem Jaffer | -1/+0 |
| 2019-05-04 | Remove old pointee_info_at body. | Daan de Graaf | -1/+1 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-29 | Move get_param and set_value_name | bjorn3 | -5/+0 |
| 2019-03-29 | Don't use c_uint in cg_ssa | bjorn3 | -2/+2 |
| 2019-03-27 | Use informational target machine for metadata | Simonas Kazlauskas | -1/+1 |
| 2019-02-25 | librustc_codegen_llvm: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -1/+1 |
| 2019-02-24 | Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa | bors | -8/+18 |
| 2019-02-18 | librustc_codegen_llvm => 2018 | Taiki Endo | -15/+15 |
| 2019-02-14 | Rollup merge of #58308 - gnzlbg:context_insert_intr, r=eddyb | Mazdak Farrokhzad | -12/+17 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-08 | Add simd_saturating_{add,sub} intrinsics | gnzlbg | -8/+18 |
| 2019-02-08 | Extract block to insert an intrinsic into its own function | gnzlbg | -12/+17 |
| 2019-01-29 | Use LLVM intrinsics for saturating add/sub | Nikita Popov | -0/+24 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -2/+3 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -2/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -5/+0 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -1/+0 |
| 2018-12-11 | Remove env_alloca hack | Nikita Popov | -5/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -7/+7 |
| 2018-11-29 | Remove an unnecessary reference | bjorn3 | -1/+1 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -2/+2 |
| 2018-11-29 | Remove static_replace_all_uses and statics_to_rauw from cg_ssa | bjorn3 | -4/+4 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -11/+16 |
| 2018-11-16 | [eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ... | Eduard-Mihai Burtescu | -12/+12 |