| Age | Commit message (Expand) | Author | Lines |
| 2021-02-28 | Bless some tests | Giacomo Stevanato | -6/+6 |
| 2021-02-28 | Apply lint restrictions from renamed lints | Joshua Nelson | -0/+37 |
| 2021-02-27 | Enable report_in_external_macro in unaligned_references | Taiki Endo | -0/+68 |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -0/+46 |
| 2021-02-19 | Consider auto derefs before warning about write only fields | Tomasz Miąsko | -1/+68 |
| 2021-02-18 | Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC | Yuki Okushi | -0/+8 |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -18/+38 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+8 |
| 2021-02-13 | Improve error and help messages | Camelid | -38/+38 |
| 2021-02-10 | Inherit `#[stable(..)]` annotations in enum variants and fields from its item | Esteban Küber | -118/+148 |
| 2021-02-10 | Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelix | bors | -46/+147 |
| 2021-02-09 | Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakis | Dylan DPC | -20/+113 |
| 2021-02-07 | Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum | bors | -19/+0 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -11/+11 |
| 2021-02-05 | Move type size check tests to new dir ui/limits | Ömer Sinan Ağacan | -19/+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-12 | Add 'consider using' message to overflowing_literals | Camelid | -0/+20 |
| 2020-12-10 | Types with a hidden niche are not known to be non-null | Tomasz Miąsko | -46/+147 |
| 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 |