| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg | Mazdak Farrokhzad | -9/+7 |
| 2019-01-13 | Rollup merge of #57557 - petrochenkov:ecused, r=varkor | Mazdak Farrokhzad | -0/+3 |
| 2019-01-13 | hygiene: Do not treat `Self` ctor as a local variable | Vadim Petrochenkov | -9/+7 |
| 2019-01-13 | resolve: Mark extern crate items as used in more cases | Vadim Petrochenkov | -0/+3 |
| 2019-01-12 | Fix a hole in generic parameter import future-proofing | Vadim Petrochenkov | -5/+26 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -19/+10 |
| 2019-01-12 | resolve: Prohibit use of imported tool modules | Vadim Petrochenkov | -0/+7 |
| 2019-01-12 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -1/+18 |
| 2019-01-12 | resolve: Prohibit use of uniform paths in macros originating from 2015 edition | Vadim Petrochenkov | -4/+9 |
| 2019-01-12 | resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` items | Vadim Petrochenkov | -3/+7 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-01 | Auto merge of #57199 - petrochenkov:ambig, r=estebank | bors | -52/+50 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -2/+5 |
| 2018-12-30 | Address review comments: Remove new `PathResult` variant | Esteban Küber | -15/+6 |
| 2018-12-30 | Auto merge of #57185 - petrochenkov:impice4, r=estebank | bors | -0/+4 |
| 2018-12-29 | Do not complain about missing crate named as a keyword | Esteban Küber | -5/+17 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -1/+1 |
| 2018-12-29 | resolve: Simplify treatment of ambiguity errors | Vadim Petrochenkov | -52/+50 |
| 2018-12-29 | Auto merge of #57181 - petrochenkov:impice3, r=estebank | bors | -5/+5 |
| 2018-12-29 | Auto merge of #57160 - petrochenkov:impice2, r=estebank | bors | -6/+12 |
| 2018-12-29 | resolve: Never override real bindings with `Def::Err`s from error recovery | Vadim Petrochenkov | -0/+4 |
| 2018-12-29 | resolve: Fix another ICE in import validation | Vadim Petrochenkov | -5/+5 |
| 2018-12-28 | Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay | bors | -13/+23 |
| 2018-12-28 | resolve: Fix an ICE in import validation | Vadim Petrochenkov | -6/+12 |
| 2018-12-28 | Resolve `$crate`s for pretty-printing at more appropriate time | Vadim Petrochenkov | -13/+23 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -1/+1 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -12/+26 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -71/+0 |
| 2018-12-24 | Rollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obk | Mazdak Farrokhzad | -0/+2 |
| 2018-12-23 | Fix recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-12-22 | adjust enum type instead of variant suggestions for prelude enums | Zack M. Davis | -1/+11 |
| 2018-12-22 | enum type instead of variant suggestion unification | Zack M. Davis | -18/+28 |
| 2018-12-19 | Reintroduce special pretty-printing for `$crate` when it's necessary for proc... | Vadim Petrochenkov | -0/+11 |
| 2018-12-19 | Remove `eliminate_crate_var` and special pretty-printing for `$crate` | Vadim Petrochenkov | -60/+1 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -40/+40 |
| 2018-12-14 | Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank | bors | -3/+16 |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -3/+16 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -4/+2 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -40/+40 |
| 2018-12-08 | Rollup merge of #56620 - petrochenkov:noclutter, r=estebank | Mazdak Farrokhzad | -19/+23 |
| 2018-12-08 | resolve: Reduce some clutter in import ambiguity errors | Vadim Petrochenkov | -19/+23 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -16/+16 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -101/+3 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -27/+68 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -41/+41 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -41/+41 |