rust/compiler/rustc_borrowck/src
León Orell Valerian Liehr 03e8b6bbfa
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
Lifetime cleanups

The last commit is very opinionated, let's see how we go.

r? `@oli-obk`
2024-09-14 18:12:13 +02:00
..
constraints Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
diagnostics Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr 2024-09-14 18:12:13 +02:00
polonius Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
region_infer Also fix if in else 2024-09-11 17:24:01 -04:00
type_check Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
util Add warn(unreachable_pub) to rustc_borrowck. 2024-08-16 08:46:57 +10:00
borrow_set.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
borrowck_errors.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
consumers.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
dataflow.rs Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr 2024-09-14 18:12:13 +02:00
def_use.rs Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau 2024-08-27 00:41:57 +02:00
facts.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillot 2024-09-13 18:25:45 +02:00
location.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
member_constraints.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
nll.rs Rename some lifetimes. 2024-09-09 16:25:44 +10:00
path_utils.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
place_ext.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
places_conflict.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
prefixes.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
renumber.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
session_diagnostics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
universal_regions.rs Rename some lifetimes. 2024-09-09 16:25:44 +10:00
used_muts.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00