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
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-43
/
+32
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
-3
/
+3
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
Remove unnecessary lifetime from `LeakCheck`.
Nicholas Nethercote
-32
/
+22
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-08
Improve formatting of some comments.
Nicholas Nethercote
-5
/
+6
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
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+13
2024-06-06
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-06-06
Uplift TypeError
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+2
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-15
Add an opt-in to store incoming edges in `VecGraph` + some docs
Maybe Waffle
-1
/
+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
-10
/
+7
2024-02-22
region unification update universe of region vars
lcnr
-44
/
+75
2023-12-22
Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors
bors
-17
/
+12
2023-12-17
use Vec for region constraints
Ali MJ Al-Nasrawy
-17
/
+12
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-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-11-21
Fix some unnecessary casts
Nilstrieb
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
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-07-23
fix some clippy::style findings
Matthias Krüger
-3
/
+5
2023-05-30
rework the leak_check to take the outer_universe
lcnr
-64
/
+72
2023-05-30
leak_check: remove unused codepath
lcnr
-20
/
+5
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-8
/
+8
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
-2
/
+2
[next]