| Age | Commit message (Expand) | Author | Lines |
| 2021-03-15 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -46/+0 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -24/+417 |
| 2021-02-03 | Really fix early lints inside an async desugaring | Jethro Beekman | -0/+5 |
| 2021-02-02 | introduce future-compatibility warning for forbidden lint groups | Niko Matsakis | -24/+417 |
| 2021-02-02 | Fix early lints inside an async desugaring | Aaron Hill | -3/+9 |
| 2021-02-01 | Rollup merge of #81529 - estebank:case_lints, r=davidtwco | Jonas Schievink | -4/+4 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+126 |
| 2021-01-30 | Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obk | Yuki Okushi | -0/+46 |
| 2021-01-29 | Fix invalid camel case suggestion involving unicode idents | Esteban Küber | -4/+4 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+46 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+78 |
| 2021-01-24 | Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov | Jonas Schievink | -1/+40 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -8/+2 |
| 2021-01-23 | Iterate DefId to encode spans. | Camille GILLOT | -8/+2 |
| 2021-01-23 | Do not mark unit variants as used when in path pattern | Tomasz Miąsko | -1/+40 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -13/+13 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+394 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -4/+4 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -44/+74 |
| 2021-01-12 | Add test case for wasm non-clash. | jumbatm | -0/+21 |
| 2021-01-02 | Add snake case lint note about keyword identifiers which cannot be raw | Skynoodle | -0/+2 |
| 2021-01-01 | Add reserved identifier test cases for snake case lint | Skynoodle | -0/+84 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -1/+1 |
| 2020-12-30 | Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obk | Yuki Okushi | -6/+22 |
| 2020-12-29 | Lint on redundant trailing semicolon after item | Aaron Hill | -6/+22 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -0/+94 |
| 2020-12-29 | test: updated expected Vec src path | C | -1/+1 |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+1 |
| 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 |