| Age | Commit message (Expand) | Author | Lines |
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -4/+2 |
| 2018-04-20 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -4/+4 |
| 2018-04-17 | Stop referring to statics' AllocIds directly | Oliver Schneider | -1/+1 |
| 2018-03-15 | Properly handle collecting default impls of methods with lifetime parameters. | Michael Woerister | -2/+6 |
| 2018-03-15 | MonoItem collector: Cleanup start fn root collection. | Michael Woerister | -9/+11 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -1/+1 |
| 2018-03-13 | `trans_apply_param_substs` => `subst_and_normalize_erasing_regions` | Niko Matsakis | -13/+40 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -2/+5 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -11/+10 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -2/+1 |
| 2018-03-08 | Report errors in statics during collecting instead of translating | Oliver Schneider | -59/+98 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -2/+2 |
| 2018-03-08 | Don't borrow the interpret_interner for anything but a direct function call | Oliver Schneider | -3/+2 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -8/+43 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -1/+1 |
| 2018-03-07 | Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ... | Alex Crichton | -50/+7 |
| 2018-03-07 | Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obk | Alex Crichton | -1/+1 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -43/+3 |
| 2018-03-06 | Add flag for rustc_std_internal_symbol attribute | Wesley Wiser | -5/+3 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -2/+1 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -5/+5 |
| 2018-03-04 | Fixed #48425 | Pramod Bisht | -1/+1 |
| 2018-02-25 | Ensure main() always has external linkage | varkor | -1/+4 |
| 2018-02-24 | Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb | Manish Goregaokar | -2/+2 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -2/+2 |
| 2018-02-19 | Use DefId instead of NodeId in MonoItem::Static. | Michael Woerister | -19/+25 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 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 |