| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-31 | update unused_braces wording | Bastian Kauschke | -9/+9 |
| 2020-03-31 | add tests for `unused_braces` | Bastian Kauschke | -0/+101 |
| 2020-03-24 | Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -25/+25 |
| 2020-03-22 | the crate and tests | mark | -2/+2 |
| 2020-03-21 | convert a couple more errors | mark | -6/+6 |
| 2020-03-18 | Rollup merge of #69838 - Centril:expand-module, r=petrochenkov | Mazdak Farrokhzad | -0/+20 |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -0/+20 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -8/+8 |
| 2020-03-17 | Rollup merge of #69881 - Centril:fix-69485, r=oli-obk | Mazdak Farrokhzad | -0/+18 |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -6/+60 |
| 2020-03-15 | VariantSizeDifferences: bail on SizeOverflow | Mazdak Farrokhzad | -0/+18 |
| 2020-03-15 | Add more context to the literal overflow message | YI | -6/+60 |
| 2020-03-14 | Update ui tests | Guillaume Gomez | -1/+1 |