| Age | Commit message (Expand) | Author | Lines |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-29 | Fix error in Rust 2018 + no_core environment | Taiki Endo | -1/+6 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -7/+57 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -6/+20 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -14/+7 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -2/+2 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -1/+1 |
| 2019-03-24 | Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkov | kennytm | -9/+16 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -14/+7 |
| 2019-03-23 | Mark duplicate import removal suggestion tool only | Esteban Küber | -1/+1 |
| 2019-03-23 | Hide obvious suggestion from cli output | Esteban Küber | -1/+1 |
| 2019-03-23 | Tweak unnecessary import suggestion | Esteban Küber | -1/+1 |
| 2019-03-23 | Use `if let` instead of `match` | varkor | -13/+10 |
| 2019-03-22 | Only suggest let assignment for type ascription if we find an equals sign | Esteban Küber | -7/+21 |
| 2019-03-22 | Tweak labels | Esteban Küber | -2/+7 |
| 2019-03-22 | Expand suggestions for type ascription parse errors | Esteban Küber | -5/+36 |
| 2019-03-23 | resolve: collect trait aliases along with traits | Sean McArthur | -2/+13 |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -17/+27 |
| 2019-03-18 | filter suggestions from extern prelude | Andy Russell | -6/+20 |
| 2019-03-12 | resolve: Simplify import resolution for mixed 2015/2018 edition mode | Vadim Petrochenkov | -3/+0 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -25/+69 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -1/+1 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -2/+2 |
| 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 |