| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillot | bors | -22/+20 |
| 2023-07-11 | typeck in parallel | SparrowLii | -22/+20 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -3/+3 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -15/+15 |
| 2023-07-04 | implement `ConstEvaluatable` goals in new solver | lcnr | -1/+13 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -4/+4 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -1/+1 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -15/+15 |
| 2023-06-25 | Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8Ki | Guillaume Gomez | -0/+87 |
| 2023-06-24 | Add a regression test for #96699 | Yuki Okushi | -0/+87 |
| 2023-06-24 | Add a regression test for #109141 | Yuki Okushi | -0/+39 |
| 2023-06-19 | Don't ICE on unnormalized struct tail in layout computation | Michael Goulet | -4/+4 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -1/+1 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -2/+2 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -6/+6 |
| 2023-06-14 | Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-dead | Matthias Krüger | -0/+19 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -2/+2 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -2/+26 |
| 2023-06-11 | Fix the overflow issue for transmute_generic_consts | yukang | -0/+19 |
| 2023-06-11 | properly check associated consts for infer placeholders | Michael Goulet | -6/+6 |
| 2023-06-08 | add a test for #105709 | Takayuki Maeda | -0/+9 |
| 2023-06-06 | remove `has_error_field` helper method | lcnr | -25/+4 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -83/+227 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -80/+209 |
| 2023-06-01 | Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too | Michael Goulet | -3/+18 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -2/+2 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -2/+11 |
| 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 |