rust/compiler/rustc_borrowck/src
bors c80dde43f9 Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #98574 (Lower let-else in MIR)
 - #99011 (`UnsafeCell` blocks niches inside its nested type from being available outside)
 - #99030 (diagnostics: error messages when struct literals fail to parse)
 - #99155 (Keep unstable target features for asm feature checking)
 - #99199 (Refactor: remove an unnecessary `span_to_snippet`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-07-13 17:13:27 +00:00
..
constraints add def_id and substs to ConstraintCategory::CallArgument 2022-05-25 18:13:03 +02:00
diagnostics remove an unnecessary span_to_snippet 2022-07-13 13:24:06 +09:00
region_infer Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726 2022-07-11 00:33:47 +02:00
type_check add new rval, pull deref early 2022-07-12 14:26:41 +03:00
borrow_set.rs cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
borrowck_errors.rs On partial uninit error point at where we need init 2022-07-07 12:25:55 -07:00
constraint_generation.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
consumers.rs Add InferCtxt::with_opaque_type_inference to get_body_with_borrowck_facts 2021-10-06 19:07:56 -07:00
dataflow.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
def_use.rs Add new MutatatingUseContexts for deinit and SetDiscriminant 2022-04-11 09:26:26 -04:00
facts.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
invalidation.rs add new rval, pull deref early 2022-07-12 14:26:41 +03:00
lib.rs add new rval, pull deref early 2022-07-12 14:26:41 +03:00
location.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
member_constraints.rs Lifetime variance fixes for rustc 2022-05-22 14:29:32 -07:00
nll.rs implement (unused) matching solver 2022-06-15 11:47:04 -04:00
path_utils.rs Remove in_band_lifetimes from borrowck 2021-12-15 08:39:21 +01:00
place_ext.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
places_conflict.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
prefixes.rs Move rustc_mir::borrow_check to new crate rustc_borrowck. 2021-09-07 00:29:22 +02:00
renumber.rs fold_region: remove unused parameter 2022-06-27 15:55:03 +02:00
session_diagnostics.rs Migrate some rustc_borrowck diagnostics to SessionDiagnostic 2022-06-28 22:41:56 +00:00
universal_regions.rs Move is_free and is_free_or_static to Region, change resolve_var to resolve_region, and remove RootEmptyRegion 2022-07-07 20:48:51 -04:00
used_muts.rs cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00