| Age | Commit message (Expand) | Author | Lines |
| 2020-02-21 | fix extra subslice lowering | Mazdak Farrokhzad | -6/+11 |
| 2020-01-26 | update | comet | -1/+1 |
| 2020-01-21 | Rollup merge of #68416 - Centril:lowering-cleanup-hofs, r=pietroalbini | Mazdak Farrokhzad | -12/+3 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -10/+19 |
| 2020-01-21 | lowering: cleanup some hofs | Mazdak Farrokhzad | -12/+3 |
| 2020-01-21 | Add comment explaining `MaybeConstMaybe` lowering | Dylan MacKenzie | -0/+5 |
| 2020-01-20 | Parse `?const ?Trait` | Dylan MacKenzie | -2/+7 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -5/+3 |
| 2020-01-19 | Add `constness` field to `hir::ItemKind::Impl` | Dylan MacKenzie | -1/+2 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -3/+3 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -5/+0 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -7/+7 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -10/+11 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -3/+3 |
| 2020-01-14 | Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petroc... | Yuki Okushi | -6/+8 |
| 2020-01-12 | Forbid elided lifetimes within const generic parameter types. | Ben Lewis | -6/+8 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+1 |
| 2020-01-11 | Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkov | Mazdak Farrokhzad | -1/+6 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -2/+1 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -6/+7 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -6/+7 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -718/+724 |
| 2020-01-09 | Error when new syntax is lowered | Dylan MacKenzie | -0/+10 |
| 2020-01-09 | Tweak timers | John Kåre Alsaker | -1/+1 |
| 2020-01-10 | Fix ICE #68058 | Yuki Okushi | -1/+6 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -2/+2 |
| 2020-01-09 | rename a method in Resolver trait | Mazdak Farrokhzad | -4/+2 |
| 2020-01-09 | lowering: remove dep on CrateStore | Mazdak Farrokhzad | -15/+6 |
| 2020-01-09 | lowering: rustc::session -> rustc_session | Mazdak Farrokhzad | -2/+0 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -1/+3 |
| 2020-01-09 | refactor 'Output = $ty' & reduce rustc dep | Mazdak Farrokhzad | -14/+13 |
| 2020-01-09 | extract path lowering -> path.rs | Mazdak Farrokhzad | -403/+426 |
| 2020-01-09 | move lower_binding_mode -> pat.rs | Mazdak Farrokhzad | -9/+9 |
| 2020-01-09 | extract pattern lowering -> pat.rs | Mazdak Farrokhzad | -246/+256 |
| 2020-01-09 | lowering: elide some lifetimes | Mazdak Farrokhzad | -3/+3 |
| 2020-01-09 | lowering: simplify HoFs | Mazdak Farrokhzad | -41/+26 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -2/+5 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -11/+18 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -22/+23 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -14/+18 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -2/+4 |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -22/+4 |
| 2019-12-31 | nix `lower_label` identity function. | Mazdak Farrokhzad | -21/+7 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -65/+64 |
| 2019-12-31 | librustc_ast_lowering: cargo changes. | Mazdak Farrokhzad | -0/+22 |
| 2019-12-31 | librustc_ast_lowering: move the files. | Mazdak Farrokhzad | -0/+6212 |