| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak Farrokhzad | -19/+42 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -26/+38 |
| 2019-03-30 | Handle glob import in redundancy check | Fabian Drinck | -1/+4 |
| 2019-03-30 | Replace REDUNDANT_IMPORT with UNUSED_IMPORTS | Fabian Drinck | -2/+2 |
| 2019-03-30 | Distinguish between imported and defined items | Fabian Drinck | -1/+2 |
| 2019-03-30 | Improve warning | Fabian Drinck | -10/+5 |
| 2019-03-30 | Edit comments | Fabian Drinck | -1/+3 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-30 | Add lint for redundant imports | Fabian Drinck | -1/+92 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -1/+9 |
| 2019-03-29 | Fix error in Rust 2018 + no_core environment | Taiki Endo | -1/+6 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -1/+9 |
| 2019-03-26 | Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwco | Mazdak Farrokhzad | -54/+41 |
| 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 | Deduplicate code for path suggestion | Esteban Küber | -62/+41 |
| 2019-03-24 | Provide suggestion when using field access instead of path | Esteban Küber | -0/+8 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -29/+23 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -7/+7 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -6/+6 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -2/+1 |
| 2019-03-24 | Revert changes to creation of fictive constructors for struct variants | Vadim Petrochenkov | -45/+13 |
| 2019-03-24 | Slightly more uniform treatment of struct and variant constructors | Vadim Petrochenkov | -2/+2 |
| 2019-03-24 | Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkov | kennytm | -9/+16 |
| 2019-03-24 | Rollup merge of #59296 - petrochenkov:stdup, r=estebank | kennytm | -4/+6 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -33/+60 |
| 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 | Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkor | Mazdak Farrokhzad | -7/+14 |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -17/+27 |
| 2019-03-21 | use suggestions for "enum instead of variant" error | Andy Russell | -7/+14 |
| 2019-03-19 | Do not encode gensymed imports in metadata | Vadim Petrochenkov | -4/+6 |
| 2019-03-18 | filter suggestions from extern prelude | Andy Russell | -6/+20 |
| 2019-03-17 | Auto merge of #59047 - petrochenkov:modnodefid, r=Centril | bors | -11/+7 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -2/+2 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -12/+11 |
| 2019-03-16 | resolve: Account for new importable entities | Vadim Petrochenkov | -11/+7 |
| 2019-03-12 | resolve: Simplify import resolution for mixed 2015/2018 edition mode | Vadim Petrochenkov | -54/+4 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -104/+214 |
| 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-23 | Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |