| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | slice: Mark `rotate_left`, `rotate_right` unstably const | okaneco | -9/+21 |
| 2025-07-11 | directives.md: build-aux-docs does not work with aux-crate | lolbinarycat | -1/+1 |
| 2025-07-11 | Update miri for change to random API | Josh Triplett | -1/+1 |
| 2025-07-11 | Rollup merge of #143770 - hkBst:build-helper-cleanup, r=Kobzol | Matthias Krüger | -26/+25 |
| 2025-07-11 | Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqd | Matthias Krüger | -48/+7 |
| 2025-07-11 | Rollup merge of #143767 - hkBst:cleanup-x, r=jieyouxu | Matthias Krüger | -14/+10 |
| 2025-07-11 | Rollup merge of #143759 - fluiderson:rdttff, r=aDotInTheVoid | Matthias Krüger | -3/+3 |
| 2025-07-11 | Rollup merge of #143747 - Gelbpunkt:aarch64-musl-maintainer, r=jieyouxu | Matthias Krüger | -1/+51 |
| 2025-07-11 | Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,... | Matthias Krüger | -10/+35 |
| 2025-07-11 | Rollup merge of #143647 - ColtenOuO:master, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2025-07-11 | Rollup merge of #143633 - dillona:noinline-assert, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-07-11 | Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann | Matthias Krüger | -90/+299 |
| 2025-07-11 | random: Provide a `Distribution<T>` trait | Josh Triplett | -57/+27 |
| 2025-07-11 | Update cargo | Weihang Lo | -0/+0 |
| 2025-07-11 | remove format short command and push format short command method inside finge... | bit-aloo | -27/+4 |
| 2025-07-11 | fix const_ops tracking issue | Ralf Jung | -12/+12 |
| 2025-07-11 | fix PartialEq const feature name and const_cmp tracking issue | Ralf Jung | -28/+29 |
| 2025-07-11 | Use short command method directly from fingerprint | bit-aloo | -1/+1 |
| 2025-07-11 | Fix ICE for parsed attributes with longer path not handled by CheckAttrVisitor | Jonathan Brouwer | -1/+40 |
| 2025-07-11 | Add a memory map bound check assertion on rendering const slice | Shoyu Vanilla | -0/+8 |
| 2025-07-11 | Consolidate classify tests | Roger Curley | -71/+23 |
| 2025-07-11 | Consolidate is_normal tests | Roger Curley | -82/+51 |
| 2025-07-11 | Consolidate is_finite tests | Roger Curley | -52/+22 |
| 2025-07-11 | Consolidate is_infinite tests | Roger Curley | -52/+22 |
| 2025-07-11 | Consolidate is_nan | Roger Curley | -52/+22 |
| 2025-07-11 | Consolidate one tests | Roger Curley | -52/+19 |
| 2025-07-11 | Consolidate negative zero tests | Roger Curley | -56/+20 |
| 2025-07-11 | Consolidate zero tests | Roger Curley | -52/+19 |
| 2025-07-11 | Consolidate neg_infinity tests | Roger Curley | -48/+18 |
| 2025-07-11 | Consolidate test_num tests | Roger Curley | -50/+34 |
| 2025-07-11 | Consolidate infinity tests | Roger Curley | -48/+18 |
| 2025-07-11 | Merge pull request #20219 from ChayimFriedman2/expr-store-mem | Chayim Refael Friedman | -271/+419 |
| 2025-07-11 | fix: Normalize projection types before calculating memory maps | Shoyu Vanilla | -5/+47 |
| 2025-07-11 | Opaque type collection: Guard against endlessly recursing free alias types | León Orell Valerian Liehr | -4/+36 |
| 2025-07-11 | Update description for flag | bjorn3 | -139/+139 |
| 2025-07-11 | Update sysinfo version to `0.36.0` | Guillaume Gomez | -8/+8 |
| 2025-07-11 | Avoid building C++ for rustc_llvm with --compile-time-deps | bjorn3 | -0/+17 |
| 2025-07-11 | Fix fallback for CI_JOB_NAME | Nikita Popov | -1/+1 |
| 2025-07-11 | Add --compile-time-deps argument for x check | bjorn3 | -51/+226 |
| 2025-07-11 | Fix std debug assertions gate in `fmt-write-boat` | Jieyou Xu | -2/+2 |
| 2025-07-11 | Disambiguate between rustc vs std having debug assertions | Jieyou Xu | -3/+25 |
| 2025-07-11 | Merge pull request #2502 from Kobzol/rustc-josh-sync-ci | 许杰友 Jieyou Xu (Joe) | -102/+9 |
| 2025-07-11 | More discriminant codegen tests | Scott McMurray | -0/+538 |
| 2025-07-11 | Some const_trait_impl test cleanups | Oli Scherer | -12/+4 |
| 2025-07-11 | std: move NuttX to use arc4random for random number generation | Huang Qi | -1/+1 |
| 2025-07-11 | Remove support for SwitchInt edge effects in backward dataflow analyses | Tomasz Miąsko | -48/+7 |
| 2025-07-11 | constify `From` and `Into` | Oli Scherer | -43/+38 |
| 2025-07-11 | compiler: comment on some call-related codegen fn in cg_ssa | Jubilee Young | -2/+29 |
| 2025-07-11 | Merge pull request #20224 from Hmikihiro/migrate_remove_dbg | Shoyu Vanilla (Flint) | -43/+44 |
| 2025-07-11 | Migrate `remove_dbg` assist to use `SyntaxEditor` | Hayashi Mikihiro | -43/+44 |