| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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 |
| 2023-03-03 | check if snippet is `)` | Takayuki Maeda | -0/+13 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -28/+82 |
| 2023-03-02 | Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2023-03-02 | Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkin | Matthias Krüger | -9/+9 |
| 2023-03-02 | Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkin | Matthias Krüger | -10/+13 |
| 2023-03-02 | Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r... | Matthias Krüger | -5/+446 |
| 2023-03-02 | Add simple trait test | Santiago Pastorino | -0/+11 |
| 2023-03-02 | Fix another ICE in point_at_expr_source_of_inferred_type | Michael Goulet | -0/+26 |
| 2023-03-02 | Make `ExprKind` the first field in `thir::Expr` | Nilstrieb | -9/+9 |