| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -3/+3 |
| 2019-07-29 | use PanicInfo and UnsupportedOpInfo | Saleem Jaffer | -3/+3 |
| 2019-07-24 | fix unused import | Ralf Jung | -1/+1 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -5/+5 |
| 2019-07-24 | do not use InterpError::description outside librustc::mir | Ralf Jung | -2/+2 |
| 2019-07-23 | Rollup merge of #62859 - spastorino:rename-to-as-ref, r=Centril | Mark Rousskov | -4/+4 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -3/+3 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -3/+3 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -3/+3 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -4/+4 |
| 2019-07-20 | Avoid cloning Place in codegen_place | Santiago Pastorino | -5/+8 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -12/+22 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -3/+3 |
| 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 | -3/+3 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -11/+11 |
| 2019-06-02 | remove unneeded deps | Mark Mansi | -1/+0 |
| 2019-06-02 | deduplicate ty::Instance constructors | Mark Mansi | -2/+2 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -5/+5 |
| 2019-05-14 | removes `AbiMethods` | Saleem Jaffer | -7/+7 |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+7 |
| 2019-04-03 | Never return uninhabited values at all | Josh Stone | -0/+7 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -1/+1 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -3/+3 |
| 2019-03-31 | Fix LLVM IR generated for C-variadic arguments | Dan Robertson | -13/+2 |
| 2019-03-29 | Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch | bjorn3 | -1/+0 |
| 2019-03-29 | Add a method for emiting a switch. | bjorn3 | -10/+7 |
| 2019-03-29 | Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from... | bjorn3 | -33/+20 |
| 2019-03-29 | `eval_mir_constant` doesn't need a builder param | bjorn3 | -1/+1 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -7/+11 |
| 2019-03-21 | review fixes | Saleem Jaffer | -4/+4 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -4/+8 |
| 2019-03-07 | Fix segfaults in release build C-variadic fns | Dan Robertson | -2/+7 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -5/+9 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -3/+3 |
| 2019-02-27 | Refactor FunctionCx::codgen_terminator | Dan Robertson | -671/+771 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -4/+46 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-09 | librustc_codegen_ssa => 2018 | Taiki Endo | -5/+5 |
| 2018-12-27 | use a better way to get at the type parameter | Ralf Jung | -6/+1 |
| 2018-12-27 | panic when calling MaybeUninhabited::into_inner on uninhabited type | Ralf Jung | -46/+55 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-11-29 | Use implicit deref instead of BuilderMethods::cx() | bjorn3 | -52/+52 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -5/+2 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -13/+13 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -3/+3 |