| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | adjust tests | Ralf Jung | -129/+111 |
| 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 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -23/+11 |
| 2020-03-03 | Update tests | Yuki Okushi | -19/+11 |
| 2020-03-03 | Remove the `no_debug` feature | Yuki Okushi | -4/+0 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -4/+4 |
| 2020-02-21 | Add a `Self: Sized` bound | Jonas Schievink | -1/+1 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -189/+488 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -147/+1 |
| 2020-02-18 | better lint names | Ralf Jung | -5/+5 |
| 2020-02-15 | fix exceeding_bitshift lint and test | Ralf Jung | -188/+633 |
| 2020-02-14 | Update tests | Matthew Jasper | -60/+60 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -2/+10 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-02-05 | unused-parens: implement for const/static items | Tyler Lanphear | -12/+27 |
| 2020-02-01 | Remove or_patterns from INCOMPLETE_FEATURES | Matthew Jasper | -34/+25 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -123/+123 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -1/+1 |
| 2020-01-25 | Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichton | Yuki Okushi | -16/+16 |
| 2020-01-24 | Normalise notes with the/is | varkor | -123/+123 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -12/+31 |
| 2020-01-23 | Use check-pass mode for lint tests | Tomasz Miąsko | -16/+16 |