| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol | Matthias Krüger | -8/+8 |
| 2025-06-03 | Rollup merge of #141898 - LukeMathWalker:patch-1, r=aDotInTheVoid | Matthias Krüger | -1/+1 |
| 2025-06-03 | Rollup merge of #141881 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -298/+641 |
| 2025-06-03 | Rollup merge of #141554 - Noratrieb:document-codegen-opts-better, r=bjorn3 | Matthias Krüger | -3/+49 |
| 2025-06-03 | chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/code | dependabot[bot] | -3/+3 |
| 2025-06-03 | run `x check` on mingw-check-2 | onur-ozkan | -0/+1 |
| 2025-06-03 | handle stage0 on `Std::check` | onur-ozkan | -11/+24 |
| 2025-06-03 | Use 4-core large disk runner for the alt job | Jakub Beránek | -11/+16 |
| 2025-06-03 | add config.rs with new module structuring | bit-aloo | -1982/+122 |
| 2025-06-03 | Move all common types, macros and utility method to config/mod.rs | bit-aloo | -0/+411 |
| 2025-06-03 | move target selection to its separate module | bit-aloo | -0/+147 |
| 2025-06-03 | This commit adds a `toml` module that represents various subsections of `boot... | bit-aloo | -0/+1541 |
| 2025-06-03 | move `test-float-parse` tool into `src/tools` dir | onur-ozkan | -8/+8 |
| 2025-06-03 | make library profile to use stage 1 on `x check` | onur-ozkan | -1/+2 |
| 2025-06-03 | make `x check` to use stage0 by default | onur-ozkan | -1/+4 |
| 2025-06-03 | Auto merge of #141944 - matthiaskrgr:rollup-e7xhp6w, r=matthiaskrgr | bors | -32/+35 |
| 2025-06-03 | Merge pull request #19869 from MatrixFrog/publicize_field | Lukas Wirth | -182/+138 |
| 2025-06-03 | Merge pull request #19894 from ShoyuVanilla/some-query-cycles | Lukas Wirth | -7/+72 |
| 2025-06-03 | Merge pull request #19901 from BazookaMusic/master | Lukas Wirth | -12/+192 |
| 2025-06-02 | Add a quickfix for accessing a private field of a struct | Tyler Breisacher | -182/+138 |
| 2025-06-03 | Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkov | Matthias Krüger | -32/+35 |
| 2025-06-03 | Merge from rustc | The Miri Cronjob Bot | -1357/+3019 |
| 2025-06-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-03 | Auto merge of #141210 - RalfJung:miri-std-doctests, r=saethlin | bors | -12/+11 |
| 2025-06-03 | fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnostics | Shoyu Vanilla | -7/+72 |
| 2025-06-02 | feat: implement completion for diagnostic module | Ryan Mehri | -17/+175 |
| 2025-06-03 | Overhaul `UsePath`. | Nicholas Nethercote | -29/+32 |
| 2025-06-02 | simplify expression that checks the offset | BazookaMusic | -36/+30 |
| 2025-06-02 | Auto merge of #141912 - Kobzol:rollup-wurlnsx, r=Kobzol | bors | -1/+10 |
| 2025-06-02 | fix: don't duplicate must_use for functions and traits | Ryan Mehri | -2/+2 |
| 2025-06-02 | Update books | rustbot | -0/+0 |
| 2025-06-02 | Auto merge of #141906 - chenyukang:rollup-k6v59ty, r=chenyukang | bors | -134/+284 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -4/+4 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -12/+12 |
| 2025-06-02 | Merge pull request #2443 from smanilov/patch-21 | Tshepang Mbambo | -1/+3 |
| 2025-06-02 | Simplify long sentence | Stan Manilov | -1/+3 |
| 2025-06-02 | Merge pull request #2446 from fmease/fix-warning-blocks | León Orell Valerian Liehr | -1/+15 |
| 2025-06-02 | Fix some warning blocks that contain Markdown | León Orell Valerian Liehr | -1/+15 |
| 2025-06-02 | Merge pull request #2445 from smanilov/patch-23 | Tshepang Mbambo | -9/+13 |
| 2025-06-02 | Add title and toc to Async chapter | Stan Manilov | -9/+13 |
| 2025-06-02 | Trivial: dedup word | Stan Manilov | -1/+1 |
| 2025-06-02 | Support derive-macros for rename prefix magic | Lukas Wirth | -117/+211 |
| 2025-06-02 | fix: Fix edition handling for names in rename logic | Lukas Wirth | -115/+161 |
| 2025-06-02 | Enhance renaming to include identifiers that are generated from the original ... | Lukas Wirth | -44/+251 |
| 2025-06-02 | Rollup merge of #141904 - jieyouxu:test-float-parse, r=Mark-Simulacrum | Jakub Beránek | -0/+2 |
| 2025-06-02 | Rollup merge of #141865 - Nadrieril:dont-steal-thir, r=oli-obk | Jakub Beránek | -0/+7 |
| 2025-06-02 | Rollup merge of #141767 - marcoieni:free-pr-job, r=Kobzol | Jakub Beránek | -1/+1 |
| 2025-06-02 | Fix `create-docs-artifacts.sh` with new bors | Jakub Beránek | -1/+2 |
| 2025-06-02 | Rollup merge of #141897 - Kobzol:fix-citool-tests, r=marcoieni | Yukang | -0/+2 |
| 2025-06-02 | Rollup merge of #141894 - tshepang:rdg-push, r=jieyouxu | Yukang | -133/+281 |