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
/
region_constraints
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-3
/
+3
2023-02-15
Remove `reuse_or_mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-3
/
+5
2023-02-09
Introduce `ReError`
Esteban Küber
-1
/
+1
2023-01-19
even more unify Projection/Opaque in outlives code
Ali MJ Al-Nasrawy
-10
/
+4
2023-01-13
Unify Opaque/Projection handling in region outlives code
Michael Goulet
-12
/
+8
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-10-28
Remove #![allow(rustc::potential_query_instability)] from rustc_infer
CastilloDel
-2
/
+2
2022-09-21
Neither require nor imply lifetime bounds on opaque type for well formedness
Oli Scherer
-0
/
+10
2022-09-08
Make some functions pub(super)
Jack Huey
-14
/
+14
2022-09-08
Remove ReEmpty
Jack Huey
-1
/
+0
2022-08-09
don't normalize wf predicates
lcnr
-1
/
+1
2022-07-26
Use real opaque type instead of just saying impl Trait
Michael Goulet
-3
/
+2
2022-07-19
Use LocalDefId in OpaqueTypeKey
Michael Goulet
-2
/
+2
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-2
/
+2
2022-06-23
coallesce docs
Niko Matsakis
-65
/
+32
2022-06-23
rename IfEqBound to IfEq
Niko Matsakis
-3
/
+3
2022-06-23
remove VerifyBound::IfEq variant
Niko Matsakis
-31
/
+31
2022-06-15
implement (unused) matching solver
Niko Matsakis
-0
/
+47
2022-06-15
simply the IfEq bound -- we only ever use a region
Niko Matsakis
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-13
/
+13
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-02
8 - Make more use of `let_chains`
Caio
-4
/
+2
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-35
/
+30
2022-02-14
Call the method fork instead of clone and add proper comments
Santiago Pastorino
-1
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_infer`
LegionMammal978
-2
/
+2
2021-09-28
More tracing instrumentation
Oli Scherer
-4
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-0
/
+5
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-05-15
Add comments to opportunistic resolve functions
Jack Huey
-0
/
+4
2021-05-15
Missed a couple things
Jack Huey
-1
/
+1
2021-05-15
Revert to only using opportunistic_resolve_vars for existing places
Jack Huey
-2
/
+5
2021-05-14
Store Option<Region> as value for RegionVid
Jack Huey
-16
/
+36
2021-05-14
Make the UnifyValue for RegionVid ()
Jack Huey
-4
/
+3
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-40
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+826
[prev]