| Age | Commit message (Expand) | Author | Lines |
| 2025-07-24 | Rollup merge of #144278 - Qelxiros:rev-into-inner, r=tgross35 | León Orell Valerian Liehr | -0/+19 |
| 2025-07-24 | Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkov | León Orell Valerian Liehr | -124/+92 |
| 2025-07-24 | Rollup merge of #144247 - RalfJung:ldexp, r=tgross35 | León Orell Valerian Liehr | -32/+38 |
| 2025-07-24 | Rollup merge of #144240 - yuk1ty:false-sealed-traits-note-reported-in-another... | León Orell Valerian Liehr | -5/+32 |
| 2025-07-24 | Rollup merge of #144221 - usamoi:versym, r=bjorn3 | León Orell Valerian Liehr | -29/+267 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -849/+678 |
| 2025-07-24 | Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov | León Orell Valerian Liehr | -14/+44 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -465/+465 |
| 2025-07-24 | Rollup merge of #143838 - Ayush1325:uefi-tcp4-config-data, r=tgross35 | León Orell Valerian Liehr | -15/+81 |
| 2025-07-24 | Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkov | León Orell Valerian Liehr | -6/+6 |
| 2025-07-24 | generate elf symbol version in raw-dylib | usamoi | -29/+267 |
| 2025-07-24 | Auto merge of #144272 - petrochenkov:disambunder2, r=oli-obk | bors | -45/+62 |
| 2025-07-24 | Auto merge of #116707 - cjgillot:slice-id, r=oli-obk,RalfJung | bors | -271/+628 |
| 2025-07-23 | add Rev::into_inner | Jeremy Smart | -0/+19 |
| 2025-07-23 | Remove const deduplication from the interpreter. | Camille GILLOT | -85/+10 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -86/+59 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -132/+591 |
| 2025-07-23 | Auto merge of #144244 - jieyouxu:pr-full-ci, r=Kobzol | bors | -34/+352 |
| 2025-07-23 | Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obk | bors | -51/+95 |
| 2025-07-23 | Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgr | bors | -1428/+221 |
| 2025-07-23 | coretests/num: use ldexp instead of hard-coding a power of 2 | Ralf Jung | -32/+38 |
| 2025-07-23 | Rollup merge of #144315 - lolbinarycat:bootstrap-dist-package.json, r=Kobzol | Matthias Krüger | -0/+2 |
| 2025-07-23 | Rollup merge of #144311 - Gelbpunkt:ci-rustc-ppc64le-musl, r=Kobzol | Matthias Krüger | -0/+1 |
| 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 #143843 - JonathanBrouwer:macro-use-parser, r=oli-obk | bors | -150/+480 |
| 2025-07-23 | resolve: Change the underscore disambiguator to avoid regressions | Vadim Petrochenkov | -1/+5 |
| 2025-07-23 | resolve: Make disambiguators for underscore bindings module-local | Vadim Petrochenkov | -45/+58 |
| 2025-07-23 | Update uitest stderrs | Jonathan Brouwer | -85/+274 |
| 2025-07-23 | Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra... | Jonathan Brouwer | -65/+206 |
| 2025-07-23 | Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieu | bors | -817/+377 |
| 2025-07-23 | std: net: uefi: Add support to query connection data | Ayush Singh | -15/+81 |
| 2025-07-23 | Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkov | bors | -1676/+1220 |
| 2025-07-22 | Unquerify extern_mod_stmt_cnum. | Camille GILLOT | -6/+6 |
| 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 |