| Age | Commit message (Expand) | Author | Lines |
| 2019-02-18 | Make `interpolated_to_tokenstream` a method on `Nonterminal`. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Remove `LazyTokenStream`. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Change `Token::interpolated_to_tokenstream()`. | Nicholas Nethercote | -5/+5 |
| 2019-02-17 | Don't use an allocation for ItemId in StmtKind | John Kåre Alsaker | -6/+7 |
| 2019-02-15 | Drive-by cleanup | varkor | -14/+1 |
| 2019-02-15 | Take Const into account in HIR | varkor | -0/+3 |
| 2019-02-15 | Move const generic error from lowering to collect | varkor | -16/+9 |
| 2019-02-15 | Add pretty-printing for const generics | varkor | -18/+21 |
| 2019-02-15 | Add Const kind to HIR | varkor | -1/+17 |
| 2019-02-14 | Rollup merge of #58258 - nnethercote:shrink-hir-Expr, r=michaelwoerister | Mazdak Farrokhzad | -7/+11 |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -7/+11 |
| 2019-02-13 | Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -8/+27 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -6/+6 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -241/+240 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -6/+6 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+2 |
| 2019-02-11 | Parallel rustc needs synchronizing smart pointer cloning | Oliver Scherer | -2/+2 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -9/+10 |
| 2019-02-11 | Use a more fitting name for a respanning function | Oliver Scherer | -6/+8 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -7/+30 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -2/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -241/+240 |
| 2019-02-10 | Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddyb | bors | -2/+5 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -7/+7 |
| 2019-02-09 | fix node classification | Ralf Jung | -5/+2 |
| 2019-02-09 | fix --emit=mir: StructCtors are functions | Ralf Jung | -1/+4 |
| 2019-02-09 | fix rebase fallout: AnonConsts are Consts, and Methods are functions | Ralf Jung | -1/+4 |
| 2019-02-08 | Correct descriptive item name for impl | varkor | -1/+1 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -7/+7 |
| 2019-02-07 | Add lowering errors for const generics | varkor | -32/+47 |
| 2019-02-07 | Add const params to Def | varkor | -3/+11 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -16/+10 |
| 2019-02-07 | Auto merge of #58254 - kennytm:rollup, r=kennytm | bors | -81/+81 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -81/+81 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -10/+2 |
| 2019-02-05 | typeck: partially HirIdify | ljedrz | -2/+6 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -81/+81 |
| 2019-02-04 | hir: more HirId methods | ljedrz | -0/+60 |
| 2019-02-04 | Auto merge of #58090 - ljedrz:HirIdification_phase_2, r=Zoxc | bors | -0/+109 |
| 2019-02-03 | hir: remove Definitions::hir_to_def_index | ljedrz | -27/+5 |
| 2019-02-03 | hir: add HirId methods | ljedrz | -1/+132 |
| 2019-02-03 | Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkov | bors | -0/+10 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -91/+218 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+10 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -16/+10 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -10/+2 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -2/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -1/+4 |