| Age | Commit message (Expand) | Author | Lines |
| 2024-11-06 | Add --diagnostic-width to some tests failing after 1a0c5021838 | Hans Wennborg | -4/+5 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -21/+51 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -15/+38 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -18/+25 |
| 2024-11-01 | Use more minimized test. | Camille GILLOT | -38/+6 |
| 2024-11-01 | Account for late-bound depth when capturing all opaque lifetimes. | Camille GILLOT | -0/+45 |
| 2024-10-31 | Rollup merge of #132209 - compiler-errors:modifiers, r=fmease | Jubilee | -25/+9 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -0/+521 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -0/+521 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -0/+13 |
| 2024-10-30 | Actually do validation for poly trait refs with ? modifier | Michael Goulet | -25/+9 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+13 |
| 2024-10-30 | Actually capture all in-scope lifetimes. | Camille GILLOT | -5/+14 |
| 2024-10-30 | Promote crashes tests to ui. | Camille GILLOT | -0/+48 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -20/+11 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -15/+15 |
| 2024-10-28 | Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-10-28 | Rollup merge of #132086 - estebank:long-types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+82 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -64/+58 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -64/+58 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -8/+8 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -4/+0 |
| 2024-10-25 | Tweak highlighting when trait is available for different type | Esteban Küber | -2/+2 |
| 2024-10-25 | Add test for #132013 | Esteban Küber | -0/+82 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1/+17 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -10/+10 |
| 2024-10-19 | Make sure that outer opaques capture inner opaques's lifetimes even with prec... | Michael Goulet | -0/+37 |
| 2024-10-17 | Allow dropping dyn principal | Michael Goulet | -30/+4 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -0/+12 |
| 2024-10-16 | Stop inverting expectation in normalization errors | Michael Goulet | -10/+10 |
| 2024-10-15 | Don't check unsize goal in MIR validation when opaques remain | Michael Goulet | -0/+12 |
| 2024-10-15 | Register a dummy candidate for failed structural normalization during candiat... | Michael Goulet | -50/+7 |
| 2024-10-15 | Be better at reporting alias errors | Michael Goulet | -141/+75 |
| 2024-10-15 | Make sure the alias is actually rigid | Michael Goulet | -58/+166 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -14/+20 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -13/+5 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -71/+72 |
| 2024-10-10 | Clarify implicit captures for RPITIT | Michael Goulet | -2/+2 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -162/+177 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -0/+18 |
| 2024-10-10 | Move ty::Error branch into super_combine_tys | Michael Goulet | -61/+5 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -71/+72 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -76/+79 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -14/+14 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -14/+14 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -50/+39 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -2/+2 |
| 2024-09-17 | Rollup merge of #130440 - compiler-errors:rpitit-opaque-hidden, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-09-17 | Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnr | bors | -11/+44 |
| 2024-09-16 | Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgr | bors | -0/+58 |