| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Prevent const parameters having type parameters as types | varkor | -2/+42 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -2/+13 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -4/+22 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -6/+4 |
| 2019-04-18 | Suggest appropriate path when calling associated item on bare types | Esteban Küber | -19/+40 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -2/+2 |
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -2/+2 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -2/+2 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -5/+12 |
| 2019-04-14 | Rollup merge of #59784 - davidtwco:issue-59764, r=estebank | Mazdak Farrokhzad | -69/+29 |
| 2019-04-12 | Switch to multipart suggestions. | David Wood | -6/+5 |
| 2019-04-12 | Handle edge cases. | David Wood | -63/+14 |
| 2019-04-12 | Suggest macro import from crate root. | David Wood | -0/+10 |
| 2019-04-10 | clarify what the item is in "not a module" error | Andy Russell | -1/+8 |
| 2019-04-04 | tweak unresolved label suggestion | Andy Russell | -2/+13 |
| 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 | -18/+41 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -25/+37 |
| 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 |