1
Fork 0
rust/compiler/rustc_borrowck/src
Rémy Rakic 6e88db90c2 finish filling polonius context
transpose liveness matrix and record live regions at the end of MIR typeck
2024-12-29 17:47:30 +00:00
..
constraints Reduce visibilities. 2024-11-04 15:43:45 +11:00
diagnostics Fix typos 2024-12-27 21:35:57 +08:00
polonius finish filling polonius context 2024-12-29 17:47:30 +00:00
region_infer finish filling polonius context 2024-12-29 17:47:30 +00:00
type_check finish filling polonius context 2024-12-29 17:47:30 +00:00
util Add warn(unreachable_pub) to rustc_borrowck. 2024-08-16 08:46:57 +10:00
borrow_set.rs Make BorrowSet/BorrowData fields accessible via public getters 2024-12-12 12:34:43 -08:00
borrowck_errors.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
consumers.rs Make some types and methods related to Polonius + Miri public. 2024-12-11 17:28:49 -08:00
dataflow.rs Simplify dataflow SwitchInt handling. 2024-12-16 09:36:07 +11:00
def_use.rs Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau 2024-08-27 00:41:57 +02:00
facts.rs Dogfood feature(file_buffered) 2024-09-24 14:25:16 -07:00
lib.rs Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk 2024-12-24 00:51:51 +00:00
location.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
member_constraints.rs remove non-borrowck member constraints 2024-12-20 10:04:01 +01:00
nll.rs introduce polonius context 2024-12-29 17:47:30 +00:00
path_utils.rs compiler: Replace rustc_target with _abi in _borrowck 2024-11-02 20:31:47 -07:00
place_ext.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
places_conflict.rs Delete Rvalue::Len 2024-12-22 06:12:39 -08:00
prefixes.rs Remove unnecessary continue. 2024-11-04 17:36:25 +11:00
renumber.rs uplift fold_regions to rustc_type_ir 2024-11-28 10:40:58 +01:00
session_diagnostics.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
universal_regions.rs Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk 2024-12-21 12:37:40 +00:00
used_muts.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00