| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -4/+4 |
| 2023-05-26 | Blesses UI tests, add known bug to typeid-equality-by-subtyping | onestacked | -4/+17 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -2/+82 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -2/+82 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -2/+2 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -382/+431 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -382/+431 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+1 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+20 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+20 |
| 2023-05-04 | Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errors | Matthias Krüger | -11/+13 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -0/+6 |
| 2023-05-02 | correctly recurse when expanding anon consts | Boxy | -11/+13 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -2/+15 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -1/+285 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -2/+15 |
| 2023-04-28 | fixup tests wrt new normalization | Maybe Waffle | -1/+5 |
| 2023-04-27 | --bless `ConstParamTy` ui tests | Maybe Waffle | -3/+3 |
| 2023-04-27 | Add `ConstParamTy` tests | Maybe Waffle | -0/+198 |
| 2023-04-27 | Add a test for `[NotParam; 0]: ConstParamTy` (not holding) | Maybe Waffle | -0/+28 |
| 2023-04-27 | Add `!StructuralEq` test for `ConstParamTy` | Maybe Waffle | -0/+29 |
| 2023-04-27 | Rename/move a test | Maybe Waffle | -1/+1 |
| 2023-04-27 | Remove `feature(const_param_ty_trait)`, use `adt_const_params` instead | Maybe Waffle | -2/+3 |
| 2023-04-27 | `derive(Eq)` in a test | Maybe Waffle | -2/+2 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -0/+24 |
| 2023-04-25 | vars are ? | Michael Goulet | -8/+8 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -6/+8 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -5/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -4/+9 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+345 |
| 2023-04-07 | Add feature gate | kadmin | -10/+187 |
| 2023-04-07 | update tests/ui | ickk | -1/+1 |
| 2023-04-04 | Add ability to transmute with generic consts | kadmin | -0/+168 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -2/+18 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -1/+1 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -6/+6 |
| 2023-03-23 | Rollup merge of #109380 - Randl:patch-1, r=oli-obk | Matthias Krüger | -0/+52 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -0/+22 |
| 2023-03-20 | Add `known-bug` test for typeid unsoundness issue | Evgenii Zheltonozhskii | -0/+52 |
| 2023-03-19 | Only expect a GAT const arg | Michael Goulet | -0/+29 |
| 2023-03-19 | Constrain const vars to error if const types are mismatched | Michael Goulet | -0/+22 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -17/+18 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -15/+19 |
| 2023-03-08 | Suppress copy impl error when post-normalized type references errors | Michael Goulet | -0/+18 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -17/+18 |
| 2023-03-01 | Add regression test for #105821 | Yuki Okushi | -0/+23 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -19/+19 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -5/+5 |