rust/compiler/rustc_hir_analysis/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
..
astconv Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki 2023-11-13 17:29:00 +00:00
check rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
coherence Turn assert_eq into a delay_span_bug 2023-11-13 08:36:12 +08:00
collect Small improvements in object lifetime default code 2023-11-12 11:59:01 +01:00
impl_wf_check Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
outlives rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
structured_errors Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compiler-errors 2023-10-25 23:37:09 +02:00
variance rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
autoderef.rs Structurally normalize weak and inherent too 2023-08-07 19:05:59 +00:00
bounds.rs Don't compare host param by name 2023-10-18 02:38:54 +00:00
check_unused.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
collect.rs Let's see what those opaque types actually are 2023-10-23 16:18:35 -04:00
constrained_generic_params.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
errors.rs Improve some diagnostics around ?Trait bounds 2023-10-30 17:47:07 +00:00
hir_wf_check.rs rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
impl_wf_check.rs Use {Local}ModDefId in many queries 2023-08-14 07:22:48 +00:00
lib.rs Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr 2023-10-25 19:29:58 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00