| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak Farrokhzad | -14/+43 |
| 2019-02-15 | Update tests | varkor | -6/+6 |
| 2019-02-14 | Rollup merge of #58407 - euclio:upper-camel-case, r=estebank | Mazdak Farrokhzad | -62/+36 |
| 2019-02-13 | specify "upper camel case" in style lint | Andy Russell | -62/+36 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -14/+12 |
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -15/+17 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -11/+11 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -0/+60 |
| 2019-01-17 | Deny the `overflowing_literals` lint for all editions | Oliver Middleton | -14/+43 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -7/+7 |
| 2019-01-15 | Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2019-01-15 | Fix tests | Yuki Okushi | -32/+11 |
| 2019-01-15 | Add error check | Yuki Okushi | -9/+30 |
| 2019-01-15 | Add test | Yuki Okushi | -0/+30 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -7/+7 |
| 2019-01-10 | new trait alias tests | Niko Matsakis | -0/+60 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -63/+92 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -14/+178 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -85/+96 |
| 2018-12-29 | update tests line numbers | Matthias Krüger | -13/+13 |
| 2018-12-28 | remove remaining copyright headers | Matthias Krüger | -8/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1869/+850 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -13/+13 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -24/+35 |
| 2018-12-16 | Rollup merge of #56439 - JohnGinger:master, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2018-12-15 | Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack... | Pietro Albini | -2/+2 |
| 2018-12-11 | Fix private_no_mangle_fns message grammar | Steve Loveless | -2/+2 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Change to give a help message | John Ginger | -1/+1 |
| 2018-12-03 | Fix stderr file (unused variable) | John Ginger | -0/+1 |
| 2018-11-19 | Test for #[must_use] on traits | varkor | -0/+36 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -0/+18 |
| 2018-11-11 | Rollup merge of #55799 - pnkfelix:remove-useless-revisions-marker-from-lint-u... | Pietro Albini | -202/+52 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -46/+0 |
| 2018-11-10 | Use non-short suggestion for parenthesised ..= | varkor | -1/+1 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -0/+18 |
| 2018-11-09 | Removed an unneeded instance of `// revisions`; the compare-mode NLL shows th... | Felix S. Klock II | -202/+52 |
| 2018-11-07 | Only do check for trait objects, not trait or trait alias definitions. | Alexander Regueiro | -46/+0 |
| 2018-11-07 | work around deviation in diagnostic output for opt-level=0 by forcing `-O`. | Felix S. Klock II | -1/+1 |
| 2018-11-07 | Update output of `lint-type-overflow2.stderr` to reflect its output from `rus... | Felix S. Klock II | -8/+2 |
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -63/+31 |
| 2018-10-29 | don't lint `unused_parens` on `if (break _)` | Andre Bogus | -0/+9 |
| 2018-10-27 | wherein the status of empty and reason-only lint attributes is clarified | Zack M. Davis | -0/+17 |
| 2018-10-27 | in which lint reasons are restricted to come last in the attribute | Zack M. Davis | -5/+27 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -11/+17 |
| 2018-10-27 | introducing lint reason annotations (RFC 2383) | Zack M. Davis | -0/+153 |
| 2018-10-25 | Rollup merge of #55138 - zackmdavis:the_paren_trap, r=pnkfelix | Pietro Albini | -7/+7 |
| 2018-10-18 | Make warnings into errors | varkor | -0/+3 |
| 2018-10-17 | Don't warn about parentheses on `match (return)` | varkor | -0/+6 |