| Age | Commit message (Expand) | Author | Lines |
| 2019-06-03 | add support for unchecked math | lcnr/Bastian Kauschke | -0/+6 |
| 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 | -4/+2 |
| 2019-05-29 | Rollup merge of #61297 - eddyb:forsaken-stats, r=nagisa | Mazdak Farrokhzad | -5/+1 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -2/+2 |
| 2019-05-14 | removes `AbiMethods` | Saleem Jaffer | -11/+10 |
| 2019-05-05 | code review fixes | Saleem Jaffer | -2/+1 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -2/+9 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -3/+4 |
| 2019-04-23 | rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-31 | Remove redundant import | Fabian Drinck | -1/+0 |
| 2019-03-29 | Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch | bjorn3 | -2/+2 |
| 2019-03-29 | Add a method for emiting a switch. | bjorn3 | -2/+3 |
| 2019-03-29 | Remove inline_asm_call from cg_ssa | bjorn3 | -14/+0 |
| 2019-03-29 | Remove type_variadic_func and typ_array from cg_ssa | bjorn3 | -9/+8 |
| 2019-03-29 | Remove a lot of methods from *TypeMethods | bjorn3 | -64/+6 |
| 2019-03-29 | Remove scalar_lltypes from cg_ssa | bjorn3 | -3/+0 |
| 2019-03-29 | Move get_param and set_value_name | bjorn3 | -3/+3 |
| 2019-03-29 | Remove a lot of methods from BuilderMethods | bjorn3 | -47/+0 |
| 2019-03-29 | [WIP] Make some debug info methods take &mut FunctionDebugContext | bjorn3 | -2/+2 |
| 2019-03-29 | Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from... | bjorn3 | -9/+9 |
| 2019-03-29 | Remove const_{fat_ptr,array,vector,bytes} from cg_ssa | bjorn3 | -4/+0 |
| 2019-03-29 | Misc | bjorn3 | -1/+1 |
| 2019-03-29 | Don't use c_uint in cg_ssa | bjorn3 | -2/+1 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -6/+0 |
| 2019-03-04 | Make the lifetime parameters of tcx consistent. | Gabriela Alexandra Moldovan | -2/+2 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -0/+6 |
| 2019-02-25 | librustc_codegen_ssa: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -5/+10 |
| 2019-02-20 | Allow Self::Module to be mutated. | Gabriela Alexandra Moldovan | -2/+2 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -3/+6 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -5/+5 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -3/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-09 | librustc_codegen_ssa => 2018 | Taiki Endo | -13/+14 |
| 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 | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -130/+0 |
| 2018-12-11 | Remove env_alloca hack | Nikita Popov | -1/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-04 | Serialize modules into ThinBuffer after initial optimization | Nikita Popov | -1/+5 |
| 2018-12-04 | Remove unnecessary parts of run_fat_lto signature | Nikita Popov | -2/+1 |
| 2018-12-04 | Separate out methods for running thin and fat LTO | Nikita Popov | -6/+12 |
| 2018-11-29 | Move get_static from CodegenCx to Builder | bjorn3 | -3/+7 |
| 2018-11-29 | Require Deref to CodegenCx for HasCodegen | bjorn3 | -1/+3 |
| 2018-11-29 | Remove static_addr_of_mut from cg_ssa | bjorn3 | -1/+0 |
| 2018-11-29 | Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast | bjorn3 | -2/+2 |
| 2018-11-29 | Remove static_bitcast from cg_ssa | bjorn3 | -1/+0 |
| 2018-11-29 | Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke... | bjorn3 | -17/+18 |