| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -30/+0 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -12/+6 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -30/+0 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -12/+6 |
| 2025-02-28 | normalizing where-clauses is also coinductive, add tests | lcnr | -8/+68 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -3/+20 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -3/+4 |
| 2025-01-31 | Manually walk into WF obligations in BestObligation proof tree visitor | Michael Goulet | -20/+14 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+31 |
| 2025-01-23 | Bless and add tests | Boxy | -9/+7 |
| 2025-01-18 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -23/+0 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -0/+18 |
| 2024-12-15 | Check for array lengths that aren't actually `usize` | Scott McMurray | -0/+23 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -3/+1 |
| 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-04 | Add comment to test | Boxy | -1/+2 |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -4/+21 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -4/+4 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -4/+4 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -2/+2 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -8/+0 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -18/+0 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -1/+1 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -1/+1 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -40/+23 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -1/+9 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -4/+3 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -2/+0 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -20/+36 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -20/+36 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -14/+20 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -32/+7 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -29/+3 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -0/+2 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -0/+2 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -3/+29 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -2/+29 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -1/+1 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -3/+29 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -1/+1 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -7/+32 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -4/+31 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -15/+4 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -4/+31 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -1/+1 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -1/+15 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -6/+6 |
| 2024-03-21 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -43/+86 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -23/+92 |