| Age | Commit message (Expand) | Author | Lines |
| 2024-05-25 | Auto merge of #125552 - matthiaskrgr:rollup-f1yybpn, r=matthiaskrgr | bors | -8/+30 |
| 2024-05-25 | Removed return | Jonas Rinke | -3/+4 |
| 2024-05-25 | Rollup merge of #125472 - erikdesjardins:component, r=clubby789 | Matthias Krüger | -0/+30 |
| 2024-05-25 | Rollup merge of #121377 - pitaj:lazy_cell_fn_pointer, r=dtolnay | Matthias Krüger | -8/+0 |
| 2024-05-25 | Auto merge of #125515 - weihanglo:target-toml-override, r=onur-ozkan | bors | -5/+59 |
| 2024-05-25 | Avoid clone when constructing runnable label. | Mathew Horner | -3/+3 |
| 2024-05-25 | Auto merge of #125502 - weihanglo:update-rustc-perf, r=Kobzol | bors | -0/+0 |
| 2024-05-25 | Formatting | Jonas Rinke | -2/+2 |
| 2024-05-25 | Semicolon | Jonas Rinke | -1/+1 |
| 2024-05-25 | Use correct format for setting environment variables when debugging with cppt... | Jonas Rinke | -1/+3 |
| 2024-05-25 | Auto merge of #125541 - matthiaskrgr:rollup-4gwt4xp, r=matthiaskrgr | bors | -428/+428 |
| 2024-05-25 | Rollup merge of #125478 - Urgau:check-cfg-config-bump-stage0, r=Mark-Simulacrum | Matthias Krüger | -428/+428 |
| 2024-05-25 | Auto merge of #125524 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-25 | Fix `data_constructor` ignoring generics for struct | Tavo Annus | -5/+19 |
| 2024-05-25 | add change entry | onur-ozkan | -0/+5 |
| 2024-05-25 | Remove deprecated field `dist.missing-tools` | onur-ozkan | -4/+0 |
| 2024-05-25 | Merge from rustc | The Miri Cronjob Bot | -13/+35 |
| 2024-05-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-24 | Add "better" edition handling on lint-docs tool | Santiago Pastorino | -2/+11 |
| 2024-05-24 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-24 | Rollup merge of #125485 - GuillaumeGomez:migrate-rmake-rustdoc, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-24 | Rollup merge of #125483 - workingjubilee:move-transform-validate-to-mir-trans... | Matthias Krüger | -2/+2 |
| 2024-05-24 | remove nested match with and_then | Luuk Wester | -4/+1 |
| 2024-05-24 | add test for every keyword, fix bug | Luuk Wester | -16/+94 |
| 2024-05-24 | cosmetic and performance fixes, and drop support for adding //! comments anyw... | Luuk Wester | -113/+78 |
| 2024-05-24 | bootstrap: test target specific config overrides | Weihang Lo | -4/+45 |
| 2024-05-24 | bootstrap: support target specific config overrides | Weihang Lo | -1/+14 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (clippy/smir) | Boxy | -10/+9 |
| 2024-05-24 | miri: receive the blessings of validate.rs | Jubilee Young | -1/+1 |
| 2024-05-24 | clippy: unnest check_consts | Jubilee Young | -1/+1 |
| 2024-05-24 | Rollup merge of #125481 - iawia002:fix-dead-link, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-24 | Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errors | Matthias Krüger | -9/+32 |
| 2024-05-24 | Update rustc-perf | Weihang Lo | -0/+0 |
| 2024-05-24 | Migrate `run-make/rustdoc-with-output-dir-option` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-24 | Auto merge of #3626 - devnexen:pthread_name_illumos, r=oli-obk | bors | -5/+34 |
| 2024-05-24 | Auto merge of #3625 - Strophox:miri-allocation-fix, r=RalfJung | bors | -23/+24 |
| 2024-05-24 | extend comments | Ralf Jung | -2/+3 |
| 2024-05-24 | Fix the dead link in the bootstrap README | Xinzhao Xu | -1/+1 |
| 2024-05-24 | Auto merge of #3628 - RalfJung:tokio, r=RalfJung | bors | -1/+13 |
| 2024-05-24 | add back some tokio features | Ralf Jung | -1/+13 |
| 2024-05-24 | Bump bootstrap compiler to the latest beta compiler | Urgau | -428/+428 |
| 2024-05-24 | Run rustfmt on files that need it. | Nicholas Nethercote | -9/+32 |
| 2024-05-24 | fmt | The Miri Cronjob Bot | -2/+7 |
| 2024-05-24 | Merge from rustc | The Miri Cronjob Bot | -113/+115 |
| 2024-05-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-23 | tidy: validate LLVM component names in tests | Erik Desjardins | -0/+30 |
| 2024-05-24 | Review fixes: Assist scope, trait qualify | maxwase | -45/+126 |
| 2024-05-23 | solaris add suport for threadname. | David Carlier | -5/+34 |
| 2024-05-24 | Review fixes: Split into 2, check tuple fields | maxwase | -57/+137 |
| 2024-05-24 | Add toggle_async_sugar assist code action | maxwase | -0/+483 |