rust/compiler/rustc_borrowck/src
bors 5a4ee43c38 Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors
Make opaque types regular HIR nodes

Having opaque types as HIR owner introduces all sorts of complications. This PR proposes to make them regular HIR nodes instead.

I haven't gone through all the test changes yet, so there may be a few surprises.

Many thanks to `@camelid` for the first draft.
Fixes https://github.com/rust-lang/rust/issues/129023

Fixes #129099
Fixes #125843
Fixes #119716
Fixes #121422
2024-10-05 06:19:35 +00:00
..
constraints Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
diagnostics rm ItemKind::OpaqueTy 2024-10-04 23:28:22 +00:00
polonius Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
region_infer rm ItemKind::OpaqueTy 2024-10-04 23:28:22 +00:00
type_check Fix some pub(crate) that were undetected bc of instrument 2024-10-04 14:02:09 -04:00
util Add warn(unreachable_pub) to rustc_borrowck. 2024-08-16 08:46:57 +10:00
borrow_set.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
borrowck_errors.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
consumers.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
dataflow.rs make Borrows dataflow dumps about its loan domain 2024-10-02 00:30:50 +00: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 Stabilize the map/value methods on ControlFlow 2024-09-25 19:00:17 -07: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 Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
path_utils.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04: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 Fix some pub(crate) that were undetected bc of instrument 2024-10-04 14:02:09 -04:00
session_diagnostics.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
universal_regions.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
used_muts.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00