rust/compiler/rustc_codegen_ssa/src
bors fd17deacce Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
Rollup of 12 pull requests

Successful merges:

 - #135767 (Future incompatibility warning `unsupported_fn_ptr_calling_conventions`: Also warn in dependencies)
 - #137852 (Remove layouting dead code for non-array SIMD types.)
 - #137863 (Fix pretty printing of unsafe binders)
 - #137882 (do not build additional stage on compiler paths)
 - #137894 (Revert "store ScalarPair via memset when one side is undef and the other side can be memset")
 - #137902 (Make `ast::TokenKind` more like `lexer::TokenKind`)
 - #137921 (Subtree update of `rust-analyzer`)
 - #137922 (A few cleanups after the removal of `cfg(not(parallel))`)
 - #137939 (fix order on shl impl)
 - #137946 (Fix docker run-local docs)
 - #137955 (Always allow rustdoc-json tests to contain long lines)
 - #137958 (triagebot.toml: Don't label `test/rustdoc-json` as A-rustdoc-search)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-04 02:27:56 +00:00
..
back Rollup merge of #137830 - LuigiPiucco:incompatible-isa-fix, r=workingjubilee 2025-03-01 16:03:20 +01:00
debuginfo Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
mir Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk 2025-03-03 20:47:12 +01:00
traits Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" 2025-03-02 18:52:48 +00:00
assert_module_sources.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
base.rs Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic 2025-03-01 08:22:18 +00:00
codegen_attrs.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
common.rs Test fixing raw-dylib 2024-09-24 10:10:31 -07:00
errors.rs improve error message and testing of using an unsigned simd mask 2025-03-01 12:58:22 +01:00
lib.rs Save pre-link bitcode to ModuleCodegen 2025-02-23 21:23:38 +08:00
meth.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
mono_item.rs Make a fake body to store typeck results for global_asm 2025-02-22 00:12:07 +00:00
size_of_val.rs Set both nuw and nsw in slice size calculation 2025-02-13 21:26:48 -08:00
target_features.rs also skip abi_required_features check in rustdoc 2025-03-01 15:14:02 +01:00