| Age | Commit message (Expand) | Author | Lines |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-13 | Rollup merge of #58381 - davidtwco:issue-42944, r=estebank | Mazdak Farrokhzad | -4/+12 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -48/+48 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+0 |
| 2019-02-11 | Only suggest imports if not imported. | David Wood | -4/+12 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -48/+48 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | Auto merge of #58065 - alexreg:refactor-smart_resolve_path_fragment, r=petroc... | bors | -378/+5 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -70/+152 |
| 2019-02-07 | WIP | Alexander Regueiro | -1/+1 |
| 2019-02-07 | Minor cosmetic changes. | Alexander Regueiro | -3/+2 |
| 2019-02-07 | Addressed review points. | Alexander Regueiro | -399/+0 |
| 2019-02-07 | Factored out context-dependent help for error reporting. | Alexander Regueiro | -183/+195 |
| 2019-02-07 | Factored out error reporting from `smart_resolve_path_fragment` fn. | Alexander Regueiro | -332/+347 |
| 2019-02-07 | Resolve incorrect diagnostic for using a non-const value in a constant | varkor | -5/+13 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -12/+37 |
| 2019-02-07 | Adjust generic const param resolution | varkor | -110/+65 |
| 2019-02-07 | Add resolution errors for const generics | varkor | -32/+126 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | librustc_resolve => 2018 | Taiki Endo | -50/+43 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -47/+228 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -16/+16 |
| 2019-01-26 | Address review comments and cleanup code | Vadim Petrochenkov | -48/+45 |
| 2019-01-25 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -1/+3 |
| 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 |