| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Corrected spelling inconsistency | Marcel Hellwig | -2/+2 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -2/+23 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -2/+23 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -8/+11 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -3/+12 |
| 2019-01-19 | Accept parenthesized type args for error recovery | Esteban Küber | -1/+5 |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -1/+1 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -153/+86 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -4/+23 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -57/+1 |
| 2019-01-19 | Rollup merge of #57634 - oli-obk:remove_unused_argument, r=davidtwco | Mazdak Farrokhzad | -57/+1 |
| 2019-01-19 | Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoerister | bors | -0/+15 |
| 2019-01-18 | Rollup merge of #57658 - nnethercote:rm-hir-P-Lit, r=michaelwoerister | Mazdak Farrokhzad | -14/+3 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -107/+40 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -56/+56 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -15/+0 |
| 2019-01-16 | Remove `hir::Label`. | Nicholas Nethercote | -12/+1 |
| 2019-01-16 | Use `Lit` rather than `P<Lit>` in `hir::ExprKind`. | Nicholas Nethercote | -2/+2 |
| 2019-01-15 | Remove an unused function argument | Oliver Scherer | -57/+1 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -0/+15 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -1/+2 |
| 2019-01-14 | Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoerister | Mazdak Farrokhzad | -44/+54 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -9/+9 |
| 2019-01-14 | Parallelize and optimize parts of HIR map creation | John Kåre Alsaker | -44/+54 |
| 2019-01-13 | Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister | bors | -9/+107 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -15/+0 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -1/+1 |
| 2019-01-12 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -1/+1 |
| 2019-01-11 | Address comments | John Kåre Alsaker | -20/+14 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -9/+113 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -4/+8 |
| 2019-01-10 | introduce `trait_def_id` method | Niko Matsakis | -0/+15 |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -1/+2 |
| 2019-01-08 | Remove `CrateNum::Invalid`. | Nicholas Nethercote | -4/+0 |
| 2019-01-06 | use `Ident` in `ItemFn` | Andy Russell | -9/+9 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -1/+2 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -0/+9 |
| 2018-12-31 | Address comments | John Kåre Alsaker | -9/+7 |
| 2018-12-31 | Group dep node data into a single structure | John Kåre Alsaker | -44/+85 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -1/+2 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -64/+66 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -8/+0 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -2/+17 |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -1/+1 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -63/+65 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -150/+0 |
| 2018-12-23 | Rollup merge of #57020 - estebank:return-span, r=zackmdavis | Mazdak Farrokhzad | -0/+9 |
| 2018-12-23 | Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2018-12-20 | Point to return span when writing `return;` on non-() fn | Esteban Küber | -0/+9 |
| 2018-12-20 | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton | bors | -6/+3 |