| Age | Commit message (Expand) | Author | Lines |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -3/+3 |
| 2018-06-06 | Use consistent span for repr attr suggestion | Esteban Küber | -2/+2 |
| 2018-06-06 | Change repr documentation link | Esteban Küber | -2/+2 |
| 2018-06-06 | Add `transparent` as valid `repr` hint | Esteban Küber | -2/+2 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -0/+1 |
| 2018-06-06 | Expand output and suggestions, fix tests | Esteban Küber | -0/+52 |
| 2018-06-01 | rework to report errors from crates in a consistent order | Niko Matsakis | -6/+6 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -15/+15 |
| 2018-05-30 | Suggest using `as_ref` on some borrow errors [hack] | Esteban Küber | -0/+72 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -8/+58 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -11/+11 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -8/+58 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -1/+1 |
| 2018-05-11 | rustc: Include semicolon when removing `extern crate` | Alex Crichton | -0/+96 |
| 2018-05-04 | Fold rustfix tests back into the UI test suite | Alex Crichton | -9/+176 |
| 2018-05-04 | First step towards rustfix compiletest mode | Pascal Hertleif | -0/+20 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -11/+11 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+18 |
| 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 |