| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -4/+0 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -6/+16 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -0/+134 |
| 2024-07-23 | Suppress lint type_alias_bounds for ty aliases containing const projections u... | León Orell Valerian Liehr | -0/+134 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -24/+12 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -1/+1 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+24 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -2/+9 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -23/+21 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -2/+9 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -23/+21 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -11/+11 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -3/+3 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -2/+10 |
| 2024-07-02 | add test | Boxy | -0/+32 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -3/+12 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -10/+24 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -45/+12 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -3/+12 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -10/+10 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -13/+82 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -1/+2 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -4/+71 |