| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2018-12-19 | Remove `eliminate_crate_var` and special pretty-printing for `$crate` | Vadim Petrochenkov | -6/+3 |
| 2018-12-18 | Mark tuple structs as live if their constructors are used | Oliver Scherer | -1/+1 |
| 2018-12-17 | Add a comment | John Kåre Alsaker | -0/+3 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -0/+4 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -6/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -157/+159 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -8/+8 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -8/+8 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -8/+8 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -16/+0 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -29/+32 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -16/+0 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -29/+32 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-22 | explain how this works | Niko Matsakis | -1/+23 |
| 2018-11-22 | only reset non-restricted visibilities | Niko Matsakis | -6/+27 |
| 2018-11-21 | pass vis by shared reference | Niko Matsakis | -6/+6 |
| 2018-11-21 | preserve the original visibility for the "list stem" node | Niko Matsakis | -4/+0 |
| 2018-11-21 | renumber segment ids for visibilities whenever we clone them | Niko Matsakis | -7/+17 |