| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -3/+3 |
| 2019-06-03 | Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkor | bors | -0/+20 |
| 2019-06-01 | review comment: tweak wording | Esteban Küber | -3/+3 |
| 2019-05-31 | Tweak wording | Esteban Küber | -1/+1 |
| 2019-05-31 | Alternative wording for inference failure | Esteban Küber | -3/+3 |
| 2019-05-31 | Add more detail to type inference error | Esteban Küber | -2/+2 |
| 2019-05-30 | Recover gracefully from argument with missing type or param name | Esteban Küber | -0/+20 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -22/+22 |
| 2019-05-17 | Account for &String + String | Esteban Küber | -2/+2 |
| 2019-05-16 | review comments | Esteban Küber | -10/+10 |
| 2019-05-16 | Fix binop span | Esteban Küber | -12/+9 |
| 2019-05-16 | Handle more string addition cases with appropriate suggestions | Esteban Küber | -2/+161 |
| 2019-04-23 | Update ui tests | varkor | -9/+9 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -4/+0 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -1725/+533 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -13/+10 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -4/+4 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -4/+8 |
| 2019-04-05 | Fix expectations on some ui tests involving FnOnce. | Masaki Hara | -4/+4 |
| 2019-03-29 | Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwco | Mazdak Farrokhzad | -4/+1 |
| 2019-03-29 | Rollup merge of #59467 - hgallagher1993:local_branch, r=estebank | Mazdak Farrokhzad | -6/+15 |
| 2019-03-28 | Add check for when left and right overlap and change span for explanation to ... | hgallagher1993 | -4/+3 |
| 2019-03-27 | Do not suggest borrowing when the span comes from a macro | Esteban Küber | -4/+1 |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -6/+16 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -1/+0 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -37/+37 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -113/+113 |