| Age | Commit message (Expand) | Author | Lines |
| 2023-06-05 | Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jsha | bors | -1/+26 |
| 2023-06-05 | Auto merge of #112272 - jieyouxu:issue-112269, r=compiler-errors | bors | -0/+40 |
| 2023-06-04 | Auto merge of #112266 - Swatinem:fix-async-block-inference, r=compiler-errors | bors | -0/+55 |
| 2023-06-04 | Rollup merge of #112274 - GuillaumeGomez:migrate-gui-test-color-11, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-06-04 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 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 | Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n... | Matthias Krüger | -2/+25 |
| 2023-06-04 | Fix type-inference regression in #112225 | Arpad Borsos | -0/+55 |
| 2023-06-04 | Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcm | bors | -265/+386 |
| 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 #111878 - ferrocene:pa-codegen-tests, r=Mark-Simulacrum | Matthias Krüger | -55/+64 |
| 2023-06-03 | Rollup merge of #111659 - y21:suggest-as-deref, r=cjgillot | Matthias Krüger | -0/+259 |
| 2023-06-03 | Update reexport-attr-merge rustdoc test | Guillaume Gomez | -2/+2 |
| 2023-06-03 | Only check inlining counter after recusing. | Camille GILLOT | -265/+386 |
| 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 | Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU | Michael Goulet | -24/+50 |
| 2023-06-02 | Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk | Michael Goulet | -29/+95 |
| 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 | Rollup merge of #112205 - GuillaumeGomez:double-hyphen-to-dash, r=notriddle | Matthias Krüger | -0/+9 |
| 2023-06-02 | Rollup merge of #112182 - rcvalle:rust-cfi-fix-111185, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-06-02 | Add rustdoc test for double-hyphen to dash doc comment conversion | Guillaume Gomez | -0/+9 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -142/+416 |
| 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 | -136/+334 |
| 2023-06-02 | Auto merge of #111677 - fee1-dead-contrib:rustc_const_eval-translatable, r=ol... | bors | -96/+104 |
| 2023-06-02 | Auto merge of #111553 - cjgillot:mir-e2e, r=scottmcm | bors | -1082/+1762 |
| 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 | Rebase fallout. | Camille GILLOT | -272/+334 |
| 2023-06-01 | Remove brittle test. | Camille GILLOT | -46/+0 |
| 2023-06-01 | Restrict test to x64. | Camille GILLOT | -3/+4 |
| 2023-06-01 | Annotate needs-unwind. | Camille GILLOT | -17/+19 |
| 2023-06-01 | Remove duplication. | Camille GILLOT | -1406/+541 |
| 2023-06-01 | Remove spurious comments. | Camille GILLOT | -3/+0 |
| 2023-06-01 | Add chained comparison e2e test. | Camille GILLOT | -0/+400 |
| 2023-06-01 | Add e2e mir test for checked arithmetic. | Camille GILLOT | -0/+285 |
| 2023-06-01 | Add loop tests. | Camille GILLOT | -0/+1585 |
| 2023-06-01 | Make slice_filter a pre-codegen test. | Camille GILLOT | -1082/+341 |
| 2023-06-01 | Rollup merge of #112147 - zirconium-n:issue-110934, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2023-06-01 | Rollup merge of #112133 - GuillaumeGomez:migrate-gui-test-color-10, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-06-01 | CFI: Fix cfi with repr(transparent): transform_ty: unexpected Alias(Proj | Ramon de C Valle | -3/+3 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -133/+316 |
| 2023-06-01 | Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too | Michael Goulet | -3/+18 |