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
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-18
/
+28
2025-07-31
Avoid vacuous `Constraint::{VarSubVar,RegSubReg}` constraints.
Nicholas Nethercote
-2
/
+6
2025-07-04
Fix pretty printing of placeholder types
Michael Goulet
-1
/
+1
2025-06-25
rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::Misc
Michael Goulet
-1
/
+1
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-2
/
+2
2025-04-14
Use `newtype_index!`-generated types more idiomatically
Yotam Ofek
-3
/
+1
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-2
/
+2
2025-02-02
Move `unify_key` module.
Nicholas Nethercote
-1
/
+1
2024-12-26
nit: Remove redundant function
Michael Goulet
-4
/
+0
2024-12-20
remove non-borrowck member constraints
lcnr
-34
/
+2
2024-12-17
`fn member_constraint` to `add_member_constraint`
lcnr
-1
/
+1
2024-10-08
Use `Default` more in `InferCtxtInner`.
Nicholas Nethercote
-4
/
+0
2024-10-08
Downgrade a `&mut self` to `&self`.
Nicholas Nethercote
-1
/
+1
2024-10-08
Remove `Deref`/`DerefMut` impls for `RegionConstraintCollector`.
Nicholas Nethercote
-32
/
+18
2024-10-08
Inline and remove `RegionConstraintStorage::remove_constraint_entry`.
Nicholas Nethercote
-24
/
+20
2024-10-08
Inline and remove `RegionConstraintCollector::into_infos_and_data`.
Nicholas Nethercote
-10
/
+2
2024-10-07
Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
Matthias Krüger
-2
/
+2
2024-10-07
Convert a `&Lrc<T>` argument to `Lrc<T>`.
Nicholas Nethercote
-2
/
+2
2024-10-07
Reduce visibilities some more.
Nicholas Nethercote
-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
-11
/
+7
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-21
Stop sorting via `DefId`s in region resolution
Oli Scherer
-1
/
+1
2024-03-07
move snapshot handling into mod
lcnr
-5
/
+4
2024-02-22
region unification update universe of region vars
lcnr
-38
/
+69
2023-12-22
Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors
bors
-13
/
+8
2023-12-17
use Vec for region constraints
Ali MJ Al-Nasrawy
-13
/
+8
2023-12-15
Opportunistically resolve region var in canonicalizer
Michael Goulet
-5
/
+0
2023-12-08
Uplift canonicalizer into new trait solver crate
Michael Goulet
-0
/
+5
2023-11-22
Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin
Michael Goulet
-1
/
+1
2023-11-21
Fix some unnecessary casts
Nilstrieb
-1
/
+1
2023-11-19
Make regionck care about placeholders in outlives components
Michael Goulet
-0
/
+4
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-3
/
+3
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-4
/
+4
2023-05-30
rework the leak_check to take the outer_universe
lcnr
-8
/
+3
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-4
/
+4
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-2
/
+2
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-03-26
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-41
/
+3
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-3
/
+41
2023-03-09
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-41
/
+3
2023-03-08
Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr
bors
-24
/
+21
2023-03-08
address review comment
Ali MJ Al-Nasrawy
-4
/
+7
2023-03-05
fix the new unsoundness
Ali MJ Al-Nasrawy
-1
/
+8
2023-03-05
s/unification_table/unification_table_mut
Ali MJ Al-Nasrawy
-7
/
+8
2023-03-05
resolve to universal regions when possible
Ali MJ Al-Nasrawy
-20
/
+6
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
[next]