| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | improper_ctypes_definitions: allow `Box` | David Wood | -63/+46 |
| 2020-08-07 | 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 |
| 2020-05-06 | Dead-code pass highlights too much of impl functions | mibac138 | -2/+54 |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -53/+54 |
| 2020-05-06 | Fix unused_parens nested binary op false positive | mibac138 | -0/+5 |
| 2020-05-05 | Update src/test/ui/lint/issue-71290-unused-paren-binop.rs | Michael | -0/+1 |
| 2020-05-05 | Fix unused_parens false positive when using binary operations | mibac138 | -0/+17 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -180/+197 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -0/+26 |
| 2020-05-01 | Update stderrs. | jumbatm | -75/+75 |
| 2020-05-01 | Partially unrevert #70566. | jumbatm | -111/+128 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -8/+8 |