| Age | Commit message (Expand) | Author | Lines |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -0/+2 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -1/+0 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -1/+1 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -2/+3 |
| 2019-07-09 | Fix float add/mul reduction codegen | Nikita Popov | -0/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -0/+1 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -2/+2 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -2/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-03 | Auto merge of #59148 - lcnr:unchecked_maths, r=eddyb | bors | -0/+6 |
| 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 |