| Age | Commit message (Expand) | Author | Lines |
| 2025-09-28 | cargo update cargo_update | github-actions | -159/+170 |
| 2025-09-27 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -8/+0 |
| 2025-09-26 | Apply cfg(bootstrap) replacement | Mark Rousskov | -8/+0 |
| 2025-09-26 | Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr | Matthias Krüger | -7/+4 |
| 2025-09-26 | Auto merge of #145882 - m-ou-se:format-args-extend-1-arg, r=petrochenkov | bors | -22/+38 |
| 2025-09-25 | Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgr | bors | -0/+10 |
| 2025-09-25 | resolve: Do not finalize shadowed bindings | Vadim Petrochenkov | -7/+4 |
| 2025-09-25 | Rollup merge of #141032 - petrosagg:extract-if-ub, r=joboet | Matthias Krüger | -0/+10 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -41/+5 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -0/+1 |
| 2025-09-25 | Auto merge of #146981 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -41/+5 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-09-24 | Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnr | Matthias Krüger | -40/+5 |
| 2025-09-24 | std: add support for armv7a-vex-v5 target | Tropical | -0/+1 |
| 2025-09-24 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-24 | Switch next-solver related rustc dependencies of r-a to crates.io ones | Shoyu Vanilla | -40/+5 |
| 2025-09-24 | const validation: better error for maybe-null references | Ralf Jung | -1/+1 |
| 2025-09-23 | Auto merge of #146931 - RalfJung:miri, r=RalfJung | bors | -444/+370 |
| 2025-09-23 | Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2025-09-23 | Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmann | Matthias Krüger | -1/+1 |
| 2025-09-23 | Merge ref 'f6092f224d2b' from rust-lang/rust | Ralf Jung | -9836/+39450 |
| 2025-09-23 | Prepare for merging from rust-lang/rust | Ralf Jung | -1/+1 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -7/+35 |
| 2025-09-22 | Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez | bors | -2/+4 |
| 2025-09-22 | fix SIFA logic | Ralf Jung | -12/+23 |
| 2025-09-22 | Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu | bors | -4/+4 |
| 2025-09-22 | share the check_nondet helper as well | Ralf Jung | -174/+138 |
| 2025-09-22 | share check_all_outcomes impl, and increase max iteration counts | Ralf Jung | -60/+45 |
| 2025-09-22 | Fix modification check of `rustdoc-json-types` | Jakub Beránek | -2/+4 |
| 2025-09-22 | Merge pull request #4595 from RalfJung/tb-terms | Ralf Jung | -197/+128 |
| 2025-09-22 | Tree::new_child: remove SIFA precondition and sync terminology | Ralf Jung | -70/+34 |
| 2025-09-22 | TB: rename Active → Unique to match paper | Ralf Jung | -128/+95 |
| 2025-09-22 | avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if` | Petros Angelatos | -0/+10 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -4/+4 |
| 2025-09-21 | Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmann | Matthias Krüger | -2/+5 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -7/+35 |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -2/+5 |
| 2025-09-21 | Implement output of colored messages with optional check context | Jakub Beránek | -55/+152 |
| 2025-09-21 | Migrate the remaining tidy checks to diagnostics | Jakub Beránek | -572/+560 |
| 2025-09-21 | Add `CheckId`, migrate the `alphabetical` check to diagnostics | Jakub Beránek | -45/+63 |
| 2025-09-21 | Add diagnostics context and migrate the `style` check to it | Jakub Beránek | -89/+187 |
| 2025-09-20 | Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu | Matthias Krüger | -4/+15 |
| 2025-09-20 | Auto merge of #146805 - lnicola:sync-from-ra, r=lnicola | bors | -9245/+38642 |
| 2025-09-20 | CI: test bootstrap build | Ralf Jung | -2/+37 |
| 2025-09-20 | clippy | Ralf Jung | -4/+4 |
| 2025-09-20 | Bump rustc crates once more | Laurențiu Nicola | -34/+32 |
| 2025-09-20 | Merge ref 'ec3867107526' from rust-lang/rust | The Miri Cronjob Bot | -2481/+4509 |
| 2025-09-20 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-19 | [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows | Daniel Paoliello | -0/+1 |