| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -3/+3 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -2/+9 |
| 2019-10-13 | Remove is_const_integral method from ConstMethods | bjorn3 | -1/+1 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -1/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -2/+3 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -1/+3 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 |
| 2019-09-14 | Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe | Mazdak Farrokhzad | -1/+1 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -1/+1 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -1/+1 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -4/+9 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -4/+4 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -1/+0 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -4/+10 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -3/+3 |
| 2019-07-20 | Remove explicit return from last line of fn | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Avoid cloning Place in codegen_place | Santiago Pastorino | -3/+3 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -1/+4 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-11 | is_fp and is_floating_point do the same thing, remove the former | Ralf Jung | -2/+2 |
| 2019-06-02 | remove unneeded deps | Mark Mansi | -1/+0 |
| 2019-06-02 | deduplicate ty::Instance constructors | Mark Mansi | -2/+2 |
| 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 | -6/+5 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -6/+5 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -8/+8 |
| 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 | -2/+1 |
| 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 | Remove type_variadic_func and typ_array from cg_ssa | bjorn3 | -25/+4 |
| 2019-03-29 | Use Builder instead of CodegenCx for OperandRef and LocalRef | bjorn3 | -2/+5 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -2/+4 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -1/+1 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -2/+4 |
| 2019-02-09 | librustc_codegen_ssa => 2018 | Taiki Endo | -5/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-21 | Fix alignment for array indexing | Nikita Popov | -1/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-11-29 | Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke... | bjorn3 | -1/+1 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -80/+2 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-16 | All Builder methods now take &mut self instead of &self | Denis Merigoux | -92/+97 |