rust/src
2025-11-27 16:14:23 -05:00
..
back Switch from #[expect] to #[allow] because of a clippy bug 2025-11-24 11:24:54 -05:00
intrinsic Add dummy mapping for new tile builtins 2025-11-25 15:17:43 -05:00
abi.rs Auto merge of #148481 - GuillaumeGomez:subtree-update_cg_gcc_2025-11-04, r=GuillaumeGomez 2025-11-13 18:00:02 +00:00
allocator.rs Move computation of allocator shim contents to cg_ssa 2025-10-10 13:04:55 +00:00
archive.rs Add a default implementation for CodegenBackend::link 2024-11-09 20:42:56 +00:00
asm.rs Implement ppc/ppc64 preserves_flags option for inline asm 2025-10-14 10:05:07 -05:00
attributes.rs Merge branch 'master' into sync_from_rust_2025_11_13 2025-11-13 17:12:04 -05:00
base.rs Auto merge of #148481 - GuillaumeGomez:subtree-update_cg_gcc_2025-11-04, r=GuillaumeGomez 2025-11-13 18:00:02 +00:00
builder.rs Merge branch 'master' into sync_from_rust_2025_11_13 2025-11-13 17:12:04 -05:00
callee.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
common.rs Fix ICE on offsetted ZST pointer 2025-10-15 20:06:46 -04:00
consts.rs Replace allow attributes with expect and remove unused attributes 2025-11-05 12:28:28 +01:00
context.rs Replace allow attributes with expect and remove unused attributes 2025-11-05 12:28:28 +01:00
coverageinfo.rs Unbox and unwrap the contents of StatementKind::Coverage 2024-03-23 22:05:11 +11:00
debuginfo.rs Add -Zannotate-moves for profiler visibility of move/copy operations 2025-11-06 15:39:45 -08:00
declare.rs Replace allow attributes with expect and remove unused attributes 2025-11-05 12:28:28 +01:00
errors.rs Implement support for explicit tail calls in the MIR block builders and the LLVM codegen backend. 2025-07-26 01:02:29 +02:00
gcc_util.rs Auto merge of #148516 - bjorn3:target_feature_parsing_improvements, r=WaffleLapkin 2025-11-05 17:56:16 +00:00
int.rs Use generic builtin for checked binary operation 2025-11-27 16:14:23 -05:00
lib.rs Move libgccjit.so in the sysroot 2025-11-26 12:52:12 -05:00
mono_item.rs Replace allow attributes with expect and remove unused attributes 2025-11-05 12:28:28 +01:00
type_.rs Replace allow attributes with expect and remove unused attributes 2025-11-05 12:28:28 +01:00
type_of.rs erase_regions to erase_and_anonymize_regions 2025-09-09 14:49:16 +02:00