rust/compiler/rustc_infer/src/infer
2023-06-12 11:58:40 +02:00
..
canonical Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
error_reporting Don't suggest boxing an empty if/else arm 2023-06-11 00:19:56 +00:00
higher_ranked rework the leak_check to take the outer_universe 2023-05-30 13:03:38 +02:00
lexical_region_resolve Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
nll_relate New trait solver is a property of inference context 2023-06-06 18:43:06 +00:00
opaque_types recompute opaque type origin 2023-06-09 14:48:45 +02:00
outlives Make EarlyBinder's inner value private; and fix all of the resulting errors 2023-05-28 10:44:53 -06:00
region_constraints rework the leak_check to take the outer_universe 2023-05-30 13:03:38 +02:00
at.rs New trait solver is a property of inference context 2023-06-06 18:43:06 +00:00
combine.rs extend assert 2023-06-12 11:58:40 +02:00
equate.rs New trait solver is a property of inference context 2023-06-06 18:43:06 +00:00
free_regions.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
freshen.rs rename needs_infer to has_infer 2023-04-27 08:35:19 +01:00
fudge.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
generalize.rs Replace RelationDir with Variance 2023-05-15 17:00:16 +00:00
glb.rs Remove intercrate and mark_ambiguous from Relation 2023-04-04 00:09:12 +00:00
lattice.rs New trait solver is a property of inference context 2023-06-06 18:43:06 +00:00
lub.rs Remove intercrate and mark_ambiguous from Relation 2023-04-04 00:09:12 +00:00
mod.rs Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr 2023-06-07 18:01:29 +05:30
opaque_types.rs split opaque type handling in new solver 2023-06-09 16:41:11 +02:00
projection.rs New trait solver is a property of inference context 2023-06-06 18:43:06 +00:00
resolve.rs rename needs_infer to has_infer 2023-04-27 08:35:19 +01:00
sub.rs New trait solver is a property of inference context 2023-06-06 18:43:06 +00:00
type_variable.rs Remove redundant InferCtxtExt::fresh_item_substs 2023-06-05 20:05:08 +00:00
undo_log.rs change redundant clear() to assertion 2023-05-30 13:03:40 +02:00