| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+41 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -0/+12 |
| 2025-01-23 | Bless and add tests | Boxy | -9/+7 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -37/+44 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -4/+4 |
| 2025-01-18 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -23/+0 |
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -1/+1 |
| 2025-01-15 | Rework trait expansion to happen once explicitly | Michael Goulet | -4/+4 |
| 2025-01-14 | Make sure we can produce ConstArgHasWrongType errors for valtree consts | Michael Goulet | -0/+107 |
| 2025-01-13 | Rollup merge of #135390 - ranger-ross:readd-test-122638, r=BoxyUwU | Jacob Pratt | -0/+78 |
| 2025-01-12 | re-added regression test for #122638 | Ross Sullivan | -0/+78 |
| 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 | -48/+91 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -0/+18 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -24/+46 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -26/+40 |
| 2025-01-02 | More refined spans for placeholder error in const/static | Michael Goulet | -24/+26 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -2/+8 |
| 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 | -4/+4 |
| 2024-12-27 | Simplify or delete normalize directives that don't care about bit-width | Zalathar | -17/+16 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -3/+3 |
| 2024-12-18 | add tests | lcnr | -0/+33 |
| 2024-12-17 | add tests | lcnr | -0/+23 |
| 2024-12-15 | Check for array lengths that aren't actually `usize` | Scott McMurray | -0/+23 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -1/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -7/+2 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -14/+0 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -14/+0 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -2/+2 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -2/+2 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -46/+0 |
| 2024-12-04 | Add comment to test | Boxy | -1/+2 |
| 2024-12-03 | Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er... | Matthias Krüger | -0/+12 |
| 2024-12-03 | Use correct `hir_id` for array const arg infers | Boxy | -0/+12 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -0/+14 |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -4/+21 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -0/+14 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -4/+4 |
| 2024-11-28 | add tests | lcnr | -36/+352 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -35/+44 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -35/+44 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -0/+64 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -76/+3 |
| 2024-11-25 | fix gce typing_mode mismatch | lcnr | -0/+64 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -9/+4 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -76/+3 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -23/+38 |