| Age | Commit message (Expand) | Author | Lines |
| 2024-05-30 | Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearth | bors | -676/+1422 |
| 2024-05-30 | Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk | bors | -661/+373 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -74/+366 |
| 2024-05-30 | Auto merge of #125761 - matthiaskrgr:rollup-7u082og, r=matthiaskrgr | bors | -492/+576 |
| 2024-05-30 | Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u... | Philipp Krones | -676/+1422 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -33/+34 |
| 2024-05-30 | Rollup merge of #125753 - Zalathar:procres, r=jieyouxu | Matthias Krüger | -29/+19 |
| 2024-05-30 | Rollup merge of #125746 - jmillikin:duration-from-weeks-typo, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-30 | Rollup merge of #125745 - tgross35:bump-stage0, r=Mark-Simulacrum | Matthias Krüger | -428/+428 |
| 2024-05-30 | Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubilee | Matthias Krüger | -1/+18 |
| 2024-05-30 | Rollup merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | Matthias Krüger | -162/+163 |
| 2024-05-30 | Rollup merge of #125342 - tbu-:pr_doc_write, r=ChrisDenton | Matthias Krüger | -0/+76 |
| 2024-05-30 | Auto merge of #12867 - flip1995:rustup, r=flip1995 | bors | -154/+169 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -162/+163 |
| 2024-05-30 | Bump nightly version -> 2024-05-30 | Philipp Krones | -1/+1 |
| 2024-05-30 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -707/+1475 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+17 |
| 2024-05-30 | Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errors | bors | -327/+206 |
| 2024-05-30 | coverage: Rename MC/DC `conditions_num` to `num_conditions` | Zalathar | -33/+34 |
| 2024-05-30 | compiletest: Unify `cmd2procres` with `run_command_to_procres` | Zalathar | -29/+19 |
| 2024-05-30 | Auto merge of #125744 - fmease:rollup-ky7d098, r=fmease | bors | -297/+519 |
| 2024-05-29 | Enable DestinationPropagation by default. | Camille GILLOT | -661/+373 |
| 2024-05-30 | Fix copy-paste error in `Duration::from_weeks` panic message. | John Millikin | -1/+1 |
| 2024-05-29 | Bump the stage0 compiler to beta.7 (2024-05-25) | Trevor Gross | -428/+428 |
| 2024-05-30 | Rollup merge of #125734 - petrochenkov:macinattr, r=wesleywiser | León Orell Valerian Liehr | -47/+233 |
| 2024-05-30 | Rollup merge of #125733 - compiler-errors:async-fn-assoc-item, r=fmease | León Orell Valerian Liehr | -62/+40 |
| 2024-05-30 | Rollup merge of #125723 - GuillaumeGomez:migrate-run-make-crate-data-smoke, r... | León Orell Valerian Liehr | -13/+51 |
| 2024-05-30 | Rollup merge of #125701 - scottmcm:generic-from-raw-parts, r=WaffleLapkin | León Orell Valerian Liehr | -18/+28 |
| 2024-05-30 | Rollup merge of #125699 - nnethercote:streamline-rustfmt, r=GuillaumeGomez | León Orell Valerian Liehr | -115/+106 |
| 2024-05-30 | Rollup merge of #125662 - Oneirical:more-tests-again, r=jieyouxu | León Orell Valerian Liehr | -32/+43 |
| 2024-05-30 | Rollup merge of #125653 - GuillaumeGomez:migrate-const-prop-lint, r=jieyouxu | León Orell Valerian Liehr | -10/+18 |
| 2024-05-29 | Auto merge of #125702 - workingjubilee:tell-tidy-about-csky, r=nikic | bors | -18/+8 |
| 2024-05-30 | Add `deprecated_safe` lint | Tobias Bucher | -11/+172 |
| 2024-05-29 | Elaborate about modifying env vars in multi-threaded programs | Tobias Bucher | -18/+28 |
| 2024-05-29 | Add note about safety of `std::env::set_var` on Windows | Tobias Bucher | -5/+11 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -57/+172 |
| 2024-05-29 | Auto merge of #125732 - matthiaskrgr:rollup-bozbtk3, r=matthiaskrgr | bors | -534/+897 |
| 2024-05-29 | drop_in_place: weaken the claim of equivalence with drop(ptr.read()) | Ralf Jung | -1/+1 |
| 2024-05-29 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -66/+50 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -26/+10 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -29/+8 |
| 2024-05-29 | Rollup merge of #125719 - Zalathar:run-coverage, r=jieyouxu | Matthias Krüger | -426/+372 |
| 2024-05-29 | Rollup merge of #125715 - lqd:rmake-cleanup, r=jieyouxu | Matthias Krüger | -2/+0 |
| 2024-05-29 | Rollup merge of #125708 - RalfJung:tier3, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-05-29 | Rollup merge of #125705 - oli-obk:const_block_ice, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2024-05-29 | Rollup merge of #125700 - Zalathar:limit-overflow, r=nnethercote | Matthias Krüger | -2/+313 |
| 2024-05-29 | Rollup merge of #125693 - Zalathar:format, r=lqd | Matthias Krüger | -102/+88 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -1/+100 |
| 2024-05-29 | Add a test for resolving `macro_rules` calls inside attributes | Vadim Petrochenkov | -0/+202 |
| 2024-05-29 | Add lang items for AsyncFn's associated types | Michael Goulet | -8/+23 |