| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -16/+4 |
| 2018-12-02 | Address review comments | Vadim Petrochenkov | -4/+15 |
| 2018-12-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -8/+16 |
| 2018-12-02 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -21/+43 |
| 2018-12-01 | resolve: Support aliasing local crate root in extern prelude | Vadim Petrochenkov | -4/+24 |
| 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: Extern prelude is for type namespace only | Vadim Petrochenkov | -1/+3 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -16/+31 |
| 2018-11-27 | resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi... | Vadim Petrochenkov | -10/+47 |