| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -404/+404 |
| 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 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -147/+148 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -22/+89 |
| 2020-06-26 | Implement mixed script confusable lint. | Charles Lew | -0/+69 |
| 2020-06-24 | improper_ctypes: allow pointers to sized types | David Wood | -84/+24 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -0/+433 |
| 2020-06-23 | Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint. | Charles Lew | -22/+20 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -6/+290 |
| 2020-06-20 | lint: normalize projections using opaque types | David Wood | -0/+108 |
| 2020-06-20 | Update existing test cases. | jumbatm | -24/+25 |
| 2020-06-20 | Add clashing-extern-fn.rs stderr. | jumbatm | -0/+121 |
| 2020-06-20 | Add ClashingExternDecl test case. | jumbatm | -0/+162 |
| 2020-06-19 | Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov | Manish Goregaokar | -0/+84 |
| 2020-06-19 | ty: simplify `transparent_newtype_field` | David Wood | -0/+24 |
| 2020-06-19 | lint: prohibit fields with opaque types | David Wood | -0/+116 |
| 2020-06-19 | ty: projections in `transparent_newtype_field` | David Wood | -0/+42 |
| 2020-06-18 | Implement crate level only lints checking. | Charles Lew | -0/+84 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -7/+6 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -0/+83 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -7/+6 |
| 2020-06-09 | Add tests for modifying lint levels for lints reported at expansion time | Vadim Petrochenkov | -0/+83 |
| 2020-06-09 | lint: transitive FFI-safety for transparent types | David Wood | -21/+2 |
| 2020-06-09 | lint: check for unit ret type after normalization | David Wood | -15/+5 |
| 2020-06-09 | improper_ctypes: add test for #66202 | David Wood | -0/+46 |
| 2020-05-27 | expand unaligned_references test | Ralf Jung | -11/+34 |
| 2020-05-25 | rename lint | Ralf Jung | -40/+40 |
| 2020-05-25 | more test ref-to-packed tests | Ralf Jung | -1/+19 |
| 2020-05-25 | remove some unused types from the tests | Ralf Jung | -7/+2 |
| 2020-05-25 | add a lint against references to packed fields | Ralf Jung | -0/+48 |
| 2020-05-15 | Fix {:#?} representation of proc_macro::Literal | David Tolnay | -1/+1 |
| 2020-05-14 | Rollup merge of #71910 - mibac138:necessary-paren, r=cuviper | Dylan DPC | -0/+23 |
| 2020-05-09 | Rollup merge of #71947 - mibac138:dead-code, r=cramertj | Dylan DPC | -2/+54 |
| 2020-05-08 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -5/+5 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -2/+2 |