1
Fork 0
rust/compiler/rustc_hir_analysis/src
bors 1d447a9946 Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 - #121208 (Convert `delayed_bug`s to `bug`s.)
 - #121288 (make rustc_expand translatable)
 - #121304 (Add docs for extension proc-macro)
 - #121328 (Make --verbose imply -Z write-long-types-to-disk=no)
 - #121338 (Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect)
 - #121361 (diagnostic items for legacy numeric modules)
 - #121375 (Print proper relative path for descriptive name check)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-21 12:09:22 +00:00
..
astconv Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr 2024-02-21 08:55:56 +00:00
check Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC 2024-02-21 12:09:22 +00:00
coherence Move the peeling function for weak alias types 2024-02-20 17:32:01 +01:00
collect Convert delayed_bugs to bugs. 2024-02-21 10:20:05 +11:00
impl_wf_check Use expand_weak_alias_tys when collecting constrained generics params in impls 2024-02-20 17:31:59 +01:00
outlives Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister 2024-02-15 12:36:37 +00:00
structured_errors Prefer DiagnosticBuilder over Diagnostic in diagnostic modifiers. 2024-02-19 20:23:20 +11:00
variance Dejargnonize subst 2024-02-12 15:46:35 +09:00
autoderef.rs fix ICE for deref coercions with type errors 2024-02-12 14:37:35 +01:00
bounds.rs ~const trait or projection bounds do not imply non-const bounds 2024-01-08 15:01:14 +00:00
check_unused.rs Rename TyCtxt::struct_span_lint_hir as TyCtxt::node_span_lint. 2024-01-23 08:09:01 +11:00
collect.rs Expand weak alias types before collecting constrained and referenced late bound regions 2024-02-20 17:31:54 +01:00
constrained_generic_params.rs Use expand_weak_alias_tys when collecting constrained generics params in impls 2024-02-20 17:31:59 +01:00
errors.rs Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov 2024-02-18 18:54:33 +01:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Use expand_weak_alias_tys when collecting constrained generics params in impls 2024-02-20 17:31:59 +01:00
lib.rs Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00