| Age | Commit message (Expand) | Author | Lines |
| 2025-03-08 | Rework maybe_suggest_add_generic_impl_trait | Michael Goulet | -29/+108 |
| 2025-03-08 | crashes: couple more tests | Matthias Krüger | -0/+569 |
| 2025-03-08 | Auto merge of #137500 - scottmcm:trunc-br, r=saethlin | bors | -8/+118 |
| 2025-03-08 | Add test for garbage collection of encapsulation symbols | Jakub Beránek | -0/+25 |
| 2025-03-08 | re-add gnu lib and tweak comment | Steven Malis | -2/+5 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -16/+17 |
| 2025-03-08 | Don't link against advapi32, except on win7. | Steven Malis | -12/+15 |
| 2025-03-08 | Reduce verbosity of GCC build log | Jakub Beránek | -2/+11 |
| 2025-03-08 | Auto merge of #138224 - onur-ozkan:fix-multiple-candidates, r=jieyouxu | bors | -3/+11 |
| 2025-03-08 | Move coroutine layout logic to `rustc_abi` | Moulins | -334/+373 |
| 2025-03-08 | Use `disjoint_bitor` inside `borrowing_sub` | Tobias Decking | -3/+8 |
| 2025-03-08 | bless tests | Waffle Lapkin | -235/+66 |
| 2025-03-08 | check that `UnsizeCoerce` may hold before trying unsizing coercion | Waffle Lapkin | -8/+60 |
| 2025-03-08 | add a test for pointer casts involving un/re/wrapping trait objects | Waffle Lapkin | -0/+546 |
| 2025-03-08 | skip `compile::Std` and `compile::Rustc` on `forced_compiler` | onur-ozkan | -3/+11 |
| 2025-03-08 | Auto merge of #138208 - jhpratt:rollup-hlqyu51, r=jhpratt | bors | -866/+1047 |
| 2025-03-08 | Generated doc update | ¨Florian | -2/+2 |
| 2025-03-08 | Fix syntax fixup producing invalid punctuation | ¨Florian | -88/+105 |
| 2025-03-08 | Update bootstrap to edition 2024 | Jakub Beránek | -24/+51 |
| 2025-03-08 | Fix checkout in post-merge workflow | Jakub Beránek | -0/+5 |
| 2025-03-08 | Add missing `GH_TOKEN` environment variable | Jakub Beránek | -2/+3 |
| 2025-03-08 | Refactor coroutine layout logic to precompute all sublayouts | Moulins | -124/+122 |
| 2025-03-08 | Use `rustc_abi` code for SIMD layout in rust-analyzer | Moulins | -39/+7 |
| 2025-03-08 | Move SIMD layout logic to `rustc_abi` | Moulins | -79/+117 |
| 2025-03-08 | Remove most manual LayoutData creations and move them to `rustc_abi` | Moulins | -267/+228 |
| 2025-03-08 | bootstrap: Fix stack printing when a step cycle is detected | Zalathar | -2/+75 |
| 2025-03-08 | Rollup merge of #138189 - GuillaumeGomez:env-var, r=joshtriplett | Jacob Pratt | -0/+3 |
| 2025-03-08 | Rollup merge of #137757 - estebank:trim-spans, r=davidtwco | Jacob Pratt | -139/+379 |
| 2025-03-08 | Rollup merge of #137685 - lqd:nostart-stop-gc, r=petrochenkov | Jacob Pratt | -0/+29 |
| 2025-03-08 | Rollup merge of #137528 - ChrisDenton:rename-win, r=joboet | Jacob Pratt | -124/+57 |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -603/+579 |
| 2025-03-08 | Auto merge of #138205 - onur-ozkan:fix-build-cycle, r=jieyouxu | bors | -17/+21 |
| 2025-03-08 | update doc-comment for `forced_compiler` | onur-ozkan | -2/+2 |
| 2025-03-08 | handle precompiled compiler more properly | onur-ozkan | -15/+19 |
| 2025-03-08 | Auto merge of #138202 - jhpratt:rollup-kqrl5xn, r=jhpratt | bors | -99/+644 |
| 2025-03-07 | Rollup merge of #138187 - matthiaskrgr:rmclone, r=cjgillot | Jacob Pratt | -19/+10 |
| 2025-03-07 | Rollup merge of #138184 - thaliaarchi:unauthenticated-ci-spurious, r=compiler... | Jacob Pratt | -0/+1 |
| 2025-03-07 | Rollup merge of #138173 - compiler-errors:incoherent-negative-impl, r=oli-obk | Jacob Pratt | -1/+34 |
| 2025-03-07 | Rollup merge of #138137 - ZequanWu:fix-triple, r=cuviper | Jacob Pratt | -2/+6 |
| 2025-03-07 | Rollup merge of #138033 - obi1kenobi:pg/json-attrs-tests, r=aDotInTheVoid | Jacob Pratt | -0/+58 |
| 2025-03-07 | Rollup merge of #138013 - Kobzol:ci-post-merge-analysis, r=marcoieni | Jacob Pratt | -10/+319 |
| 2025-03-07 | Rollup merge of #138000 - RalfJung:atomic-rmw, r=Amanieu | Jacob Pratt | -2/+3 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -22/+11 |
| 2025-03-07 | Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss | Jacob Pratt | -2/+67 |
| 2025-03-07 | Rollup merge of #137537 - jieyouxu:daily-rmake, r=Kobzol | Jacob Pratt | -15/+43 |
| 2025-03-07 | Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxu | Jacob Pratt | -23/+89 |
| 2025-03-07 | Rollup merge of #137337 - dalvescb:master, r=petrochenkov | Jacob Pratt | -3/+3 |
| 2025-03-07 | Update cargo | Weihang Lo | -1/+0 |
| 2025-03-07 | Make some invalid codegen attr errors structured/translatable | Esteban Küber | -85/+161 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -65/+0 |