about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/context.rs
AgeCommit message (Expand)AuthorLines
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-3/+3
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-2/+7
2025-06-30Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c...Guillaume Gomez-9/+0
2025-06-28Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c...Guillaume Gomez-15/+18
2025-06-18Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...Guillaume Gomez-3/+16
2025-06-14Remove all support for wasm's legacy ABIbjorn3-9/+1
2025-05-28Remove codegen_unit from MiscCodegenMethodsbjorn3-4/+0
2025-04-18Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...Guillaume Gomez-29/+12
2025-02-04cg_gcc: Directly use rustc_abi instead of reexportsJubilee Young-1/+1
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-3/+3
2025-01-21remove support for the #[start] attributeRalf Jung-1/+0
2025-01-13Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...Antoni Boucher-0/+1
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-1/+4
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-7/+9
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-1/+9
2024-09-27Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-updateGuillaume Gomez-34/+1
2024-09-24Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikicbors-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-19replace some deprecated functionsLuv-Ray-0/+1
2024-09-17Use associative type defaults in `{Layout,FnAbi}OfHelpers`.Nicholas Nethercote-6/+1
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+5
2024-07-10Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into masterGuillaume Gomez-11/+26
2024-07-02Fix spansMichael Goulet-2/+2
2024-07-02Give Instance::expect_resolve a spanMichael Goulet-0/+1
2024-06-21Remove check_overflow method from MiscMethodsbjorn3-8/+0
2024-04-22Stabilize the size of incr comp object file namesBen Kimock-2/+3
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-1/+7
2024-03-12Mark codegen_gcc fields used only on feature master as suchArthur Carcano-0/+4
2024-03-10use Instance::expect_resolve() instead of unwraping Instance::resolve()Ralf Jung-4/+2
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-1/+7
2024-03-05Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...Guillaume Gomez-96/+156
2024-01-23Further Implement `is_val_statically_known`Nicholas Thompson-3/+4
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-11Remove dead codesr0cky-6/+0
2023-12-07Add emulated TLS supportquininer-0/+1
2023-10-26Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...Antoni Boucher-20/+48
2023-08-28Don't ICE on layout computation failureKatherine Philip-1/+2
2023-08-05Fix ICE failed to get layout for ReferencesErroryukang-1/+1
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-12/+3
2023-03-05Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...Antoni Boucher-34/+49
2023-02-24Use `List::empty()` instead of `mk_substs(&[])`.Nicholas Nethercote-1/+1
2023-02-24Rename many interner functions.Nicholas Nethercote-1/+1
2023-01-04Simplify some iterator combinatorsMichael Goulet-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-2/+2
2022-11-15Use custom entry name in gccAyush Singh-2/+3
2022-10-01Remove several unused methods from MiscMethodsbjorn3-16/+0
2022-09-24fix lifetime errorEllis Hoag-21/+3
2022-09-24impl SessionDiagnostic for LayoutError and Spanned<T>Ellis Hoag-1/+18
2022-09-24Add LayoutSizeOverflowEllis Hoag-2/+3