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
/
lexical_region_resolve
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-112
/
+122
2025-05-06
Rename `graph::implementation::Graph` to `LinkedGraph`
Zalathar
-4
/
+4
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-14
/
+14
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-02-21
Allow SliceIndex to be indexed by ranges.
Jason Newcomb
-1
/
+1
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-2
/
+2
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-08-27
Add `warn(unreachable_pub)` to `rustc_infer`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+10
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-03-21
Stop sorting via `DefId`s in region resolution
Oli Scherer
-8
/
+11
2024-02-14
Use fewer delayed bugs.
Nicholas Nethercote
-8
/
+6
2024-02-02
Normalize the whole PolyTypeOutlivesPredicate, more simplifications
Michael Goulet
-1
/
+1
2024-01-30
Deeply normalize when processing registered region obligations
Michael Goulet
-1
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-22
Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors
bors
-3
/
+9
2023-12-19
Remove unnecessary param-env from lexical region resolution and fully structu...
Michael Goulet
-9
/
+3
2023-12-17
use Vec for region constraints
Ali MJ Al-Nasrawy
-3
/
+9
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix some unnecessary casts
Nilstrieb
-8
/
+4
2023-11-14
finish `RegionKind` rename
lcnr
-14
/
+12
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-08-26
Merge if and match expressions that don't make sense to have separated
Santiago Pastorino
-15
/
+10
2023-08-25
Check that universe can name other universe instead of equality
Santiago Pastorino
-4
/
+5
2023-08-25
Remove lub_empty from lexical region resolve
Santiago Pastorino
-46
/
+19
2023-08-01
Suppress unnecessary outlives
Michael Goulet
-0
/
+4
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-3
/
+2
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-1
/
+1
2023-05-04
Use fulfillment to check Drop impl compatibility
Michael Goulet
-0
/
+11
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-19
In `LexicalResolver`, don't construct graph unless necessary.
Nicholas Nethercote
-4
/
+7
2023-04-03
Doc-comment `IndexVec::from_elem` and use it in a few more places
Scott McMurray
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-03-26
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-46
/
+1
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-1
/
+46
2023-03-09
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-46
/
+1
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-02-26
Don't trigger ICE for ReError when the other region is empty.
Lenko Donchev
-2
/
+10
2023-02-22
Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgr
bors
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-17
Don't delay ReError bug during lexical region resolve
Michael Goulet
-1
/
+1
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-2
/
+2
2023-02-09
Use `ErrorGuaranteed` more in `ReError`
Esteban Küber
-3
/
+5
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-5
/
+5
2023-02-09
review comments
Esteban Küber
-1
/
+3
2023-02-09
Introduce `ReError`
Esteban Küber
-5
/
+7
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-11
/
+11
[next]