| Age | Commit message (Expand) | Author | Lines |
| 2019-12-19 | Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-12-19 | Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebank | Mazdak Farrokhzad | -26/+26 |
| 2019-12-18 | Suggest associated type when the specified one cannot be found | Ohad Ravid | -1/+1 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-12 | Update tests | LeSeulArtichaut | -13/+13 |
| 2019-12-12 | Update UI test expectations | LeSeulArtichaut | -13/+13 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -10/+40 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-10 | Use the appropriate number of type arguments in suggestion | Esteban Küber | -1/+1 |
| 2019-12-10 | Point at method call when type annotations are needed | Esteban Küber | -7/+9 |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -8/+1 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -6/+11 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -6/+6 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -18/+2 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -2/+2 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -16/+16 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -2/+2 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -2/+4 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -3/+3 |
| 2019-11-06 | Suggest missing item from `trait` in `impl` | Esteban Küber | -4/+4 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -17/+12 |
| 2019-11-05 | Detect if item.span is in a macro, and fall back | Pi Lanningham | -2/+5 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-10-30 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-26 | Use ident instead of def_span in dead-code pass | Pi Lanningham | -22/+14 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+15 |
| 2019-10-02 | syntax: improve parameter without type suggestions | David Wood | -0/+6 |
| 2019-10-01 | Rollup merge of #64933 - sam09:master, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-10-01 | Change to use exprPrecedence instead of exprKind. | Sam Radhakrishnan | -1/+1 |
| 2019-09-30 | update tests | Guillaume Gomez | -0/+1 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -3/+4 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -6/+3 |
| 2019-08-26 | Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebank | Mazdak Farrokhzad | -6/+6 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -2/+16 |
| 2019-08-25 | parser: gracefully handle `fn foo(A | B: type)`. | Mazdak Farrokhzad | -6/+6 |
| 2019-08-10 | resolve: Move late resolution into a separate visitor | Vadim Petrochenkov | -8/+6 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -1/+28 |
| 2019-07-24 | Rollup merge of #62772 - estebank:trait-bound, r=matthewjasper | Mazdak Farrokhzad | -3/+5 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -23/+6 |
| 2019-07-18 | Suggest trait bound on type parameter when it is unconstrained | Esteban Küber | -3/+5 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -5/+5 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -23/+6 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -5/+5 |
| 2019-07-16 | Update the help message on error for self type | Limira | -1/+1 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -11/+8 |
| 2019-07-11 | Replace unsafe_destructor_blind_to_params with may_dangle | Lzu Tao | -5/+5 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -4/+4 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -3/+3 |