| Age | Commit message (Expand) | Author | Lines |
| 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 | Support rmeta inputs for --crate-type=bin --emit=obj | Sam McCall | -0/+32 |
| 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/+51 |
| 2025-03-07 | Fix `broken-pipe-no-ice` to not depend on unstable `anonymous_pipe` feature | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-03-07 | Fix `cross-lang-lto` to not use `path_file_prefix` | 许杰友 Jieyou Xu (Joe) | -8/+12 |
| 2025-03-07 | Fix `issue-107495-archive-permissions` to not rely on `rustc_private` | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -12/+51 |
| 2025-03-07 | Rollup merge of #138073 - tmiasko:inline-asm-critical-edges, r=bjorn3 | Matthias Krüger | -0/+37 |
| 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 | Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee | Matthias Krüger | -3/+116 |
| 2025-03-06 | Use `trunc nuw`+`br` for 0/1 branches even in optimized builds | Scott McMurray | -8/+84 |
| 2025-03-07 | More denesting of invisibly-delimited groups. | Nicholas Nethercote | -0/+28 |
| 2025-03-07 | Remove `NtItem` and `NtStmt`. | Nicholas Nethercote | -42/+59 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -51/+75 |
| 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 | Rollup merge of #138075 - compiler-errors:final-seg, r=Noratrieb | Michael Goulet | -3/+3 |
| 2025-03-06 | Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebank | Michael Goulet | -3/+8 |
| 2025-03-06 | Fix target-feature inline test to be less flaky | Michael Goulet | -6/+2 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -29/+59 |
| 2025-03-06 | Break critical edges in inline asm before code generation | Tomasz Miąsko | -0/+37 |
| 2025-03-06 | Suggest typo fix for static lifetime | Michael Goulet | -0/+33 |
| 2025-03-06 | Exclude global_asm from mir_keys | Michael Goulet | -1/+27 |
| 2025-03-06 | Construct MIR error body for global_asm correctly | Michael Goulet | -0/+20 |
| 2025-03-06 | Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk | Michael Goulet | -0/+31 |
| 2025-03-06 | Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errors | Michael Goulet | -11/+70 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -16/+3 |
| 2025-03-06 | Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb | Michael Goulet | -161/+161 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -90/+220 |