| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -2/+71 |
| 2025-03-09 | Rollup merge of #138263 - beetrees:fix-repr128-dwarf, r=jieyouxu | Matthias Krüger | -7/+8 |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -0/+36 |
| 2025-03-09 | Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDenton | Matthias Krüger | -28/+0 |
| 2025-03-09 | Rollup merge of #138242 - tshepang:that-stage0-has-arrived, r=jieyouxu | Matthias Krüger | -8/+6 |
| 2025-03-09 | Rollup merge of #138192 - matthiaskrgr:crashes_mar, r=jieyouxu | Matthias Krüger | -0/+569 |
| 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 | Fix `repr128-dwarf` test | beetrees | -7/+8 |
| 2025-03-09 | continue to check attr if meet empty repr for adt | Mu001999 | -0/+36 |
| 2025-03-09 | Auto merge of #137513 - scottmcm:identity-transmute, r=saethlin | bors | -0/+25 |
| 2025-03-08 | Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk | bors | -6/+48 |
| 2025-03-08 | Revert "Don't test new error messages with the stage 0 compiler" | Tshepang Mbambo | -8/+6 |
| 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/+84 |
| 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 | -40/+219 |
| 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 #138033 - obi1kenobi:pg/json-attrs-tests, r=aDotInTheVoid | Jacob Pratt | -0/+58 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -8/+1 |
| 2025-03-07 | Rollup merge of #137537 - jieyouxu:daily-rmake, r=Kobzol | Jacob Pratt | -14/+16 |
| 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 | -12/+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 | Fix rustdoc test | Esteban Küber | -2/+2 |
| 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/+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 | 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 |