about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example/mini_core.rs
AgeCommit message (Expand)AuthorLines
2025-06-16cranelift/gcc: `{Meta,Pointee,}Sized` in minicoreDavid Wood-30/+36
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-2/+2
2025-05-14Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...Guillaume Gomez-16/+38
2025-04-18Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...Guillaume Gomez-0/+48
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-8/+8
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-52/+13
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-0/+3
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-1/+1
2025-01-13Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...Antoni Boucher-0/+8
2025-01-07Update tests.Mara Bos-1/+1
2024-12-07Make `Copy` unsafe to implement for ADTs with `unsafe` fieldsJack Wrenn-18/+18
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-22/+64
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-5/+5
2024-07-11Remove lang feature for type ascriptionMichael Goulet-1/+1
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-20Fixup `rustc_codegen_gcc` test signatureMaybe Waffle-1/+1
2024-03-22Codegen const panic messages as function callsMark Rousskov-0/+30
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-1/+1
2024-03-05only set noalias on Box with the global allocatorRalf Jung-0/+1
2024-02-29Forbid implementing `Freeze` even if the trait is stabilizedOli Scherer-1/+1
2024-01-24remove StructuralEq traitRalf Jung-3/+0
2023-12-11Fix rustc codegen gcc testsUrgau-1/+1
2023-10-09Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...Antoni Boucher-1/+10
2023-06-19Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023...Antoni Boucher-2/+18
2023-06-16remove box_free and replace with drop implDrMeepster-6/+2
2023-03-05Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...Antoni Boucher-17/+51
2022-06-03Make `std::mem::needs_drop` accept `?Sized`Nikolai Vazquez-1/+1
2022-03-26Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022...bjorn3-3/+17
2021-08-12Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6...Antoni Boucher-0/+585