1
Fork 0
rust/compiler/rustc_hir_analysis/src
Maybe Waffle c21b1f742e Self review suggestions
- add back accidentally removed new lines
- try to deref in patterns, rather than in expressions
  (maybe this was the reason of perf regression?...)
2023-01-17 07:48:20 +00:00
..
astconv Self review suggestions 2023-01-17 07:48:20 +00:00
check Review suggestions 2023-01-17 07:48:20 +00:00
coherence rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
collect rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
impl_wf_check change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata 2023-01-14 00:29:56 -07:00
outlives Unify Opaque/Projection handling in region outlives code 2023-01-13 23:53:28 +00:00
structured_errors rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
variance rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
autoderef.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove useless filter in unused extern crate check. 2022-12-03 09:23:03 +00:00
collect.rs rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
constrained_generic_params.rs Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_wf_check.rs rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
impl_wf_check.rs change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata 2023-01-14 00:29:56 -07:00
lib.rs rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00