Michael Goulet
|
c682aa162b
|
Reformat using the new identifier sorting from rustfmt
|
2024-09-22 19:11:29 -04:00 |
|
Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Michael Goulet
|
cc6c5de39d
|
Import via rustc_type_ir::outlives
We could use rustc_middle::ty::outlives I guess?
|
2024-07-06 10:47:46 -04:00 |
|
Michael Goulet
|
1c8230ea3c
|
Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from Interner
|
2024-05-21 17:00:45 -04:00 |
|
Nicholas Nethercote
|
f59348ff09
|
Remove extern crate rustc_middle from rustc_hir_analysis .
|
2024-05-13 08:04:47 +10:00 |
|
Oli Scherer
|
5ae546e108
|
Use FxIndexMap instead of BTreeMap to avoid sorting DefId s
|
2024-03-27 14:02:15 +00:00 |
|
Michael Goulet
|
8f267e2b87
|
Make regionck care about placeholders in outlives components
|
2023-11-19 19:12:20 +00:00 |
|
lcnr
|
15f21562e6
|
finish RegionKind rename
- `ReFree` -> `ReLateParam`
- `ReEarlyBound` -> `ReEarlyParam`
|
2023-11-14 13:13:27 +00:00 |
|
lcnr
|
86fa1317a3
|
rename ReLateBound to ReBound
other changes:
- `Region::new_late_bound` -> `Region::new_bound`
- `Region::is_late_bound` -> `Region::is_bound`
|
2023-11-13 14:13:54 +00:00 |
|
Mahdi Dibaiee
|
e55583c4b8
|
refactor(rustc_middle): Substs -> GenericArg
|
2023-07-14 13:27:35 +01:00 |
|
Esteban Küber
|
861f451235
|
Change to ReError(ErrorGuaranteed)
|
2023-02-09 10:26:49 +00:00 |
|
Esteban Küber
|
30cf7a3f51
|
Introduce ReError
CC #69314
|
2023-02-09 10:26:49 +00:00 |
|
Ali MJ Al-Nasrawy
|
a7a842027c
|
even more unify Projection/Opaque in outlives code
|
2023-01-19 15:31:53 +03:00 |
|
Matthias Krüger
|
68f12338af
|
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Remove double spaces after dots in comments
Most of the comments do not have double spaces, so I assume these are typos.
|
2023-01-17 20:21:25 +01:00 |
|
Maybe Waffle
|
6a28fb42a8
|
Remove double spaces after dots in comments
|
2023-01-17 08:09:33 +00:00 |
|
Michael Goulet
|
1ea6862db3
|
Unify Opaque/Projection handling in region outlives code
|
2023-01-13 23:53:28 +00:00 |
|
Michael Goulet
|
5c6afb850c
|
ProjectionTy.item_def_id -> ProjectionTy.def_id
|
2022-12-13 17:34:44 +00:00 |
|
lcnr
|
1fc86a63f4
|
rustc_typeck to rustc_hir_analysis
|
2022-09-27 10:37:23 +02:00 |
|