rust/compiler/rustc_borrowck/src
2023-11-13 16:28:28 +00:00
..
constraints Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
diagnostics rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
region_infer refer to points and not "elements", and remove unused return value 2023-11-13 16:28:28 +00:00
type_check refer to points and not "elements", and remove unused return value 2023-11-13 16:28:28 +00:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
borrow_set.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
borrowck_errors.rs Use targetted diagnostic for borrow across yield error 2023-10-27 13:05:49 +00:00
constraint_generation.rs add locations instead of "element"s, and remove unused return value 2023-11-13 16:28:28 +00:00
consumers.rs Fix redundant explicit link in rustc_borrowck 2023-08-19 02:22:13 +08:00
dataflow.rs traverse region graph instead of SCCs to compute polonius loan scopes 2023-11-04 01:04:12 +00:00
def_use.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
facts.rs introduce Polonius enum for -Zpolonius 2023-10-04 16:16:12 +00:00
invalidation.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
lib.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
location.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
member_constraints.rs remove unused muts 2023-04-28 20:19:48 +02:00
nll.rs compute NLL loan scopes with liveness in -Zpolonius=next 2023-10-05 15:56:20 +00:00
path_utils.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
place_ext.rs use PlaceRef abstractions more consistently 2023-06-25 20:38:01 -04:00
places_conflict.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
prefixes.rs Add docs, remove code, change subtyper code 2023-10-02 23:39:44 +03:00
renumber.rs Avoid unnecessary renumbering 2023-10-16 14:29:36 +02:00
session_diagnostics.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
universal_regions.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
used_muts.rs Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko 2023-03-08 21:26:51 +01:00