rust/compiler/rustc_hir_analysis/src/check
bors 85abb27636 Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease
Rollup of 8 pull requests

Successful merges:

 - #137370 (adjust_abi: make fallback logic for ABIs a bit easier to read)
 - #137444 (Improve behavior of `IF_LET_RESCOPE` around temporaries and place expressions)
 - #137464 (Fix invalid suggestion from type error for derive macro)
 - #137539 ( Add rustdoc-gui regression test for #137082 )
 - #137576 (Don't doc-comment BTreeMap<K, SetValZST, A>)
 - #137595 (remove `simd_fpow` and `simd_fpowi`)
 - #137600 (type_ir: remove redundant part of comment)
 - #137602 (feature: fix typo in attribute description)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-25 19:36:17 +00:00
..
compare_impl_item Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
check.rs Don't require method impls for methods with Self:Sized bounds for impls for unsized types 2025-02-25 08:06:30 +00:00
compare_impl_item.rs Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnr 2025-02-18 18:40:51 +01:00
dropck.rs Remove an out-of-date FIXME comment. 2025-01-31 08:27:15 +11:00
entry.rs Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
intrinsic.rs Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung 2025-02-25 13:07:40 +01:00
intrinsicck.rs Better error message for unsized pointers 2025-02-24 16:20:50 +00:00
mod.rs Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00
region.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
wfcheck.rs Move methods from Map to TyCtxt, part 3. 2025-02-21 14:31:09 +11:00