| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -4/+4 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -6/+6 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -8/+8 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -24/+16 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -25/+25 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -20/+30 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -5/+5 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+2 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -5/+5 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -29/+34 |
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -1/+1 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -5/+22 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -0/+43 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -3/+3 |
| 2024-12-18 | add tests | lcnr | -0/+30 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -14/+0 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -46/+0 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -0/+14 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -8/+8 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -8/+8 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -0/+64 |
| 2024-11-25 | fix gce typing_mode mismatch | lcnr | -0/+64 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -3/+1 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -0/+36 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -129/+0 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -2/+2 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -1/+1 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -9/+21 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -20/+19 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -38/+5 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -12/+12 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -3/+3 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -5/+5 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -5/+5 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -1/+9 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -2/+2 |
| 2024-09-20 | Normalize unevaluated consts in GCE | Michael Goulet | -44/+7 |
| 2024-09-17 | Remove redundant test typeid equality by subtyping | Santiago Pastorino | -81/+0 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -14/+7 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -19/+20 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -20/+19 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -10/+17 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -10/+17 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -1/+13 |
| 2024-08-05 | WF-check struct field types at construction site | Noah Lev | -1/+13 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -1/+1 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -2/+1 |