rust/compiler/rustc_hir_analysis/src
bors 23a3d777c8 Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmease
Rollup of 7 pull requests

Successful merges:

 - #120526 (rustdoc: Correctly handle long crate names on mobile)
 - #121100 (Detect when method call on argument could be removed to fulfill failed trait bound)
 - #121160 (rustdoc: fix and refactor HTML rendering a bit)
 - #121198 (Add more checks for `unnamed_fields` during HIR analysis)
 - #121218 (Fix missing trait impls for type in rustc docs)
 - #121221 (AstConv: Refactor lowering of associated item bindings a bit)
 - #121237 (Use better heuristic for printing Cargo specific diagnostics)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-18 06:02:16 +00:00
..
astconv Remove astconv::ConvertedBinding 2024-02-17 08:20:05 +01:00
check Add more checks for unnamed_field during HIR analysis 2024-02-17 15:12:33 +00:00
coherence Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk 2024-02-18 03:58:56 +00:00
collect Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk 2024-02-18 03:58:56 +00:00
impl_wf_check Properly check constrainedness of gen params in the presence of weak alias types 2024-02-17 08:39:01 +01:00
outlives Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister 2024-02-15 12:36:37 +00:00
structured_errors hir: Remove hir::Map::{opt_parent_id,parent_id,get_parent,find_parent} 2024-02-10 12:24:46 +03: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 Add more checks for unnamed_field during HIR analysis 2024-02-17 15:12:33 +00:00
constrained_generic_params.rs Properly check constrainedness of gen params in the presence of weak alias types 2024-02-17 08:39:01 +01:00
errors.rs Add more checks for unnamed_field during HIR analysis 2024-02-17 15:12:33 +00:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Properly check constrainedness of gen params in the presence of weak alias types 2024-02-17 08:39:01 +01:00
lib.rs Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay 2024-02-16 07:46:31 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00