| Age | Commit message (Expand) | Author | Lines |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -2/+2 |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -2/+2 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -30/+0 |
| 2018-03-19 | Do not suggest `.into()` in `const`s | Esteban Küber | -0/+36 |
| 2018-03-14 | update tests | Guillaume Gomez | -28/+28 |
| 2018-02-28 | fix rebase | Esteban Küber | -2/+2 |
| 2018-02-27 | Diagnostic tweaks (review) | Esteban Küber | -4/+1 |
| 2018-02-27 | Provide missing comma in match arm suggestion | Esteban Küber | -0/+32 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -35/+35 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -595/+595 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+28 |
| 2018-02-01 | Fix test after rebase | Esteban Küber | -33/+1 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -0/+32 |
| 2018-02-01 | Change rustc_on_unimplemented for Iterator and binops | Esteban Küber | -1/+5 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -5/+1 |
| 2018-01-28 | use correct casing for rename suggestions | Andy Russell | -1/+1 |
| 2018-01-28 | Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov | bors | -0/+27 |
| 2018-01-27 | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis | bors | -16/+36 |
| 2018-01-26 | Instead of modifying the item's span synthesize it | Esteban Küber | -2/+3 |
| 2018-01-26 | Don't add "in this macro invocation" label to desugared spans | Esteban Küber | -16/+4 |
| 2018-01-26 | Modify spans of expanded expression | Esteban Küber | -2/+2 |
| 2018-01-25 | Correctly format `extern crate` conflict resolution help | Cldfire | -0/+26 |
| 2018-01-25 | Rollup merge of #47702 - etaoins:fix-into-cast-paren-precedence, r=petrochenkov | Guillaume Gomez | -1/+26 |
| 2018-01-24 | Fix into() cast paren check precedence | Ryan Cumming | -1/+26 |
| 2018-01-23 | For E0277 on `for` loops, point at first line | Esteban Küber | -0/+32 |
| 2018-01-22 | Do not suggest private traits that have missing method | Esteban Küber | -0/+27 |
| 2018-01-21 | Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkov | Guillaume Gomez | -0/+1242 |
| 2018-01-17 | Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelix | Guillaume Gomez | -1/+5 |
| 2018-01-17 | Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelix | Guillaume Gomez | -0/+35 |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -1/+5 |
| 2018-01-15 | Do not suggest to make `mut` binding external to `Fn` closure | Esteban Küber | -0/+35 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -1/+1 |
| 2018-01-14 | Use `s::u::p::expr_precedence` and fix message | Esteban Küber | -10/+10 |
| 2018-01-14 | Only suggest casting numeric types using `into()` | Esteban Küber | -781/+282 |
| 2018-01-14 | Use `into` for casting when possible | Esteban Küber | -48/+50 |
| 2018-01-14 | Suggest casting on numeric type error | Esteban Küber | -0/+1739 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -0/+73 |
| 2018-01-09 | Rollup merge of #47262 - estebank:issue-45562, r=petrochenkov | Corey Farwell | -0/+26 |
| 2018-01-07 | Account for `pub` in `const` -> `static` suggestion | Esteban Küber | -0/+26 |
| 2018-01-07 | Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakis | bors | -0/+40 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -0/+73 |
| 2018-01-04 | Do not use casting for suggestion to add type to numeric literal | Esteban Küber | -3/+16 |
| 2018-01-03 | Provide suggestion when trying to use method on numeric literal | Esteban Küber | -0/+27 |
| 2018-01-02 | Correct for changes in line numbers in expected stderr output. | Ed Schouten | -8/+8 |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -0/+2 |
| 2017-12-15 | in which suggestions to borrow casts or binary expressions are rectified | Zack M. Davis | -0/+50 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -0/+26 |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -122/+66 |
| 2017-12-14 | Auto merge of #46633 - estebank:arg-mismatch, r=arielb1 | bors | -2/+2 |
| 2017-12-10 | Point at whole method call instead of args | Esteban Küber | -2/+2 |