| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-12-09 | Resolve type on return type suggestion | Esteban Küber | -0/+43 |
| 2017-12-01 | Use suggestions instead of notes ref mismatches | Esteban Küber | -3/+5 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -0/+126 |
| 2017-11-28 | Rollup merge of #46249 - estebank:suggest-slice, r=arielb1 | kennytm | -0/+76 |
| 2017-11-27 | reword to "consider borrowing here: `{suggestion}`" | Esteban Küber | -2/+2 |
| 2017-11-25 | Fix test | Esteban Küber | -2/+5 |
| 2017-11-25 | Remove index type check (review comment) | Esteban Küber | -1/+1 |
| 2017-11-25 | Add inline `compile-fail` markers to tests | Esteban Küber | -0/+5 |
| 2017-11-25 | Add `compile-fail` style comments to tests | Esteban Küber | -8/+23 |
| 2017-11-25 | Suggest using slice when encountering `let x = ""[..];` | Esteban Küber | -0/+61 |
| 2017-11-24 | Use `get_parent_node` instead of using spans | Esteban Küber | -2/+2 |
| 2017-11-24 | Be more obvious when suggesting dereference | Esteban Küber | -0/+28 |
| 2017-11-24 | Suggest macro call when not sure that it is fn definition | Esteban Küber | -5/+2 |
| 2017-11-24 | Do not attemt to continue parsing after `pub ident` | Esteban Küber | -160/+47 |
| 2017-11-24 | Do not rewind parser and ignore following blocks | Esteban Küber | -0/+183 |
| 2017-11-24 | Account for missing keyword in fn/struct definition | Esteban Küber | -0/+54 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -99/+111 |
| 2017-11-16 | Use local spans only | Esteban Küber | -11/+6 |
| 2017-11-15 | Point to ADT definition when not finding variant, method, assoc type | Esteban Küber | -6/+56 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -0/+55 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -0/+55 |
| 2017-11-03 | Detect `=` -> `:` typo in let bindings | Esteban Küber | -0/+30 |
| 2017-10-31 | Add UI test | Cldfire | -0/+38 |
| 2017-10-13 | Rollup merge of #45221 - estebank:issue-41790, r=nikomatsakis | kennytm | -0/+30 |
| 2017-10-11 | Point at immutable outer variable | Esteban Küber | -0/+30 |
| 2017-10-10 | Add suggestions for misspelled labels | Thomas Jespersen | -0/+46 |