| Age | Commit message (Expand) | Author | Lines |
| 2018-11-19 | Use non-short suggestion for parenthesised ..= | varkor | -1/+1 |
| 2018-11-19 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -0/+18 |
| 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 |
| 2018-10-16 | in which unused-parens suggestions heed what the user actually wrote | Zack M. Davis | -7/+7 |
| 2018-10-15 | Rollup merge of #55081 - sinkuu:dedup_test, r=Manishearth | Manish Goregaokar | -103/+0 |
| 2018-10-15 | Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko... | Manish Goregaokar | -0/+80 |
| 2018-10-15 | Deduplicate tests | Shotaro Yamada | -103/+0 |
| 2018-10-14 | Unused result warning: "X which must" ↦ "X that must" | varkor | -23/+23 |
| 2018-10-09 | Fix Range warning and improve tests | Kevin Leimkuhler | -36/+32 |
| 2018-10-09 | Simply unused_parens check and add tests | Kevin Leimkuhler | -0/+84 |
| 2018-10-08 | Fix handling of #[must_use] on unit and uninhabited types | varkor | -0/+37 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -1/+11 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -91/+51 |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -1/+11 |
| 2018-09-27 | Update ui lines | Josh Stone | -30/+30 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+0 |
| 2018-09-19 | Auto merge of #54101 - osa1:issue_54099, r=nikomatsakis | bors | -12/+18 |
| 2018-09-12 | Fix camel case type warning for types with trailing underscores | Ömer Sinan Ağacan | -12/+18 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -23/+25 |
| 2018-09-07 | Rollup merge of #53550 - brson:recurring, r=estebank | kennytm | -56/+56 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -8/+8 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -25/+25 |
| 2018-08-24 | Add/update tests for 2015, 2018, rustfix | Mark Mansi | -56/+0 |
| 2018-08-24 | Rollup merge of #53559 - Dylan-DPC:fix/missing-doc-lint, r=kennytm | kennytm | -5/+38 |
| 2018-08-23 | fix testcase | dylan_DPC | -5/+18 |
| 2018-08-23 | add warning for missing docs | dylan_DPC | -4/+5 |
| 2018-08-22 | add testcase to existing macro testcase | dylan_DPC | -3/+22 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | librustc_lint: In recursion warning, change 'recurring' to 'recursing' | Brian Anderson | -56/+56 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -2/+2 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+9628 |
| 2018-08-01 | `Applicability`-ify librustc_lint | Zack M. Davis | -1/+1 |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -0/+79 |
| 2018-07-03 | Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix | bors | -0/+45 |
| 2018-06-30 | private no-mangle lints: help hint note if visibility modifier is `pub` | Zack M. Davis | -28/+47 |
| 2018-06-30 | private no-mangle lints: issue suggestion for restricted visibility | Zack M. Davis | -6/+28 |
| 2018-06-30 | unreachable_pub lint: grab `pub` span from HIR rather than inferring it | Zack M. Davis | -10/+16 |
| 2018-06-26 | rename lint to `unnameable-test-functions` | Esteban Küber | -6/+6 |
| 2018-06-26 | Lint inner fn marked as `#[test]` | Esteban Küber | -0/+45 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -0/+58 |
| 2018-06-23 | in which the trivial-casts word to the wise is tucked into a help note | Zack M. Davis | -0/+95 |
| 2018-05-23 | Auto merge of #50682 - F001:issue-50589, r=petrochenkov | bors | -0/+46 |
| 2018-05-23 | inverting speculative flag | F001 | -0/+11 |
| 2018-05-21 | update tests | Manish Goregaokar | -0/+16 |
| 2018-05-20 | avoid reporting twice | F001 | -11/+0 |
| 2018-05-20 | Fix according to comments | F001 | -7/+16 |
| 2018-05-20 | re-implement | F001 | -0/+37 |