rust/compiler/rustc_borrowck/src
Nilstrieb 2109fe4e4e Move some utils out of rustc_const_eval
This allows us to get rid of the `rustc_const_eval->rustc_borrowck`
dependency edge which was delaying the compilation of borrowck.

The added utils in `rustc_middle` are small and should not affect
compile times there.
2023-04-16 12:05:54 +02:00
..
constraints Fix typos in compiler 2023-04-10 22:02:52 +02:00
diagnostics Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
region_infer Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
type_check Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
borrow_set.rs Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
borrowck_errors.rs Tweak E0597 2023-01-15 19:46:20 +00:00
constraint_generation.rs Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
consumers.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
dataflow.rs Remove impl ToRegionVid for RegionVid. 2023-04-13 12:10:16 +10:00
def_use.rs Document borrowck behaviour. 2023-03-09 17:45:13 +00:00
facts.rs Use fmt named parameters in rustc_borrowck 2023-01-06 19:34:45 -05:00
invalidation.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
lib.rs Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
location.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
member_constraints.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
nll.rs Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
path_utils.rs Move mir::Fieldabi::FieldIdx 2023-03-28 22:22:37 -07:00
place_ext.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
places_conflict.rs Removed various double spaces in compiler source comments. 2023-01-14 17:34:59 +01:00
prefixes.rs lint auto pass 2022-11-09 20:42:16 +08:00
renumber.rs Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr 2023-04-12 20:01:36 +00:00
session_diagnostics.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
universal_regions.rs Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
used_muts.rs Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko 2023-03-08 21:26:51 +01:00