rust/compiler/rustc_borrowck/src
bors 7bb9888953 Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #129259 (Add inherent versions of MaybeUninit methods for slices)
 - #135374 (Suggest typo fix when trait path expression is typo'ed)
 - #135377 (Make MIR cleanup for functions with impossible predicates into a real MIR pass)
 - #135378 (Remove a bunch of diagnostic stashing that doesn't do anything)
 - #135397 (compiletest: add erroneous variant to `string_enum`s conversions error)
 - #135398 (add more crash tests)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-01-12 14:43:10 +00:00
..
constraints Reduce visibilities. 2024-11-04 15:43:45 +11:00
diagnostics collect diag suggestions instead of pushing into vector repeatedly 2025-01-11 13:21:15 +00:00
polonius rename AllFacts to PoloniusFacts 2025-01-08 13:23:54 +00:00
region_infer Remove a bunch of diagnostic stashing that doesn't do anything 2025-01-11 19:22:06 +00:00
type_check rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
borrow_set.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
borrowck_errors.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
consumers.rs rename AllFacts to PoloniusFacts 2025-01-08 13:23:54 +00:00
dataflow.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
def_use.rs Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau 2024-08-27 00:41:57 +02:00
lib.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
member_constraints.rs remove non-borrowck member constraints 2024-12-20 10:04:01 +01:00
nll.rs rename AllFacts to PoloniusFacts 2025-01-08 13:23:54 +00:00
path_utils.rs remove borrowck duplicate of std::ops::ControlFlow 2025-01-01 12:13:33 +00: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 run borrowck tests on BIDs and emit tail-expr-drop-order lints for 2025-01-08 15:58:09 +00:00
universal_regions.rs address review comments 2024-12-29 17:58:36 +00:00
used_muts.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00