rust/compiler/rustc_ty_utils/src
bors 531cb83fcf Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki
Rollup of 5 pull requests

Successful merges:

 - #117737 (Remove `-Zkeep-hygiene-data`.)
 - #117830 (Small improvements in object lifetime default code)
 - #117858 (Compute layout with spans for better cycle errors in coroutines)
 - #117863 (Remove some unused stuff from `rustc_index`)
 - #117872 (Cranelift isn't available on non-nightly channels)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-11-13 17:29:00 +00:00
..
abi.rs rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
assoc.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
common_traits.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
consts.rs Optimize some alloc_from_iter call sites. 2023-10-03 18:12:37 +11:00
errors.rs Re-use error code for duplicate error 2023-06-22 15:51:14 +00:00
implied_bounds.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
instance.rs Some more coroutine renamings 2023-10-30 23:46:27 +00:00
layout.rs Compute layout with spans for better cycle errors in coroutines 2023-11-13 02:22:25 +00:00
layout_sanity_check.rs fix failure to detect a too-big-type after adding padding 2023-10-27 18:07:53 +02:00
lib.rs Factor signature type walking out of opaque_types_defined_by 2023-10-23 16:55:26 +00:00
needs_drop.rs review + add tests 2023-11-02 18:16:37 +01:00
opaque_types.rs Don't treat closures/coroutines as part of the public API 2023-10-30 13:46:44 +00:00
representability.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
sig_types.rs Some manual rustfmt as rustfmt is broken on this file 2023-10-30 13:48:34 +00:00
structural_match.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
ty.rs rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00