rust/compiler/rustc_codegen_gcc/src
Nicholas Nethercote bfef2611d9 Reorder ConstMethods.
It's crazy to have the integer methods in something close to random
order.

The reordering makes the gaps clear: `const_i64`, `const_i128`,
`const_isize`, and `const_u16`. I guess they just aren't needed.
2024-09-19 20:10:42 +10:00
..
back Remove serialized_bitcode from LtoModuleCodegen. 2024-09-09 09:00:50 +10:00
intrinsic Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
abi.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
allocator.rs
archive.rs Move computation of decorated names out of the create_dll_import_lib method 2024-07-30 10:32:32 +00:00
asm.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
attributes.rs Hide implicit target features from diagnostics when possible 2024-08-07 00:43:52 -04:00
base.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
builder.rs Use associative type defaults in {Layout,FnAbi}OfHelpers. 2024-09-17 10:25:06 +10:00
callee.rs Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master 2024-07-10 12:44:23 +02:00
common.rs Reorder ConstMethods. 2024-09-19 20:10:42 +10:00
consts.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
context.rs Use associative type defaults in {Layout,FnAbi}OfHelpers. 2024-09-17 10:25:06 +10:00
coverageinfo.rs
debuginfo.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
declare.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
errors.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
gcc_util.rs Refactor and fill out target feature lists 2024-08-07 00:41:48 -04:00
int.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
lib.rs Use sysroot crates maximally in rustc_codegen_gcc. 2024-09-02 15:35:58 +10:00
mono_item.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
type_.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
type_of.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00