rust/compiler/rustc_borrowck/src
bors e1d7dec558 Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
Update bootstrap compiler to 1.65.0

This PR updates the bootstrap compiler to Rust 1.65.0, removing the various `cfg(bootstrap)`s.

r? `@Mark-Simulacrum`
2022-09-26 14:22:43 +00:00
..
constraints Use Predicate ConstraintCategory when normalizing 2022-09-17 11:46:05 -04:00
diagnostics Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa 2022-09-26 11:41:58 +00:00
region_infer Final bits 2022-09-16 17:47:53 -04:00
type_check Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 2022-09-25 19:15:26 +00: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 Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
consumers.rs take opaq types 2022-07-20 12:43:10 +03:00
dataflow.rs Generalize the Assume intrinsic statement to a general Intrinsic statement 2022-09-06 14:18:32 +00:00
def_use.rs Add new MutatatingUseContexts for deinit and SetDiscriminant 2022-04-11 09:26:26 -04:00
facts.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
invalidation.rs Generalize the Assume intrinsic statement to a general Intrinsic statement 2022-09-06 14:18:32 +00:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
location.rs Avoid Iterator::last 2022-09-11 17:23:00 +02:00
member_constraints.rs Use real opaque type instead of just saying impl Trait 2022-07-26 06:19:58 +00:00
nll.rs Use def_span for external requirements. 2022-09-13 19:18:24 +02: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 Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"" 2022-09-16 11:36:39 +00:00
prefixes.rs Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"" 2022-09-16 11:36:39 +00:00
renumber.rs nits 2022-09-15 22:27:41 +02:00
session_diagnostics.rs UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
universal_regions.rs remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
used_muts.rs cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00