about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2025-02-10Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxuMatthias Krüger-2/+0
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-7/+7
2025-02-10remove outdated *First autodiff variants for higher-order adManuel Drehwald-2/+0
2025-02-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-2/+3
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-92/+128
2025-02-08Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...Jubilee-6/+6
2025-02-08Rustfmtbjorn3-92/+128
2025-02-08Rollup merge of #136200 - purplesyringa:wasm-eh-fixes, r=bjorn3Matthias Krüger-6/+23
2025-02-07compiler: remove reexports from rustc_target::callconvJubilee Young-5/+5
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-02-07Remove Linkage::Appendingbjorn3-2/+0
2025-02-07Remove Linkage::Privatebjorn3-2/+1
2025-02-06Generate correct terminate block under Wasm EHAlisa Sireneva-6/+23
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-6/+7
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+4
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-0/+10
2025-02-03Contracts core intrinsics.Felix S. Klock II-0/+4
2025-02-03Auto merge of #136413 - EnzymeAD:fix-autodiff-comptime-regression, r=oli-obkbors-1/+1
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-6/+7
2025-02-02Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obkMatthias Krüger-1/+1
2025-02-01test compile time fixesManuel Drehwald-1/+1
2025-02-01Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obkMatthias Krüger-1/+11
2025-01-31Override `disjoint_or` in the LLVM backendScott McMurray-0/+10
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+11
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-0/+5
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+5
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-8/+162
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-8/+162
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-20/+26
2025-01-30Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgrbors-11/+7
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+9
2025-01-30More assertions, tests, and miri coverageMichael Goulet-0/+2
2025-01-30introduce `ty::Value`Lukas Markeffsky-11/+7
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-28/+28
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-5/+9
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-8/+162
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-3/+4
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-3/+4
2025-01-27Stabilize target_feature_11Caleb Zulawski-19/+8
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-5/+9
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-16/+64
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-14/+88
2025-01-25Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkinbors-8/+7
2025-01-24Rollup merge of #135581 - EnzymeAD:refactor-codgencx, r=oli-obkMatthias Krüger-5/+1
2025-01-24Make CodegenCx and Builder genericManuel Drehwald-5/+1
2025-01-24Rename `OptimizeAttr::None` to `Default`clubby789-4/+4
2025-01-24Silence progress messages from MSVC link.exejyn-12/+29
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-5/+168
2025-01-23Implement `optimize(none)` attributeclubby789-4/+3