rust/compiler/rustc_codegen_llvm/src
bors 66b0b29e65 Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrum
Bump stage0 to beta-2024-09-22 and rustfmt to nightly-2024-09-22

I'm doing this to apply the changes to version sorting (https://github.com/rust-lang/rustfmt/pull/6284) that have occurred since rustfmt last upgraded (and a few other miscellaneous changes, like changes to expression overflowing: https://github.com/rust-lang/rustfmt/pull/6260). Eagerly updating rustfmt and formatting-the-world will ideally move some of the pressure off of the beta bump which will happen at the beginning of the next release cycle.

You can verify this is correct by checking out the changes, reverting the last commit, reapplying them, and diffing the changes:

```
git fetch git@github.com:compiler-errors/rust.git bump
git checkout -b bump FETCH_HEAD
git reset --hard HEAD~5
./x.py fmt --all
git diff FETCH_HEAD
# ignore the changes to stage0, and rustfmt.toml,
# and test file changes in rustdoc-js-std, run-make.
```

Or just take my word for it? Up to the reviewer.

r? release
2024-09-23 02:02:22 +00:00
..
back Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrum 2024-09-23 02:02:22 +00:00
coverageinfo Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
debuginfo Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
llvm Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
abi.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
allocator.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
asm.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
attributes.rs remove #[cmse_nonsecure_entry] 2024-09-21 13:05:21 +02:00
base.rs Add warn(unreachable_pub) to rustc_codegen_llvm. 2024-08-16 08:46:57 +10:00
builder.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
callee.rs Streamline hidden visibility setting. 2024-09-19 20:10:42 +10:00
common.rs Reorder ConstMethods. 2024-09-19 20:10:42 +10:00
consts.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
context.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
declare.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
errors.rs Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau 2024-08-27 00:41:57 +02:00
intrinsic.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
llvm_util.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
mono_item.rs Reformat some comments. 2024-09-19 20:11:28 +10:00
type_.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
type_of.rs Add warn(unreachable_pub) to rustc_codegen_llvm. 2024-08-16 08:46:57 +10:00
va_arg.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
value.rs Add warn(unreachable_pub) to rustc_codegen_llvm. 2024-08-16 08:46:57 +10:00