summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2025-03-14also skip abi_required_features check in rustdocRalf Jung-5/+10
2025-03-14also fix potential issues with mixed stable/unstable target features in rustdocRalf Jung-8/+32
2025-03-14rustdoc: disable forbidden #[target_feature] checkRalf Jung-2/+5
2025-02-06Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+28
2025-01-23When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-4/+2
2025-01-07Pass objcopy args for stripping on OSXNoratrieb-18/+7
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-0/+30
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-2/+2
2024-12-29review fixes: Adjust whitespacePiotr Osiewicz-0/+3
2024-12-29rustc_codegen_ssa: Buffer file writes in link_rlibPiotr Osiewicz-5/+5
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-2/+2
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-0/+1
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+1
2024-12-22Delete `Rvalue::Len`Scott McMurray-28/+1
2024-12-20Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errorsMatthias Krüger-6/+6
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-6/+6
2024-12-20Review commentsbjorn3-3/+2
2024-12-19Make DependencyList an IndexVecbjorn3-11/+6
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-6/+6
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-1/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-17/+11
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-7/+8
2024-12-16split attributesJonathan Dönszelmann-3/+5
2024-12-15Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkovbors-51/+46
2024-12-15Add hir::AttributeJonathan Dönszelmann-51/+46
2024-12-15Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubileebors-2/+2
2024-12-15Auto merge of #134117 - DianQK:gep-i8, r=oli-obkbors-4/+1
2024-12-15Simplify the GEP instruction for indexDianQK-4/+1
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-2/+2
2024-12-15Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514Stuart Cook-6/+68
2024-12-14don't show the full linker args unless `--verbose` is passedjyn-6/+68
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-2/+2
2024-12-14target_features: control separately whether enabling and disabling a target f...Ralf Jung-2/+2
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-27/+16
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-31/+26
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-22/+14
2024-12-13Remove jobserver from Sessionbjorn3-5/+2
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-13/+8
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-5/+294
2024-12-11apply review feedbackRalf Jung-2/+2
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-31/+26
2024-12-11Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlinJacob Pratt-0/+2
2024-12-10emit `.weak_definition` instead of `.weak` on macosFolkert de Vries-28/+37
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-5/+285
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-0/+9
2024-12-10Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxuLeón Orell Valerian Liehr-0/+9
2024-12-10Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...León Orell Valerian Liehr-4/+67
2024-12-09Apply suggestions from code reviewSven Kanoldt-8/+8
2024-12-09Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillotMatthias Krüger-43/+31
2024-12-06Remove polymorphizationBen Kimock-13/+11