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
/
leak_check.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-25
/
+4
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2024-10-08
Remove unnecessary lifetime from `LeakCheck`.
Nicholas Nethercote
-32
/
+22
2024-10-08
Improve formatting of some comments.
Nicholas Nethercote
-5
/
+6
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
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
/
+1
2024-04-15
Add an opt-in to store incoming edges in `VecGraph` + some docs
Maybe Waffle
-1
/
+1
2024-03-07
move snapshot handling into mod
lcnr
-5
/
+3
2024-02-22
region unification update universe of region vars
lcnr
-6
/
+6
2023-12-17
use Vec for region constraints
Ali MJ Al-Nasrawy
-4
/
+4
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
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
-56
/
+69
2023-05-30
leak_check: remove unused codepath
lcnr
-20
/
+5
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-4
/
+4
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR...
Jack Huey
-2
/
+2
2023-03-26
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-3
/
+0
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-0
/
+3
2023-03-09
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-3
/
+0
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-5
/
+5
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-4
/
+2
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-2
/
+2
2022-10-28
Remove #![allow(rustc::potential_query_instability)] from rustc_infer
CastilloDel
-3
/
+4
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-1
/
+1
2022-03-30
Addressed comments by @compiler-errors and @bjorn3
Yuri Astrakhan
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-3
/
+3
2022-02-21
add comment
lcnr
-0
/
+1
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+446