rust/compiler/rustc_hir_analysis/src
Matthias Krüger e47562c674
Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors
Make some region folders a little stricter.

Because certain regions cannot occur in them.

r? ``@compiler-errors``
2023-04-26 18:51:44 +02:00
..
astconv Feed type_of query instead of using WithOptconstParam. 2023-04-20 17:13:39 +00:00
check Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors 2023-04-26 18:51:44 +02:00
coherence Fix static string lints 2023-04-25 18:59:55 +01:00
collect Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser 2023-04-26 18:51:40 +02:00
impl_wf_check Fix static string lints 2023-04-25 18:59:55 +01: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 Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=compiler-errors 2023-04-25 21:06:32 +02: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 Make some region folders a little stricter. 2023-04-26 10:14:16 +10:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Fix static string lints 2023-04-25 18:59:55 +01: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 Leave it to the query system to invoke the typeck query instead of invoking it eagerly. 2023-04-21 22:12:45 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00