| Age | Commit message (Expand) | Author | Lines |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -9/+5 |
| 2019-01-19 | Rollup merge of #57699 - euclio:applicability-ify, r=petrochenkov | Mazdak Farrokhzad | -2/+7 |
| 2019-01-18 | Rollup merge of #57725 - estebank:parens, r=michaelwoerister | Mazdak Farrokhzad | -5/+37 |
| 2019-01-18 | Rollup merge of #57635 - euclio:path-separators, r=michaelwoerister | Mazdak Farrokhzad | -5/+19 |
| 2019-01-17 | Use structured suggestion to surround struct literal with parenthesis | Esteban Küber | -5/+37 |
| 2019-01-17 | properly deprecate suggestion methods | Andy Russell | -2/+7 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -16/+7 |
| 2019-01-15 | use structured macro and path resolve suggestions | Andy Russell | -5/+19 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -5/+4 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -18/+68 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -5/+4 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -16/+7 |
| 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/+21 |
| 2019-01-12 | resolve: Prohibit use of imported tool modules | Vadim Petrochenkov | -0/+7 |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -18/+68 |
| 2019-01-01 | Auto merge of #57199 - petrochenkov:ambig, r=estebank | bors | -36/+27 |
| 2018-12-30 | Address review comments: Remove new `PathResult` variant | Esteban Küber | -6/+3 |
| 2018-12-29 | Do not complain about missing crate named as a keyword | Esteban Küber | -2/+8 |
| 2018-12-29 | resolve: Simplify treatment of ambiguity errors | Vadim Petrochenkov | -36/+27 |
| 2018-12-29 | resolve: Fix another ICE in import validation | Vadim Petrochenkov | -4/+4 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -3/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+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 | Remove `eliminate_crate_var` and special pretty-printing for `$crate` | Vadim Petrochenkov | -4/+0 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -9/+9 |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -3/+16 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -9/+9 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -12/+12 |
| 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 | -2/+0 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -1/+6 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -23/+23 |
| 2018-12-02 | Address review comments | Vadim Petrochenkov | -1/+4 |
| 2018-12-02 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -0/+2 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -16/+4 |
| 2018-11-28 | resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate` | Vadim Petrochenkov | -1/+1 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -6/+16 |
| 2018-11-27 | resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi... | Vadim Petrochenkov | -3/+19 |
| 2018-11-27 | resolve: Generalize `early_resolve_ident_in_lexical_scope` slightly | Vadim Petrochenkov | -26/+25 |
| 2018-11-27 | resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition | Vadim Petrochenkov | -4/+22 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -34/+33 |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -5/+5 |