| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -4/+4 |
| 2019-02-24 | Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichton | bors | -0/+3 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -160/+158 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+3 |
| 2019-02-23 | Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov | Mazdak Farrokhzad | -7/+7 |
| 2019-02-20 | adjust intravisit HirIdification | ljedrz | -16/+12 |
| 2019-02-20 | hir: remove parent_node from NodeCollector | ljedrz | -24/+17 |
| 2019-02-20 | hir: change HirIdValidator.hir_ids_seen to a set | ljedrz | -10/+15 |
| 2019-02-20 | hir: add and use hir_to_node_id in NodeCollector | ljedrz | -32/+34 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -141/+143 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -0/+5 |
| 2019-02-20 | Rollup merge of #58528 - Zoxc:stmtkind-item, r=oli-obk | kennytm | -6/+7 |
| 2019-02-18 | Fix style nits | Dan Robertson | -0/+5 |
| 2019-02-18 | Remove some unnecessary `into()` calls. | Nicholas Nethercote | -1/+1 |
| 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 |