| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |