| Age | Commit message (Expand) | Author | Lines |
| 2017-12-19 | Point at `while true` span instead of entire block | Esteban Küber | -12/+2 |
| 2017-12-11 | Auto merge of #46608 - estebank:resolve-return, r=nikomatsakis | bors | -2/+2 |
| 2017-12-10 | Update ui tests' line numbers. | Tommy Ip | -84/+84 |
| 2017-12-10 | Add must-compile-successfully comment to appropriate ui tests. | Tommy Ip | -0/+9 |
| 2017-12-09 | Resolve type on return type suggestion | Esteban Küber | -2/+2 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -42/+51 |
| 2017-11-20 | Update ui test to rustc master | Oliver Schneider | -1/+0 |
| 2017-11-20 | Include rendered diagnostic in json | Oliver Schneider | -16/+137 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -5/+383 |
| 2017-11-06 | Adjust json errors to byte changes | Oliver Schneider | -32/+32 |
| 2017-11-03 | Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkov | bors | -0/+411 |
| 2017-11-03 | Don't add a new -Z flag, reuse -Zunstable-options | Oliver Schneider | -2/+2 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -5/+383 |
| 2017-11-02 | unreachable-pub lint for `pub` items not reachable from crate root | Zack M. Davis | -0/+411 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -1/+1 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -4/+10 |
| 2017-10-24 | Reduce the repetition in json error output | Oliver Schneider | -2/+2 |
| 2017-10-24 | Add a test reproducing the quadratic json explosion | Oliver Schneider | -0/+23 |
| 2017-10-19 | Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebank | bors | -3/+1 |
| 2017-10-16 | bolster UI test converage for lint suggestions | Zack M. Davis | -11/+83 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -14/+14 |
| 2017-10-11 | Fix #44968 Windows path in UI tests | clippered | -3/+1 |
| 2017-10-01 | correct unused-parens lint suggestion to strip exact pair | Zack M. Davis | -0/+26 |
| 2017-09-30 | code suggestions for unused-mut, while-true lints; UI test | Zack M. Davis | -0/+65 |
| 2017-09-15 | RFC 1940 UI test in own directory, exercise must_use trait methods | Zack M. Davis | -53/+0 |
| 2017-08-31 | add a lowercase suggestion to unknown_lints | Andre Bogus | -0/+41 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -6/+7 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -18/+29 |
| 2017-08-08 | #[must_use] for functions (RFC 1940) | Zack M. Davis | -0/+47 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -1/+1 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -3/+3 |
| 2017-06-29 | Rollup merge of #42919 - zackmdavis:once_again_we_heard_you_the_first_time, r... | Ariel Ben-Yehuda | -5/+5 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -5/+5 |
| 2017-06-23 | only set "overruled by outer forbid" once for lint groups, by group name | Zack M. Davis | -0/+51 |
| 2017-05-24 | Change error count messages | Michael Kohl | -3/+3 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -8/+8 |
| 2017-02-04 | make lint-group-style test a UI rather than a compile-fail test | Zack M. Davis | -0/+103 |
| 2017-02-04 | note lint group set on command line triggering individual lint | Zack M. Davis | -0/+88 |