| Age | Commit message (Expand) | Author | Lines |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -1/+2 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -3/+15 |
| 2018-01-25 | Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister | Alex Crichton | -3/+7 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+1 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -0/+61 |
| 2018-01-19 | Update comments about the partitioning inefficiency | varkor | -2/+0 |
| 2018-01-19 | Refactor CodegenUnit size estimates | varkor | -41/+9 |
| 2018-01-19 | Add CGU size heuristic for partitioning | varkor | -4/+42 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -1/+0 |
| 2018-01-09 | Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichton | bors | -9/+24 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -2/+2 |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -9/+24 |
| 2018-01-08 | Auto merge of #47200 - BurntPizza:query-snatp, r=nikomatsakis | bors | -4/+2 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -2/+2 |
| 2018-01-07 | Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakis | kennytm | -2/+2 |
| 2018-01-04 | Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichton | bors | -2/+4 |
| 2018-01-04 | Generate code for const- and inline-fns if -Clink-dead-code is specified. | Michael Woerister | -2/+4 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+2 |
| 2017-12-27 | Make normalize_and_test_predicates into a query | BurntPizza | -4/+2 |
| 2017-12-26 | rustc: Switch `start_fn` to hidden visibility | Alex Crichton | -4/+22 |
| 2017-12-26 | Adds whitespace | Bastian Köcher | -1/+1 |
| 2017-12-26 | Fixes compilation errors and adds proposed improvements | Bastian Köcher | -8/+4 |
| 2017-12-26 | Fixes compile bug caused by upstream changes | Bastian Köcher | -1/+1 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -24/+71 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+1 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -0/+11 |
| 2017-12-21 | rustc: Sort CGUs before merging | Alex Crichton | -0/+11 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -1/+1 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+1 |
| 2017-12-18 | Fix incorrect rebase in collector::find_vtable_types | Maik Klein | -1/+17 |
| 2017-12-18 | normalize the results of `tcx.type_of` after substituting | Ariel Ben-Yehuda | -2/+1 |
| 2017-12-18 | Rename more functions from trans to monomorphize | Maik Klein | -26/+27 |
| 2017-12-18 | Rename trans to monomorphize in comments | Maik Klein | -37/+37 |
| 2017-12-18 | Move partitioning.rs to rustc_mir | Maik Klein | -0/+682 |
| 2017-12-18 | Remove branch with has_metadata | Maik Klein | -5/+2 |
| 2017-12-18 | Move meta_data into TyS | Maik Klein | -1/+1 |
| 2017-12-18 | Move instance related methods from TyCtxt to Instance | Maik Klein | -1/+1 |
| 2017-12-18 | Fix some comments to refer to `MonoItem` | Maik Klein | -4/+4 |
| 2017-12-18 | Refactor paths to middle::trans to mir::mono | Maik Klein | -5/+4 |
| 2017-12-18 | Rename mono_item.rs to item.rs | Maik Klein | -2/+2 |
| 2017-12-18 | Rename as_trans_item to as_mono_item | Maik Klein | -6/+6 |
| 2017-12-18 | Rename more functions from trans to mono | Maik Klein | -17/+17 |
| 2017-12-18 | Rename TransItemExt to MonoItemExt | Maik Klein | -3/+3 |
| 2017-12-18 | Move common.rs functionality into TyCtxt | Maik Klein | -5/+3 |
| 2017-12-18 | Rename TransItemCollectionMode to MonoItemCollectionMode | Maik Klein | -8/+8 |
| 2017-12-18 | Rename TransItem to MonoItem | Maik Klein | -49/+49 |
| 2017-12-18 | Move trans_item and monomorphize to rustc_mir | Maik Klein | -1/+594 |
| 2017-12-18 | Move collector to monomorphize | Maik Klein | -0/+1083 |