| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-24 | adjust tests | Ralf Jung | -129/+111 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -8/+8 |
| 2020-04-19 | Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJung | Dylan DPC | -1/+1 |
| 2020-04-19 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -1/+1 |
| 2020-04-19 | test for false "never constructed" warnings for `Self::` variant paths | jakubadamw | -1/+21 |
| 2020-04-15 | Update stderrs after rebase. | jumbatm | -0/+6 |
| 2020-04-15 | Amend exceeding-bitshifts test case for #69021. | jumbatm | -113/+125 |
| 2020-04-12 | Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper | Dylan DPC | -18/+172 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -15/+51 |
| 2020-04-10 | Replace run-rustfix for issue 67691 test with a FIXME | sapir | -93/+9 |
| 2020-04-10 | Replace non-shorthand variables with _, not _var | sapir | -6/+6 |
| 2020-04-10 | Try to fix warning for unused variables in or patterns, issue #67691 | sapir | -23/+87 |
| 2020-04-10 | Add tests for issue #67691 | sapir | -0/+174 |
| 2020-04-09 | Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m... | Mazdak Farrokhzad | -0/+18 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -22/+49 |
| 2020-04-06 | Don't lint for self-recursion when the function can diverge | Jonas Schievink | -0/+18 |