| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -4/+22 |
| 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 |
| 2020-09-26 | Normalise `BITS` in UI test | varkor | -7/+7 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -72/+72 |
| 2020-09-22 | dead_code: look at trait impls even if they don't contain items | Bastian Kauschke | -0/+19 |
| 2020-09-22 | lint missing docs for extern items | Bastian Kauschke | -2/+37 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -1/+1 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -0/+110 |
| 2020-09-03 | rustc_lint: avoid trimmed paths for ty_find_init_error | Dan Aloni | -5/+5 |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -6/+6 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -59/+59 |
| 2020-08-30 | Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran... | Dylan DPC | -14/+89 |
| 2020-08-27 | Fix ICE on unwrap of unknown layout. | jumbatm | -0/+23 |
| 2020-08-25 | Also handle transparent single-variant enums | jumbatm | -14/+33 |
| 2020-08-25 | Fix clashing_extern_declarations false positive. | jumbatm | -2/+58 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -0/+119 |
| 2020-08-18 | Promote missing_fragment_specifier to hard error | Aleksey Kladov | -22/+4 |
| 2020-08-18 | Actually introduce a cycle in Reffy test. | jumbatm | -4/+6 |
| 2020-08-18 | Add test demonstrating the issue. | jumbatm | -0/+117 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -5/+5 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -5/+5 |
| 2020-08-10 | Fix symbol ordering for confusable idents detection. | Nicholas Nethercote | -2/+13 |
| 2020-08-03 | Do not trigger `unused_braces` for `while let` | Yuki Okushi | -24/+17 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -2/+2 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -0/+95 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -7/+59 |
| 2020-08-02 | fix typos | liuzhenyu | -2/+2 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -404/+404 |
| 2020-08-02 | Do not trigger `unused_{braces,parens}` lints with `yield` | Yuki Okushi | -0/+43 |
| 2020-07-30 | Fix missed same-sized member clash in ClashingExternDeclarations. | jumbatm | -7/+41 |
| 2020-07-30 | Address code review comments. | jumbatm | -6/+23 |
| 2020-07-30 | Apply suggested wording changes from code review. | jumbatm | -4/+4 |
| 2020-07-30 | Don't emit clashing decl lint for FFI-safe enums. | jumbatm | -1/+61 |
| 2020-07-30 | Add additional clashing_extern_decl cases. | jumbatm | -62/+124 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -404/+404 |
| 2020-07-20 | wf: check foreign fn decls for well-formedness | David Wood | -32/+33 |
| 2020-07-17 | Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david... | Manish Goregaokar | -63/+46 |
| 2020-07-17 | improper_ctypes_definitions: allow `Box` | David Wood | -63/+46 |
| 2020-07-17 | warn about uninit multi-variant enums | Ralf Jung | -36/+73 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -0/+14 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -118/+477 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -118/+477 |
| 2020-07-01 | Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=Manishearth | Manish Goregaokar | -16/+189 |
| 2020-06-28 | Split and expand nonstandard-style lints unicode unit test. | Charles Lew | -16/+189 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -43/+70 |