| Age | Commit message (Expand) | Author | Lines |
| 2025-07-23 | Rollup merge of #144298 - Zalathar:empty-span, r=wesleywiser | Matthias Krüger | -46/+57 |
| 2025-07-23 | Rollup merge of #144292 - joshtriplett:mbe-use-concrete-type-for-get-unused-r... | Matthias Krüger | -16/+20 |
| 2025-07-23 | Rollup merge of #144290 - makai410:summary-ups, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-07-23 | Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJung | Matthias Krüger | -1/+32 |
| 2025-07-23 | Rollup merge of #144239 - xizheyin:clean-lexer, r=fee1-dead | Matthias Krüger | -85/+83 |
| 2025-07-23 | Rollup merge of #144234 - roblabla:fix-win7-tls-dtors, r=ChrisDenton | Matthias Krüger | -3/+14 |
| 2025-07-23 | Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxu | Matthias Krüger | -1275/+10 |
| 2025-07-23 | Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieu | bors | -817/+377 |
| 2025-07-23 | Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkov | bors | -1676/+1220 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -56/+83 |
| 2025-07-22 | Embed auxv files directly into the test binary | Jakub Beránek | -12/+10 |
| 2025-07-22 | Improve error messages of auxv loading | Jakub Beránek | -10/+17 |
| 2025-07-22 | Remove licenses from std-detect | Jakub Beránek | -226/+0 |
| 2025-07-22 | Bless bootstrap tests | Jakub Beránek | -11/+11 |
| 2025-07-22 | Remove `std_detect` from stdarch's CI | Jakub Beránek | -71/+2 |
| 2025-07-22 | Remove `std_detect` from stdarch examples | Jakub Beránek | -30/+18 |
| 2025-07-22 | Fix warning | Jakub Beránek | -0/+10 |
| 2025-07-22 | Move tests around to appease `tidy` | Jakub Beránek | -262/+258 |
| 2025-07-22 | Update stdarch README | Jakub Beránek | -9/+1 |
| 2025-07-22 | Reformat `std_detect` | Jakub Beránek | -182/+54 |
| 2025-07-22 | Allow platform-specific code in `std_detect` | Jakub Beránek | -0/+1 |
| 2025-07-22 | Make `std_detect` a direct dependency of `std` | Jakub Beránek | -16/+7 |
| 2025-07-22 | Move `std_detect` from `library/stdarch` to `library` | Jakub Beránek | -0/+0 |
| 2025-07-22 | Auto merge of #144222 - Kobzol:stdarch-push, r=folkertdev | bors | -5042/+4642 |
| 2025-07-22 | Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur... | Guillaume Gomez | -3/+20 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -36/+41 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -17/+22 |
| 2025-07-22 | Auto merge of #144294 - matthiaskrgr:rollup-ybvall3, r=matthiaskrgr | bors | -185/+3821 |
| 2025-07-22 | Clean code for `rustc_parse/src/lexer` | xizheyin | -85/+83 |
| 2025-07-22 | coverage: Enlarge empty spans during MIR instrumentation, not codegen | Zalathar | -46/+57 |
| 2025-07-22 | Auto merge of #144205 - hkBst:flt2dec, r=workingjubilee | bors | -11/+7 |
| 2025-07-22 | Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obk | Matthias Krüger | -4/+36 |
| 2025-07-22 | Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=Kobzol | Matthias Krüger | -8/+14 |
| 2025-07-22 | Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko... | Matthias Krüger | -4/+45 |
| 2025-07-22 | Rollup merge of #144082 - mladedav:dm/pub-priv-tests, r=petrochenkov | Matthias Krüger | -20/+223 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -7/+2 |
| 2025-07-22 | Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=Kobzol | Matthias Krüger | -142/+3434 |
| 2025-07-22 | Rollup merge of #142454 - tomtor:avr-update, r=tgross35 | Matthias Krüger | -0/+67 |
| 2025-07-22 | mbe: Use concrete type for `get_unused_rule` | Josh Triplett | -16/+20 |
| 2025-07-22 | update SUMMARY.md | Makai | -2/+2 |
| 2025-07-22 | Implement AST visitors using a derive macro. | Camille GILLOT | -1676/+1220 |
| 2025-07-21 | Auto merge of #144269 - jieyouxu:rollup-137ysl2, r=jieyouxu | bors | -1165/+2119 |
| 2025-07-22 | Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-22 | Rollup merge of #144251 - tshepang:rdg-sync, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2025-07-22 | Rollup merge of #144246 - jieyouxu:no-dual-test, r=lqd,RalfJung | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2025-07-22 | Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola | 许杰友 Jieyou Xu (Joe) | -28/+278 |
| 2025-07-22 | Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2025-07-22 | Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -43/+55 |
| 2025-07-22 | Rollup merge of #144176 - Kobzol:bors-labels-blocking, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -227/+285 |