| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -5/+5 |
| 2019-05-17 | Rollup merge of #60862 - spastorino:get-ty-from-local_decls, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -9/+9 |
| 2019-05-15 | Get ty from local_decls instead of using Place | Santiago Pastorino | -3/+2 |
| 2019-05-14 | removes `AbiMethods` | Saleem Jaffer | -9/+9 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -23/+49 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -3/+5 |
| 2019-05-01 | Add `ConstValue::Placeholder` | varkor | -0/+1 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-26 | Remove region from borrow place contexts | Matthew Jasper | -6/+6 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -4/+2 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-25 | Preserve visibility scopes in stored generator locals | Tyler Mandry | -9/+17 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -18/+9 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -13/+36 |
| 2019-04-25 | Give GeneratorLayout a list of fields for each variant | Tyler Mandry | -2/+4 |
| 2019-04-23 | rustc: dissuade compiler developers from misusing upvar debuginfo. | Eduard-Mihai Burtescu | -5/+6 |
| 2019-04-23 | rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -8/+8 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -8/+8 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -6/+8 |
| 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 #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -6/+6 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -7/+7 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -6/+6 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -7/+7 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -3/+3 |
| 2019-03-31 | Auto merge of #59577 - dlrobertson:fix_58881, r=nagisa | bors | -13/+2 |
| 2019-03-31 | Fix LLVM IR generated for C-variadic arguments | Dan Robertson | -13/+2 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -18/+21 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -1/+1 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 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 type_variadic_func and typ_array from cg_ssa | bjorn3 | -25/+4 |
| 2019-03-29 | Move get_param and set_value_name | bjorn3 | -7/+7 |
| 2019-03-29 | [WIP] Make some debug info methods take &mut FunctionDebugContext | bjorn3 | -9/+5 |
| 2019-03-29 | Remove internal mutability from source_locations_enabled | bjorn3 | -1/+1 |
| 2019-03-29 | Remove param_substs from FunctionCx | bjorn3 | -9/+3 |
| 2019-03-29 | Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from... | bjorn3 | -33/+20 |
| 2019-03-29 | Misc | bjorn3 | -2/+3 |
| 2019-03-29 | Use Builder instead of CodegenCx for OperandRef and LocalRef | bjorn3 | -24/+27 |
| 2019-03-29 | `eval_mir_constant` doesn't need a builder param | bjorn3 | -6/+5 |
| 2019-03-29 | Don't use c_uint in cg_ssa | bjorn3 | -7/+6 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -18/+21 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -9/+17 |
| 2019-03-21 | review fixes | Saleem Jaffer | -4/+4 |