| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -24/+417 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -4/+22 |
| 2020-12-17 | Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhere | Aaron Hill | -8/+16 |
| 2020-12-08 | Visit ForeignItems when marking dead code. | Camille GILLOT | -0/+19 |
| 2020-12-03 | Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwco | bors | -1/+1 |
| 2020-12-02 | Tweak diagnostics on shadowing lifetimes/labels | Yuki Okushi | -1/+1 |
| 2020-12-02 | Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix | bors | -164/+84 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -0/+10 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -0/+10 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -18/+18 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -54/+53 |
| 2020-11-21 | Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC | bors | -0/+56 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -2/+2 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -2/+2 |
| 2020-11-14 | Use true previous lint level when detecting overriden forbids | Mark Rousskov | -164/+84 |
| 2020-11-12 | stability: More precise location for deprecation lint on macros | Vadim Petrochenkov | -1/+11 |
| 2020-11-07 | Use a semicolon instead of a dash in lint note | Aaron Hill | -4/+4 |
| 2020-11-07 | Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref | Aaron Hill | -8/+13 |
| 2020-11-03 | Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk | Mara Bos | -31/+75 |
| 2020-11-02 | Fix ICE when a future-incompat-report has its command-line level capped | Aaron Hill | -0/+21 |
| 2020-11-01 | Corrected suggestion for generic parameters in `function_item_references` lint | Ayrton | -31/+75 |
| 2020-10-29 | Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank | Jonas Schievink | -4/+4 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -0/+56 |
| 2020-10-27 | Added suggestion to `function_item_references` lint and fixed warning message | Ayrton | -84/+84 |
| 2020-10-27 | Added documentation for `function_item_references` lint | Ayrton | -29/+29 |
| 2020-10-27 | Fixed compiler error in lint checker triggered by associated types | Ayrton | -30/+57 |
| 2020-10-27 | Removed test for unhandled case in function_item_references lint | Ayrton | -88/+85 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -73/+204 |
| 2020-10-27 | modified lint to work with MIR | Ayrton | -24/+156 |
| 2020-10-27 | changed lint to suggest casting to the proper function type and added a test | Ayrton | -0/+44 |
| 2020-10-27 | Fix test | Nathan Whitaker | -2/+3 |
| 2020-10-27 | Prefer new associated numeric consts in float error messages | Rustin-Liu | -4/+4 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -8/+8 |
| 2020-10-26 | Write docs for lint / fix review nit | Nathan Whitaker | -6/+5 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -2/+33 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -2/+7 |
| 2020-10-26 | Tweak diagnostic | Nathan Whitaker | -7/+4 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -8/+7 |
| 2020-10-26 | Add basic test | Nathan Whitaker | -0/+24 |
| 2020-10-26 | simplify-locals: Remove unused set-discriminant statements | Tomasz Miąsko | -1/+2 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -4/+49 |
| 2020-10-14 | Fixed false positive for `unused_parens` lint | aticu | -4/+8 |
| 2020-10-11 | Do not provide suggestions for non standard characters | Yuki Okushi | -0/+56 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -0/+78 |
| 2020-09-30 | Warn on method call mutating const, even if it has destructor | David Tolnay | -2/+27 |
| 2020-09-30 | Add test of VEC.push on a const | David Tolnay | -7/+9 |
| 2020-09-30 | Test a type with drop glue but no Drop impl | David Tolnay | -13/+33 |
| 2020-09-30 | Add test of const item mutation with Drop impl | David Tolnay | -12/+24 |
| 2020-10-01 | Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkov | Dylan DPC | -24/+35 |
| 2020-09-28 | Don't fire `const_item_mutation` lint on writes through a pointer | Aaron Hill | -24/+35 |