| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+28 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -0/+52 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -129/+80 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -129/+80 |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -0/+425 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -8/+7 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -1/+2 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -8/+16 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -10/+10 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -21/+21 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -18/+0 |
| 2024-10-21 | Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=Amanieu | Jubilee | -1/+1 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -20/+19 |
| 2024-10-14 | `rt::Argument`: elide lifetimes | Lieselotte | -1/+1 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -73/+28 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -14/+14 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -14/+14 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -8/+8 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -1/+1 |