| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -4/+8 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -4/+8 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -4/+5 |
| 2025-01-18 | Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errors | bors | -4/+0 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -1/+1 |
| 2025-01-15 | avoid running the overlap check twice | lcnr | -4/+0 |
| 2025-01-09 | Add tests cases from review of #132289 | Frank Steffahn | -0/+178 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -1/+1 |
| 2024-11-27 | Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errors | Matthias Krüger | -0/+89 |
| 2024-11-26 | update crashes | lcnr | -0/+89 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -1/+1 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -134/+174 |
| 2024-10-15 | remove unnecessary revisions | lcnr | -273/+22 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -79/+67 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -30/+30 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -1/+1 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-27 | Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errors | Matthias Krüger | -1/+59 |
| 2024-09-27 | Cleanup some known-bug issues | Jack Huey | -1/+59 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -2/+2 |
| 2024-09-26 | Make new information notes instead of labels | Jonathan Birk | -174/+174 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-14 | Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmease | Stuart Cook | -0/+23 |
| 2024-09-14 | (fix) conflicting negative impl marker and add tests | Giang Dao | -0/+23 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -19/+3 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -52/+315 |
| 2024-09-05 | remove unnecessary revisions | lcnr | -273/+22 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -79/+67 |
| 2024-09-03 | do not attempt to prove unknowable goals | lcnr | -2/+2 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -3/+19 |
| 2024-08-11 | Add more information link to orphan impls | Jonathan Birk | -40/+80 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -1/+0 |
| 2024-07-30 | Adjust orphan note in tests | Jonathan Birk | -40/+40 |
| 2024-07-30 | Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors | Matthias Krüger | -0/+102 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -12/+12 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -7/+6 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -7/+6 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -20/+4 |
| 2024-07-12 | rustc_type_ir: derivative -> derive-where | Pavel Grigorenko | -12/+12 |
| 2024-07-10 | elaborate unknowable goals | lcnr | -0/+102 |
| 2024-06-19 | rustc_type_ir: Omit some struct fields from Debug output | León Orell Valerian Liehr | -12/+12 |
| 2024-06-12 | better error message for normalizes-to ambiguities | Michael Goulet | -6/+6 |
| 2024-06-12 | Walk into alias-eq nested goals even if normalization fails | Michael Goulet | -5/+5 |
| 2024-06-11 | Remove DebugWithInfcx | Michael Goulet | -12/+12 |
| 2024-06-11 | Auto merge of #126139 - compiler-errors:specializes, r=lcnr | bors | -11/+11 |
| 2024-06-07 | Only compute specializes query if specialization is enabled in the crate of t... | Michael Goulet | -11/+11 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -0/+1 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -0/+1 |