1
Fork 0
rust/compiler/rustc_hir_analysis/src
2023-04-19 17:47:39 +00:00
..
astconv Rollup merge of #110195 - compiler-errors:issue-110052, r=aliemjay 2023-04-13 11:21:00 +02:00
check Substitute missing item suggestion correctly 2023-04-19 17:47:39 +00:00
coherence Use Item::expect_* and ImplItem::expect_* more 2023-04-17 18:00:27 +00:00
collect fix clippy::{clone_on_copy, useless_conversion} 2023-04-15 19:02:26 +02:00
impl_wf_check region error cleanup 2023-04-12 10:24:36 +02:00
outlives Rename AliasEq -> AliasRelate 2023-03-23 05:56:40 +00:00
structured_errors Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00
variance Remove TypeSuper{Foldable,Visitable} impls for Region. 2023-04-16 09:11:43 +10:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Fix typos in compiler 2023-04-10 22:02:52 +02:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Migrate rustc_hir_analysis to session diagnostic 2023-04-08 01:24:54 +03:00
hir_wf_check.rs Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors 2023-03-22 05:33:18 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Stabilize is_some_and 2023-04-06 23:14:23 +02:00
structured_errors.rs