rust/compiler/rustc_mir/src/borrow_check
2020-12-08 20:27:48 +01:00
..
constraints mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
diagnostics use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) 2020-12-08 20:27:48 +01:00
region_infer compiler: fold by value 2020-11-16 22:34:57 +01:00
type_check compiler: fold by value 2020-11-16 22:34:57 +01:00
borrow_set.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
constraint_generation.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
def_use.rs Remove unused PlaceContext::NonUse(NonUseContext::Coverage) 2020-09-09 17:02:19 +02:00
facts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
invalidation.rs Refactor how SwitchInt stores jump targets 2020-10-10 17:46:11 +02:00
location.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
member_constraints.rs fix typo in docs and comments 2020-09-21 12:14:28 +09:00
mod.rs review 2020-10-21 23:59:35 +02:00
nll.rs Add option to customize the nll-facts' folder location 2020-10-30 21:33:08 +01:00
path_utils.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
place_ext.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
places_conflict.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
prefixes.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
renumber.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
universal_regions.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
used_muts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00