rust/compiler/rustc_mir/src/borrow_check
Dániel Buga 5271c628be Remove RCs from Borrows 2021-02-08 20:37:16 +01:00
..
constraints mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
diagnostics Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung 2021-01-18 05:44:40 +00:00
region_infer Prefer regions with an `external_name` in `approx_universal_upper_bound` 2020-12-17 13:24:40 -05:00
type_check Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr 2021-01-17 20:49:11 +00:00
borrow_set.rs Use Option::map_or instead of `.map(..).unwrap_or(..)` 2021-01-14 19:23:59 +01: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 Remove RCs from Borrows 2021-02-08 20:37:16 +01:00
nll.rs Add option to customize the nll-facts' folder location 2020-10-30 21:33:08 +01:00
path_utils.rs Use PlaceRef more consistently in rustc_mir 2021-01-16 10:44:23 -06: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 use PlaceRef more consistently instead of loosely coupled local+projection 2021-01-03 14:14:55 +01:00
renumber.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
universal_regions.rs correctly deal with late-bound lifetimes in anon consts 2021-01-16 19:27:42 +01:00
used_muts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00