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_infer
/
src
/
infer
/
outlives
/
env.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-5
/
+3
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-1
/
+12
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-01-28
Move param env bound deep normalization to OutlivesEnvironment building
Michael Goulet
-23
/
+15
2025-01-28
Move outlives env computation into methods
Michael Goulet
-6
/
+0
2024-10-08
Remove `OutlivesEnvironmentBuilder`.
Nicholas Nethercote
-61
/
+26
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-05-21
Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...
Michael Goulet
-2
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-03-26
tolerate region vars in implied bounds
Ali MJ Al-Nasrawy
-1
/
+4
2023-03-26
exhaustive match on implied bounds regions
Ali MJ Al-Nasrawy
-15
/
+8
2023-03-26
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-29
/
+17
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-13
/
+32
2023-03-09
exhaustive match on implied bounds regions
Ali MJ Al-Nasrawy
-15
/
+8
2023-03-09
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-29
/
+17
2023-01-19
even more unify Projection/Opaque in outlives code
Ali MJ Al-Nasrawy
-2
/
+2
2023-01-13
Unify Opaque/Projection handling in region outlives code
Michael Goulet
-6
/
+2
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-4
/
+4
2022-09-25
Auto merge of #95474 - oli-obk:tait_ub, r=jackh726
bors
-0
/
+4
2022-09-21
Neither require nor imply lifetime bounds on opaque type for well formedness
Oli Scherer
-0
/
+4
2022-09-19
improve infer var handling for implied bounds
lcnr
-0
/
+2
2022-08-22
re-base and use `OutlivesEnvironment::with_bounds`
SparrowLii
-1
/
+1
2022-08-22
add `with_bounds` to `OutlivesEnvironment` and `implied_bounds_tys` to `outli...
SparrowLii
-21
/
+20
2022-08-22
get rid of `RefCell` in `TransitiveRelation`
SparrowLii
-7
/
+44
2022-07-25
use `FxIndexSet` for `region_bound_pairs`
lcnr
-3
/
+7
2022-07-04
implied bounds byebye nested hir ids
lcnr
-78
/
+10
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-04-08
Avoid looking at the internals of Interned directly
Oli Scherer
-18
/
+17
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-5
/
+6
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-4
/
+4
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-5
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+200