| Age | Commit message (Expand) | Author | Lines |
| 2025-06-10 | Rename `build` to `host_target` | Jakub Beránek | -314/+326 |
| 2025-06-10 | Rollup merge of #142275 - aDotInTheVoid:gen-ty-of, r=fmease | León Orell Valerian Liehr | -74/+19 |
| 2025-06-10 | Rollup merge of #142258 - teohhanhui:docs/platform-support-linux-kernel-versi... | León Orell Valerian Liehr | -19/+19 |
| 2025-06-10 | Rollup merge of #141909 - Shourya742:2025-06-01-add-execution-context, r=Kobzol | León Orell Valerian Liehr | -272/+364 |
| 2025-06-10 | Rollup merge of #141818 - mati865:dont-create-msi-from-non-windows, r=Kobzol | León Orell Valerian Liehr | -1/+2 |
| 2025-06-10 | Make loongarch-none target maintainers more easily pingable | Jieyou Xu | -2/+2 |
| 2025-06-10 | Document `//@ needs-target-std` in rustc-dev-guide | Jieyou Xu | -0/+1 |
| 2025-06-10 | Implement `//@ needs-target-std` directive in compiletest | Jieyou Xu | -0/+17 |
| 2025-06-10 | Extract target no-std hack to `build_helpers` | Jieyou Xu | -1/+13 |
| 2025-06-10 | Merge pull request #19964 from Wilfred/fix_typos | Chayim Refael Friedman | -2/+2 |
| 2025-06-10 | [minor] Fix typos | Wilfred Hughes | -2/+2 |
| 2025-06-10 | Add more tests to check extracted doctests feature | Guillaume Gomez | -3/+55 |
| 2025-06-10 | Improve naming of variables in `DocTestBuilder::generate_unique_doctest` | Guillaume Gomez | -9/+40 |
| 2025-06-10 | Give more information into extracted doctest information | Guillaume Gomez | -49/+134 |
| 2025-06-10 | Merge pull request #19963 from ChayimFriedman2/unsized-impl-items | Lukas Wirth | -3/+64 |
| 2025-06-10 | Do not error at impls for unsized types that do not include `where Self: Size... | Chayim Refael Friedman | -3/+64 |
| 2025-06-10 | Add supported asm types for LoongArch32 | WANG Rui | -0/+5 |
| 2025-06-10 | Use a faster runner for the x64 dist-alt job | Jakub Beránek | -1/+1 |
| 2025-06-10 | enable rustc debug assertions on -alt builds | Rémy Rakic | -0/+5 |
| 2025-06-10 | Pass `jemalloc` feature to Clippy in bootstrap | Jakub Beránek | -2/+15 |
| 2025-06-10 | Merge pull request #4389 from RalfJung/native-lib-search-order | Ralf Jung | -22/+25 |
| 2025-06-10 | Merge pull request #4382 from RalfJung/dup | Ralf Jung | -2/+3 |
| 2025-06-10 | Add jemalloc feature to Clippy | Jakub Beránek | -0/+35 |
| 2025-06-10 | Add jemalloc feature to Clippy | Jakub Beránek | -0/+36 |
| 2025-06-10 | ci: split x86_64-gnu-tools job | MarcoIeni | -56/+125 |
| 2025-06-10 | Avoid cloning `self.index` in `after_krate`. | Nicholas Nethercote | -2/+4 |
| 2025-06-10 | float tests: test non-determinism for more operations | Ralf Jung | -22/+25 |
| 2025-06-10 | Merge pull request #4394 from RalfJung/smallvec | Ralf Jung | -0/+99 |
| 2025-06-10 | add SmallVec test | Ralf Jung | -0/+99 |
| 2025-06-10 | Simplify `JsonRenderer`. | Nicholas Nethercote | -10/+9 |
| 2025-06-10 | sync max_fundamental_align with alloc crate | Ralf Jung | -4/+7 |
| 2025-06-10 | Auto merge of #142109 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-06-10 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2025-06-10 | Merge from rustc | The Miri Cronjob Bot | -384/+772 |
| 2025-06-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-10 | Auto merge of #142250 - lnicola:sync-from-ra, r=lnicola | bors | -1085/+2373 |
| 2025-06-10 | rustdoc: Refractor `clean_ty_generics` | Alona Enraght-Moony | -74/+19 |
| 2025-06-09 | Don't create .msi installer for gnullvm hosts | Mateusz Mikuła | -1/+2 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -62/+329 |
| 2025-06-09 | native-lib: update readme (to mention folders in header) | Ralf Jung | -10/+12 |
| 2025-06-09 | native_lib: skip to next .so if function was in dependency of the first | Ralf Jung | -12/+13 |
| 2025-06-10 | platform-support.md: Mention specific Linux kernel version or later | Teoh Han Hui | -19/+19 |
| 2025-06-09 | Auto merge of #142253 - tgross35:rollup-img49op, r=tgross35 | bors | -3/+42 |
| 2025-06-09 | Merge pull request #19930 from regexident/dyn-semantics-take-two | David Barsky | -2/+18 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -3/+42 |
| 2025-06-09 | Merge pull request #4376 from yoctocell/tb-interior-mut-flag | Ralf Jung | -35/+154 |
| 2025-06-09 | Initialize the execution context in parse_inner, start using dry run from the... | bit-aloo | -28/+29 |
| 2025-06-09 | Add `-Zmiri-tree-borrows-no-precise-interior-mut` flag | Xinglu Chen | -35/+154 |
| 2025-06-09 | Auto merge of #142241 - Kobzol:disable-ci-rustc-on-ci, r=jieyouxu | bors | -3/+5 |
| 2025-06-09 | remove execution context from flag module and correct the command invocation ... | bit-aloo | -25/+19 |