| Age | Commit message (Expand) | Author | Lines |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+20 |
| 2023-09-08 | Rollup merge of #115649 - notriddle:notriddle/82038, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-09-08 | Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk | Matthias Krüger | -2/+39 |
| 2023-09-08 | Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkin | Matthias Krüger | -2/+64 |
| 2023-09-08 | Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri... | Matthias Krüger | -8/+23 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+20 |
| 2023-09-07 | Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnr | bors | -0/+17 |
| 2023-09-07 | diagnostics: add test case for trait bounds diagnostic | Michael Howell | -0/+18 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -0/+17 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -0/+158 |
| 2023-09-07 | Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obk | bors | -17/+4 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -17/+4 |
| 2023-09-07 | Auto merge of #115582 - compiler-errors:refine-yeet, r=oli-obk | bors | -40/+187 |
| 2023-09-07 | Ensure that dyn trait bounds stay sorted | Michael Goulet | -7/+7 |
| 2023-09-07 | Rename folder typo | Michael Goulet | -0/+0 |
| 2023-09-07 | Don't suggest dereferencing to unsized type | Michael Goulet | -0/+37 |
| 2023-09-07 | Print the path of an RPITIT in RTN | Michael Goulet | -2/+64 |
| 2023-09-07 | Add note | Michael Goulet | -0/+5 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -46/+69 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -2/+2 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -16/+135 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -20/+76 |
| 2023-09-06 | Auto merge of #114946 - anforowicz:generic-fix-for-asan-lto, r=tmiasko | bors | -0/+43 |
| 2023-09-06 | Auto merge of #115615 - matthiaskrgr:rollup-49fosdf, r=matthiaskrgr | bors | -9/+128 |
| 2023-09-06 | Rollup merge of #115587 - mojave2:issue-115348, r=oli-obk | Matthias Krüger | -0/+37 |
| 2023-09-06 | Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obk | Matthias Krüger | -9/+9 |
| 2023-09-06 | Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -0/+49 |
| 2023-09-06 | Auto merge of #115252 - cjgillot:mir-composite, r=davidtwco | bors | -15/+42 |
| 2023-09-06 | Add regression test for private fields in tuple struct | Guillaume Gomez | -0/+15 |
| 2023-09-06 | add a regression test | mojave2 | -0/+37 |
| 2023-09-06 | Render missing fields in tuple struct/enum as /* private fields */ | Michael Goulet | -8/+8 |
| 2023-09-06 | make comments less cryptic | ouz-a | -9/+9 |
| 2023-09-06 | Implement and test monomorphization | Oli Scherer | -2/+29 |
| 2023-09-06 | Also use `Const` in `SMIR` instead of just `ConstantKind` | Oli Scherer | -1/+1 |
| 2023-09-06 | Fail to test argument instantiation since we don't have types for most constants | Oli Scherer | -0/+27 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -0/+33 |
| 2023-09-06 | Auto merge of #115529 - chenyukang:yukang-fix-115402-overflowsize, r=compiler... | bors | -0/+60 |
| 2023-09-06 | Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillot | bors | -2/+47 |
| 2023-09-06 | Fix error report for size overflow from transmute | yukang | -0/+60 |
| 2023-09-05 | Rollup merge of #115559 - lcnr:implied-bounds-unconstrained, r=aliemjay | Matthias Krüger | -0/+48 |
| 2023-09-05 | Rollup merge of #115397 - celinval:smir-interface, r=oli-obk | Matthias Krüger | -2/+82 |
| 2023-09-05 | Refactor how MIR represents composite debuginfo. | Camille GILLOT | -15/+42 |
| 2023-09-05 | Add tests and use ControlFlow | Celina G. Val | -1/+81 |
| 2023-09-05 | Diferentiate between ICE and compilation error | Celina G. Val | -1/+1 |
| 2023-09-05 | Auto merge of #114843 - Zalathar:test-coverage-map, r=oli-obk | bors | -0/+5744 |
| 2023-09-05 | Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk | Matthias Krüger | -0/+123 |
| 2023-09-05 | unconstrained region vars: do not ICE ICE baby | lcnr | -0/+48 |
| 2023-09-05 | Auto merge of #115553 - matthiaskrgr:rollup-c0045hz, r=matthiaskrgr | bors | -6/+121 |
| 2023-09-05 | Rollup merge of #115519 - compiler-errors:next-solver-assoc-ice, r=lcnr | Matthias Krüger | -0/+40 |