| Age | Commit message (Expand) | Author | Lines |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -0/+36 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -7/+4 |
| 2025-03-09 | Rollup merge of #137319 - Kixunil:stabilize-const-vec-string-slice, r=dtolnay | Matthias Krüger | -1/+1 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -160/+30 |
| 2025-03-09 | Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compiler-errors | Matthias Krüger | -0/+377 |
| 2025-03-09 | continue to check attr if meet empty repr for adt | Mu001999 | -0/+36 |
| 2025-03-08 | Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk | bors | -0/+46 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -1/+1 |
| 2025-03-08 | bless tests | Waffle Lapkin | -235/+66 |
| 2025-03-08 | add a test for pointer casts involving un/re/wrapping trait objects | Waffle Lapkin | -0/+546 |
| 2025-03-08 | Refactor coroutine layout logic to precompute all sublayouts | Moulins | -7/+4 |
| 2025-03-08 | Rollup merge of #137757 - estebank:trim-spans, r=davidtwco | Jacob Pratt | -38/+217 |
| 2025-03-07 | Rollup merge of #138173 - compiler-errors:incoherent-negative-impl, r=oli-obk | Jacob Pratt | -0/+30 |
| 2025-03-07 | Rollup merge of #138141 - tcpdumppy:master, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2025-03-07 | Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercote | Matthias Krüger | -0/+81 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -0/+51 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -20/+736 |
| 2025-03-07 | fix rebase | Esteban Küber | -4/+4 |
| 2025-03-07 | Make trimming logic work on more than one span at a time | Esteban Küber | -17/+55 |
| 2025-03-07 | Fix multiline span start special case | Esteban Küber | -226/+210 |
| 2025-03-07 | Refactor `emitter` to better account for unicode chars when trimming | Esteban Küber | -251/+363 |
| 2025-03-07 | On long spans, trim the middle of them to make them fit in the terminal width | Esteban Küber | -4/+49 |
| 2025-03-07 | Delay bug for negative auto trait rather than ICEing | Michael Goulet | -0/+30 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -5/+14 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -0/+51 |
| 2025-03-07 | Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errors | Matthias Krüger | -5/+14 |
| 2025-03-07 | Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwU | Matthias Krüger | -0/+33 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -48/+67 |
| 2025-03-07 | tests: fix some typos in comment | tcpdumppy | -6/+6 |
| 2025-03-06 | Add slight variation to feature-gate ergonomic clones test | Santiago Pastorino | -4/+17 |
| 2025-03-06 | Make feature flag incomplete | Santiago Pastorino | -24/+42 |
| 2025-03-06 | Parse and allow const use closures | Santiago Pastorino | -0/+11 |
| 2025-03-06 | Give a better error message on async use in edition 2015 | Santiago Pastorino | -0/+14 |
| 2025-03-06 | Change feature flag error to be ergonomic clones are experimental | Santiago Pastorino | -7/+7 |
| 2025-03-06 | Add more tests | Santiago Pastorino | -0/+91 |
| 2025-03-06 | Fail gracefully if mutating on a use closure and the closure it not declared mut | Santiago Pastorino | -0/+27 |
| 2025-03-06 | Allow to mutate use captures | Santiago Pastorino | -0/+11 |
| 2025-03-06 | Fix use closure parsing error message | Santiago Pastorino | -12/+4 |
| 2025-03-06 | Add tests | Santiago Pastorino | -0/+357 |
| 2025-03-06 | Support nested use closures | Santiago Pastorino | -0/+20 |
| 2025-03-06 | Separate closures, async and dotuse tests in directories | Santiago Pastorino | -9/+16 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -17/+73 |
| 2025-03-06 | Generate the right MIR for by use closures | Santiago Pastorino | -29/+13 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -56/+88 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -16/+53 |
| 2025-03-06 | Add ergonomic_clones feature flag | Santiago Pastorino | -0/+46 |
| 2025-03-06 | Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-dead | Michael Goulet | -16/+5 |
| 2025-03-06 | Rollup merge of #138081 - eholk:yield-feature, r=oli-obk | Michael Goulet | -29/+59 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -29/+59 |
| 2025-03-06 | Suggest typo fix for static lifetime | Michael Goulet | -0/+33 |