| Age | Commit message (Expand) | Author | Lines |
| 2019-08-21 | review comment: remove unecessary error in test | Esteban Küber | -12/+4 |
| 2019-08-21 | Do not ICE when synthesizing spans falling inside unicode chars | Esteban Küber | -0/+22 |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -2/+2 |
| 2019-08-10 | Rollup merge of #63399 - estebank:vec-in-pat, r=Centril | Mazdak Farrokhzad | -0/+31 |
| 2019-08-09 | review comments: use structured suggestion | Esteban Küber | -6/+16 |
| 2019-08-09 | More explicit diagnostic when using a `vec![]` in a pattern | Esteban Küber | -0/+21 |
| 2019-08-09 | review comments: typo and rewording | Esteban Küber | -3/+3 |
| 2019-08-09 | Extend suggestion support for traits and foreign items | Esteban Küber | -16/+137 |
| 2019-08-09 | Differentiate between tuple structs and tuple variants | Esteban Küber | -8/+39 |
| 2019-08-09 | Recover parser from `foo(_, _)` | Esteban Küber | -0/+57 |
| 2019-08-09 | When suggesting fn call use an appropriate number of placeholder arguments | Esteban Küber | -0/+113 |
| 2019-07-27 | Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank | Mazdak Farrokhzad | -0/+119 |
| 2019-07-26 | lowering: Omit bare trait lint on macro call sites | David Wood | -9/+2 |
| 2019-07-25 | Add note suggesting to borrow a String argument to find | Esteban Küber | -0/+18 |
| 2019-07-24 | Rollup merge of #62772 - estebank:trait-bound, r=matthewjasper | Mazdak Farrokhzad | -0/+40 |
| 2019-07-23 | Rollup merge of #62817 - estebank:variant-sp, r=matthewjasper | Mark Rousskov | -3/+1 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -4/+10 |
| 2019-07-20 | tests: Add minimal reproduction of #61963. | David Wood | -0/+126 |
| 2019-07-19 | Tweak span for variant not found error | Esteban Küber | -3/+1 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -4/+10 |
| 2019-07-18 | Suggest trait bound on type parameter when it is unconstrained | Esteban Küber | -0/+40 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -3/+3 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -17/+8 |
| 2019-07-13 | Suggest assoc type on type not found in trait method definition | Esteban Küber | -0/+16 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -4/+4 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -15/+22 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 |
| 2019-06-30 | Feature gate `rustc` attributes harder | Vadim Petrochenkov | -2/+14 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -15/+10 |
| 2019-06-04 | Remove asterisk suggestion for move errors in borrowck | Kenny Goodin | -22/+22 |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -831/+365 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -10/+10 |
| 2019-05-29 | Rollup merge of #61217 - estebank:issue-52820, r=Centril | Oliver Scherer | -0/+39 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -10/+10 |
| 2019-05-27 | Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk | bors | -0/+99 |
| 2019-05-26 | Account for short-hand init structs when suggesting conversion | Esteban Küber | -0/+39 |
| 2019-05-25 | Add support for suggesting as_ref to Result accesses | Esteban Küber | -1/+46 |
| 2019-05-24 | When encountering move error on an `Option`, suggest using `as_ref` | Esteban Küber | -0/+54 |
| 2019-05-24 | Suggest borrowing for loop head on move error | Esteban Küber | -5/+4 |
| 2019-05-23 | Add regression test for negative case | Esteban Küber | -4/+47 |
| 2019-05-22 | Suggest dereferencing on assignment to mutable borrow | Esteban Küber | -0/+21 |
| 2019-05-18 | Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrum | bors | -0/+14 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -208/+200 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+11 |
| 2019-05-03 | Rollup merge of #60393 - estebank:pat-sugg, r=oli-obk | Mazdak Farrokhzad | -0/+93 |
| 2019-04-30 | review comments: change wording | Esteban Küber | -5/+4 |
| 2019-04-29 | Add if let test | Esteban Küber | -1/+14 |
| 2019-04-29 | review comments | Esteban Küber | -1/+1 |
| 2019-04-29 | add tests | Esteban Küber | -0/+81 |
| 2019-04-29 | Suggest try_into when possible | Esteban Küber | -63/+45 |