summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2025-03-14also skip abi_required_features check in rustdocRalf Jung-6/+11
2025-03-14also fix potential issues with mixed stable/unstable target features in rustdocRalf Jung-12/+33
2025-03-14rustdoc: disable forbidden #[target_feature] checkRalf Jung-3/+9
2025-03-07Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin"Michael Goulet-62/+24
2025-02-14Auto merge of #136575 - scottmcm:nsuw-math, r=nikicbors-14/+32
2025-02-14Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obkbors-9/+26
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-14/+32
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-13/+13
2025-02-12`transmute` should also assume non-null pointersScott McMurray-9/+26
2025-02-13Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhprattbors-19/+8
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-19/+8
2025-02-12Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obkbors-7/+7
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-3/+1
2025-02-11Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp...Matthias Krüger-2/+3
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-10Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxuJubilee-1/+1
2025-02-10Bump `cc` to v1.2.13 for the compiler workspaceclubby789-1/+1
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/+164
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-8/+164
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/+11
2025-01-30More assertions, tests, and miri coverageMichael Goulet-0/+2
2025-01-30introduce `ty::Value`Lukas Markeffsky-11/+7