| Age | Commit message (Expand) | Author | Lines |
| 2023-06-05 | Auto merge of #112272 - jieyouxu:issue-112269, r=compiler-errors | bors | -0/+40 |
| 2023-06-04 | Show note for type ascription interpreted as a constant pattern, not a new va... | 许杰友 Jieyou Xu (Joe) | -0/+40 |
| 2023-06-04 | Fix type-inference regression in #112225 | Arpad Borsos | -0/+55 |
| 2023-06-03 | Rollup merge of #112215 - compiler-errors:check-sized-better, r=cjgillot | Matthias Krüger | -0/+62 |
| 2023-06-03 | Rollup merge of #111659 - y21:suggest-as-deref, r=cjgillot | Matthias Krüger | -0/+259 |
| 2023-06-03 | Auto merge of #111516 - compiler-errors:issue-111500, r=jackh726 | bors | -2/+44 |
| 2023-06-03 | Auto merge of #111350 - chenyukang:yukang-remove-type-asc, r=Nilstrieb | bors | -2/+2 |
| 2023-06-03 | remove type ascription feature gate | yukang | -2/+2 |
| 2023-06-02 | Rollup merge of #112223 - compiler-errors:new-solver-auto-proj, r=BoxyUwU | Michael Goulet | -1/+15 |
| 2023-06-02 | Normalize anon consts in new solver | Michael Goulet | -24/+50 |
| 2023-06-02 | Don't ICE in new solver when auto traits have associated types | Michael Goulet | -1/+15 |
| 2023-06-02 | only suppress coercion error if type is definitely unsized | Michael Goulet | -0/+62 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -138/+377 |
| 2023-06-01 | Rollup merge of #112193 - clubby789:offset-of-tuple-sized, r=est31 | Michael Goulet | -6/+65 |
| 2023-06-01 | Rollup merge of #111914 - rcvalle:rust-cfi-fix-111184, r=compiler-errors | Michael Goulet | -0/+17 |
| 2023-06-01 | Rollup merge of #111670 - compiler-errors:const-param-ty, r=BoxyUwU | Michael Goulet | -132/+295 |
| 2023-06-02 | Auto merge of #111677 - fee1-dead-contrib:rustc_const_eval-translatable, r=ol... | bors | -77/+85 |
| 2023-06-02 | Test invalid tuple field identifiers | clubby789 | -0/+47 |
| 2023-06-02 | Check tuple elements are `Sized` in `offset_of` | clubby789 | -6/+18 |
| 2023-06-01 | CFI: Fix cfi with async: transform_ty: unexpected GeneratorWitness(Binde | Ramon de C Valle | -0/+17 |
| 2023-06-01 | Rollup merge of #112147 - zirconium-n:issue-110934, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -129/+277 |
| 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 | -77/+85 |
| 2023-06-01 | Auto merge of #112164 - Dylan-DPC:rollup-93zj7jw, r=Dylan-DPC | bors | -132/+141 |
| 2023-06-01 | Rollup merge of #112024 - compiler-errors:dont-break-thru-item, r=WaffleLapkin | Dylan DPC | -0/+110 |
| 2023-06-01 | Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnr | Dylan DPC | -132/+31 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -187/+177 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -2/+125 |
| 2023-05-31 | Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser | bors | -1/+27 |
| 2023-06-01 | add inline-const test for elided lifetimes being infer vars | Ziru Niu | -0/+11 |
| 2023-05-31 | Check that RPITs are compatible with the opaques inferred during HIR typeck too | Michael Goulet | -121/+9 |
| 2023-05-31 | Don't suggest break through nested items | Michael Goulet | -0/+110 |
| 2023-05-31 | Auto merge of #111913 - oli-obk:valtrees2, r=lcnr | bors | -4/+4 |
| 2023-05-31 | Only rewrite valtree-constants to patterns and keep other constants opaque | Oli Scherer | -4/+4 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+25 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -2/+11 |
| 2023-05-31 | Auto merge of #112132 - matthiaskrgr:rollup-x2l75gf, r=matthiaskrgr | bors | -1/+1 |
| 2023-05-31 | Uplift clippy::cast_ref_to_mut to rustc | Urgau | -0/+114 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -187/+177 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-05-31 | Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errors | bors | -2/+24 |
| 2023-05-31 | Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkin | Matthias Krüger | -0/+15 |
| 2023-05-31 | update test to not rely on super_relate_consts hack | Boxy | -2/+24 |
| 2023-05-31 | Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obk | bors | -0/+78 |
| 2023-05-30 | Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726 | bors | -32/+112 |
| 2023-05-30 | coinductive cycle leak check test | lcnr | -0/+33 |
| 2023-05-30 | directory size limit :< | lcnr | -2/+2 |
| 2023-05-30 | add the leak check to the new solver | lcnr | -0/+24 |
| 2023-05-30 | update revision names | lcnr | -5/+5 |