| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | Rollup merge of #142303 - Kobzol:bootstrap-cleanup-1, r=jieyouxu | Matthias Krüger | -353/+381 |
| 2025-06-11 | Rollup merge of #142374 - Kobzol:fix-newline, r=tmiasko | Matthias Krüger | -1/+2 |
| 2025-06-11 | Rollup merge of #142364 - Kobzol:download-ci-incremental-warning-remove, r=Ra... | Matthias Krüger | -2/+1 |
| 2025-06-11 | Rollup merge of #142346 - Shourya742:2025-06-11-add-tracing-import-to-executi... | Matthias Krüger | -1/+6 |
| 2025-06-11 | Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr | bors | -3/+33 |
| 2025-06-11 | Fix missing newline trim in bootstrap | Jakub Beránek | -1/+2 |
| 2025-06-11 | Do not warn on `rust.incremental` when using download CI rustc | Jakub Beránek | -2/+1 |
| 2025-06-11 | Rollup merge of #142298 - jieyouxu:loongarch-maintainer-list, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2025-06-11 | Rollup merge of #142297 - jieyouxu:needs-target-std, r=Kobzol | Matthias Krüger | -1/+31 |
| 2025-06-11 | put flag check at the end of command chain in mingw-check-2 | bit-aloo | -4/+5 |
| 2025-06-11 | add comment over ci change | bit-aloo | -1/+3 |
| 2025-06-11 | add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow | bit-aloo | -1/+1 |
| 2025-06-11 | Revert "add `Cargo.lock` to CI-rustc allowed list for non-CI env" | Jakub Beránek | -34/+21 |
| 2025-06-11 | add trace_cmd import in tracing feature in execution context | bit-aloo | -0/+2 |
| 2025-06-10 | Auto merge of #142292 - RalfJung:miri-sync, r=RalfJung | bors | -228/+420 |
| 2025-06-10 | Improve documentation of the `Rustc` step and rename `compiler` to `build_com... | Jakub Beránek | -41/+57 |
| 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 #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 | 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 | 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 | 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 |
| 2025-06-09 | update dry_run value in exec_ctx and start forwarding exec_ctx verbose method... | bit-aloo | -13/+5 |