| Age | Commit message (Expand) | Author | Lines |
| 2018-10-09 | Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakis | bors | -25/+23 |
| 2018-10-08 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -1/+11 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -25/+23 |
| 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 |
| 2018-05-19 | Auto merge of #50893 - kennytm:rollup, r=kennytm | bors | -15/+30 |
| 2018-05-18 | Default `unused_labels` to allow, move to "unused" | Kyle Stachowicz | -10/+24 |
| 2018-05-18 | Add tests for new labeled blocks for `unused_labels` | Kyle Stachowicz | -9/+26 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -0/+128 |
| 2018-05-18 | Revert "Add lint checks for unused loop labels" | Kyle Stachowicz | -129/+0 |
| 2018-05-18 | Add test case for shadowed labels, with the inner broken multiple times | Kyle Stachowicz | -8/+37 |
| 2018-05-18 | Rename `unused_loop_label` to `unused_label` and fix/clean up lint logic | Kyle Stachowicz | -9/+9 |
| 2018-05-18 | Add additional test case to unused_label lint | Kyle Stachowicz | -22/+35 |
| 2018-05-18 | Rename test to `unused_label` and remove empty `stdout` file | Kyle Stachowicz | -0/+0 |
| 2018-05-18 | Add lint checks for unused loop labels | Kyle Stachowicz | -0/+87 |
| 2018-05-18 | in which the unused shorthand field pattern debacle/saga continues | Zack M. Davis | -15/+30 |
| 2018-05-14 | Auto merge of #50675 - csmoe:var_span, r=oli-obk | bors | -10/+55 |
| 2018-05-13 | Revert "mark applicability" | csmoe | -1/+0 |
| 2018-05-13 | mark applicability | csmoe | -0/+1 |
| 2018-05-13 | reduce variable span | csmoe | -10/+55 |
| 2018-05-10 | don't make crazy suggestion for unreachable braced pub-use | Zack M. Davis | -24/+42 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -23/+22 |