index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
outlives
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-2
/
+1
2025-05-27
Fix some var names
Michael Goulet
-3
/
+3
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-06
Import via rustc_type_ir::outlives
Michael Goulet
-1
/
+1
2024-05-21
Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-03-27
Use FxIndexMap instead of BTreeMap to avoid sorting `DefId`s
Oli Scherer
-2
/
+2
2023-11-19
Make regionck care about placeholders in outlives components
Michael Goulet
-0
/
+4
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+2
2023-01-19
even more unify Projection/Opaque in outlives code
Ali MJ Al-Nasrawy
-3
/
+3
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-4
/
+4
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-4
/
+4
2023-01-13
Unify Opaque/Projection handling in region outlives code
Michael Goulet
-14
/
+6
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+186