| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-27 | resolve: Generalize `early_resolve_ident_in_lexical_scope` slightly | Vadim Petrochenkov | -82/+78 |
| 2018-11-27 | resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition | Vadim Petrochenkov | -35/+98 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -46/+50 |
| 2018-11-25 | resolve: Fix some more asserts in import validation | Vadim Petrochenkov | -1/+2 |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -5/+5 |
| 2018-11-25 | resolve: Prohibit relative paths in visibilities on 2018 edition | Vadim Petrochenkov | -1/+12 |
| 2018-11-22 | resolve: Fix some asserts in import validation | Vadim Petrochenkov | -2/+4 |
| 2018-11-21 | Auto merge of #56117 - petrochenkov:iempty, r=eddyb | bors | -1/+4 |
| 2018-11-21 | Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk | bors | -10/+10 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -10/+10 |
| 2018-11-21 | resolve: Make "empty import canaries" invisible from other crates | Vadim Petrochenkov | -1/+4 |
| 2018-11-21 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -15/+5 |
| 2018-11-18 | Fix rebase | Vadim Petrochenkov | -15/+17 |
| 2018-11-18 | Add a couple more tests + address review comments | Vadim Petrochenkov | -1/+7 |
| 2018-11-18 | resolve: Refactor away `DeterminacyExt` | Vadim Petrochenkov | -40/+27 |
| 2018-11-18 | resolve: Future-proof against imports referring to local variables and generi... | Vadim Petrochenkov | -1/+35 |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -13/+13 |
| 2018-11-18 | resolve: Support resolving macros without leaving traces | Vadim Petrochenkov | -8/+14 |
| 2018-11-18 | resolve: Avoid marking `extern crate` items as used in certain cases | Vadim Petrochenkov | -7/+20 |
| 2018-11-18 | resolve: Reintroduce feature gate for uniform paths in imports | Vadim Petrochenkov | -26/+56 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -5/+16 |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -5/+5 |
| 2018-11-18 | resolve: Recover "did you mean" suggestions in imports | Vadim Petrochenkov | -38/+30 |