| Age | Commit message (Expand) | Author | Lines |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -23/+17 |
| 2023-03-07 | Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r... | Matthias Krüger | -0/+25 |
| 2023-03-07 | Auto merge of #108863 - JohnTitor:rollup-haydnsw, r=JohnTitor | bors | -0/+24 |
| 2023-03-07 | Rollup merge of #108731 - Ezrashaw:pin-suggestion-on-impl-future, r=petrochenkov | Yuki Okushi | -0/+24 |
| 2023-03-07 | Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviper | bors | -0/+27 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -16/+94 |
| 2023-03-06 | Rollup merge of #108812 - albertlarsan68:test-98444, r=Nilstrieb | Matthias Krüger | -0/+17 |
| 2023-03-06 | Rollup merge of #108807 - MU001999:lint/suspicious_auto_trait_impls, r=lcnr | Matthias Krüger | -5/+128 |
| 2023-03-06 | Rollup merge of #108803 - cjgillot:const-prop-normalize, r=oli-obk | Matthias Krüger | -1/+7 |
| 2023-03-06 | Rollup merge of #108790 - cjgillot:mono-cast, r=oli-obk | Matthias Krüger | -0/+15 |
| 2023-03-06 | Rollup merge of #108780 - Zeegomo:close-70919, r=WaffleLapkin | Matthias Krüger | -0/+63 |
| 2023-03-06 | Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb | Matthias Krüger | -0/+146 |
| 2023-03-06 | Add regression test for 98444 | Albert Larsan | -0/+17 |
| 2023-03-06 | Bless the suspicious-negative-impls-lint.rs | Mu42 | -33/+3 |
| 2023-03-06 | Bless the remaining ui tests | Mu42 | -5/+55 |
| 2023-03-06 | Moves the negative impls into a separate test file | Mu42 | -67/+115 |
| 2023-03-06 | emit the suspicious_auto_trait_impls for negative impls as well | Mu42 | -12/+67 |
| 2023-03-06 | Do not ICE when failing to normalize in ConstProp. | Camille GILLOT | -1/+7 |
| 2023-03-05 | Use `nuw` when calculating slice lengths from `Range`s | Scott McMurray | -0/+27 |
| 2023-03-05 | Add test. | Camille GILLOT | -0/+15 |
| 2023-03-05 | Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-03-05 | Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va... | Matthias Krüger | -0/+37 |
| 2023-03-05 | Rollup merge of #108244 - lukas-code:semicolon-recovery-span, r=cjgillot | Matthias Krüger | -0/+18 |
| 2023-03-05 | Use the correct bound vars in return type suggestion. | Camille GILLOT | -0/+18 |
| 2023-03-05 | Add regression tests for issue 70919 | Giacomo Pasini | -0/+63 |
| 2023-03-05 | Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone... | Matthias Krüger | -0/+33 |
| 2023-03-05 | add test for https://github.com/rust-lang/rust/issues/108242 | Lukas Markeffsky | -0/+18 |
| 2023-03-05 | fix the new unsoundness | Ali MJ Al-Nasrawy | -4/+18 |
| 2023-03-05 | oops! new unsoundness | Ali MJ Al-Nasrawy | -41/+21 |
| 2023-03-05 | drop_tracking_mir: diagnose recursive generator. | Camille GILLOT | -0/+3 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -29/+19 |
| 2023-03-05 | feat: impl better help for `.poll()` not found on `impl Future` | Ezra Shaw | -0/+24 |
| 2023-03-04 | Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkin | Matthias Krüger | -0/+65 |
| 2023-03-04 | Don't project to RPITIT that has no default value | Michael Goulet | -0/+37 |
| 2023-03-04 | Don't ICE when encountering bound var in builtin copy/clone bounds | Michael Goulet | -0/+33 |
| 2023-03-04 | Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillot | Dylan DPC | -0/+13 |
| 2023-03-04 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -16/+16 |
| 2023-03-04 | Properly colorize multi-part suggestions in the same line | Esteban Küber | -0/+65 |
| 2023-03-03 | Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgr | bors | -28/+82 |
| 2023-03-03 | Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obk | Matthias Krüger | -28/+82 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2023-03-03 | Rollup merge of #108667 - compiler-errors:issue-108664, r=estebank | Matthias Krüger | -0/+26 |
| 2023-03-03 | Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet... | Matthias Krüger | -0/+38 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -29/+19 |
| 2023-03-03 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -20/+2 |
| 2023-03-03 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -14/+2 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -33/+4 |
| 2023-03-03 | add known-bug tests | Ali MJ Al-Nasrawy | -0/+137 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -4/+4 |