rust/compiler/rustc_codegen_gcc/src
bors 124cc92199 Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum
Update bootstrap compiler and rustfmt

The rustfmt version we previously used formats things differently from what the latest nightly rustfmt does. This causes issues for subtrees that get formatted both in-tree and in their own repo. Updating the rustfmt used in-tree solves those issues. Also bumped the bootstrap compiler as the stage0 update command always updates both at the same
time.
2025-02-09 15:44:16 +00:00
..
back Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_cg_gcc_2025_01_12 2025-01-13 10:53:58 -05:00
intrinsic Rustfmt 2025-02-08 22:12:13 +00:00
abi.rs compiler: remove reexports from rustc_target::callconv 2025-02-07 11:25:18 -08:00
allocator.rs Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_cg_gcc_2025_01_12 2025-01-13 10:53:58 -05:00
asm.rs codegen #[naked] functions using global_asm! 2024-12-10 21:41:03 +01:00
attributes.rs mir_transform: implement forced inlining 2025-01-10 18:37:54 +00:00
base.rs Remove Linkage::Appending 2025-02-07 16:02:19 +00:00
builder.rs Rustfmt 2025-02-08 22:12:13 +00:00
callee.rs Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_cg_gcc_2025_01_12 2025-01-13 10:53:58 -05:00
common.rs Do not treat vtable supertraits as distinct when bound with different bound vars 2025-01-30 15:33:58 +00:00
consts.rs cg_gcc: Directly use rustc_abi instead of reexports 2025-02-04 22:31:56 -08:00
context.rs cg_gcc: Directly use rustc_abi instead of reexports 2025-02-04 22:31:56 -08:00
coverageinfo.rs Unbox and unwrap the contents of StatementKind::Coverage 2024-03-23 22:05:11 +11:00
debuginfo.rs Auto merge of #136471 - safinaskar:parallel, r=SparrowLii 2025-02-06 10:50:05 +00:00
declare.rs cg_gcc: Directly use rustc_abi instead of reexports 2025-02-04 22:31:56 -08:00
errors.rs Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_cg_gcc_2025_01_12 2025-01-13 10:53:58 -05:00
gcc_util.rs ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
int.rs cg_gcc: Directly use rustc_abi instead of reexports 2025-02-04 22:31:56 -08:00
lib.rs ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
mono_item.rs Remove Linkage::Private 2025-02-07 16:02:19 +00:00
type_.rs cg_gcc: Directly use rustc_abi instead of reexports 2025-02-04 22:31:56 -08:00
type_of.rs cg_gcc: Directly use rustc_abi instead of reexports 2025-02-04 22:31:56 -08:00