rust/compiler/rustc_borrowck/src
Jhonny Bill Mena 5f91719f75 UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Also renames:
- sym::AddSubdiagnostic to sym:: Subdiagnostic
- rustc_diagnostic_item = "AddSubdiagnostic" to rustc_diagnostic_item = "Subdiagnostic"
2022-09-21 11:39:53 -04:00
..
constraints Use Predicate ConstraintCategory when normalizing 2022-09-17 11:46:05 -04:00
diagnostics Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank 2022-09-20 12:09:52 +00:00
region_infer Final bits 2022-09-16 17:47:53 -04:00
type_check Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank 2022-09-20 12:09:52 +00:00
borrow_set.rs
borrowck_errors.rs
constraint_generation.rs
consumers.rs
dataflow.rs Generalize the Assume intrinsic statement to a general Intrinsic statement 2022-09-06 14:18:32 +00:00
def_use.rs
facts.rs
invalidation.rs Generalize the Assume intrinsic statement to a general Intrinsic statement 2022-09-06 14:18:32 +00:00
lib.rs Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank 2022-09-20 12:09:52 +00:00
location.rs Avoid Iterator::last 2022-09-11 17:23:00 +02:00
member_constraints.rs
nll.rs Use def_span for external requirements. 2022-09-13 19:18:24 +02:00
path_utils.rs
place_ext.rs
places_conflict.rs Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"" 2022-09-16 11:36:39 +00:00
prefixes.rs Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"" 2022-09-16 11:36:39 +00:00
renumber.rs nits 2022-09-15 22:27:41 +02:00
session_diagnostics.rs UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
universal_regions.rs remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
used_muts.rs