| Age | Commit message (Expand) | Author | Lines |
| 2025-07-19 | Merge pull request #4482 from RalfJung/deps | Ralf Jung | -538/+1160 |
| 2025-07-19 | move and update test dependencies | Ralf Jung | -76/+169 |
| 2025-07-19 | ditch which dependency | Ralf Jung | -30/+3 |
| 2025-07-19 | bump cargo-metadata | Ralf Jung | -5/+371 |
| 2025-07-19 | bump ui_test | Ralf Jung | -10/+9 |
| 2025-07-19 | bump ipc-channel | Ralf Jung | -40/+8 |
| 2025-07-19 | bump colored dep | Ralf Jung | -3/+12 |
| 2025-07-19 | cargo update | Ralf Jung | -384/+598 |
| 2025-07-19 | Merge pull request #4480 from RalfJung/no-extra-rounding-error | Oli Scherer | -6/+18 |
| 2025-07-19 | add -Zmiri-no-extra-rounding-error to specifically disable just that part of ... | Ralf Jung | -6/+18 |
| 2025-07-19 | Merge pull request #4478 from rust-lang/rustup-2025-07-19 | Oli Scherer | -5091/+8189 |
| 2025-07-19 | Merge from rustc | The Miri Cronjob Bot | -5090/+8188 |
| 2025-07-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | Auto merge of #144140 - GuillaumeGomez:subtree-update_cg_gcc_2025-07-18, r=Gu... | bors | -629/+82 |
| 2025-07-18 | Remove forgotten git annotations | Guillaume Gomez | -7/+0 |
| 2025-07-18 | Merge commit 'f682d09eefc6700b9e5851ef193847959acf4fac' into subtree-update_c... | Guillaume Gomez | -625/+85 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -926/+767 |
| 2025-07-18 | Merge pull request #735 from rust-lang/sync_from_rust_2025_07_04 | antoyo | -622/+68 |
| 2025-07-18 | Comment some tests in the m68k CI because we cannot run programs on architect... | Antoni Boucher | -16/+22 |
| 2025-07-18 | Auto merge of #144130 - matthiaskrgr:rollup-t75stad, r=matthiaskrgr | bors | -155/+427 |
| 2025-07-18 | Rollup merge of #144069 - marcoieni:windows-22-free, r=jieyouxu | Matthias Krüger | -2/+4 |
| 2025-07-18 | Rollup merge of #144063 - jieyouxu:label-ci, r=Kobzol | Matthias Krüger | -0/+8 |
| 2025-07-18 | Rollup merge of #144029 - lichuang:fix_issue_143740, r=compiler-errors | Matthias Krüger | -28/+70 |
| 2025-07-18 | Rollup merge of #144013 - petrochenkov:disambunder, r=oli-obk | Matthias Krüger | -45/+58 |
| 2025-07-18 | Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk | Matthias Krüger | -9/+9 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -49/+134 |
| 2025-07-18 | Rollup merge of #143909 - nik-rev:patch-1, r=jhpratt | Matthias Krüger | -2/+2 |
| 2025-07-18 | Rollup merge of #143908 - Kivooeo:tf0, r=jieyouxu | Matthias Krüger | -16/+22 |
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -3/+53 |
| 2025-07-18 | Rollup merge of #143649 - estebank:const-trait-default-field-value, r=oli-obk | Matthias Krüger | -0/+37 |
| 2025-07-18 | Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errors | Matthias Krüger | -1/+30 |
| 2025-07-18 | Merge pull request #4476 from RalfJung/page-prot | Ralf Jung | -93/+84 |
| 2025-07-18 | move page protection logic inside native_lib | Ralf Jung | -93/+84 |
| 2025-07-18 | Merge pull request #4475 from RalfJung/native-lib-optional | Ralf Jung | -37/+54 |
| 2025-07-18 | RA config: disable default features for faster build script build | Ralf Jung | -0/+2 |
| 2025-07-18 | make native-lib support compile-time-optional, and centralize cfg usage | Ralf Jung | -37/+52 |
| 2025-07-18 | Auto merge of #144114 - lnicola:sync-from-ra, r=lnicola | bors | -1185/+3731 |
| 2025-07-18 | Merge pull request #4474 from rust-lang/rustup-2025-07-18 | Ralf Jung | -2188/+4071 |
| 2025-07-18 | Merge pull request #20251 from lnicola/update-lockfile | Laurențiu Nicola | -0/+3 |
| 2025-07-18 | Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr | bors | -1851/+1336 |
| 2025-07-18 | Update lockfile | Laurențiu Nicola | -0/+3 |
| 2025-07-18 | Merge from rustc | The Miri Cronjob Bot | -2187/+4070 |
| 2025-07-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikic | Matthias Krüger | -14/+11 |
| 2025-07-18 | Rollup merge of #144049 - tshepang:rust-push, r=jieyouxu | Matthias Krüger | -983/+151 |
| 2025-07-18 | Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789 | Matthias Krüger | -0/+8 |
| 2025-07-18 | Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2025-07-18 | Rollup merge of #143967 - oli-obk:const-option-methods, r=fee1-dead | Matthias Krüger | -40/+97 |
| 2025-07-18 | Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann | Matthias Krüger | -405/+377 |
| 2025-07-18 | Rollup merge of #143846 - usamoi:gc, r=bjorn3 | Matthias Krüger | -56/+40 |