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
/
outlives
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnr
bors
-3
/
+3
2025-09-30
clone region obligations instead of taking in implied bounds hack
Jana Dönszelmann
-0
/
+4
2025-09-30
Split Bound into Canonical and Bound
jackh726
-3
/
+3
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-3
/
+3
2025-08-02
Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu
Samuel Tardieu
-1
/
+1
2025-08-01
Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr
bors
-4
/
+4
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-4
/
+4
2025-07-30
handle region dependent goals due to infer vars
lcnr
-0
/
+1
2025-07-25
Improve and regularize comment placement in doc code
Josh Triplett
-1
/
+1
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-13
/
+6
2025-07-15
Gate things properly
Michael Goulet
-9
/
+12
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-3
/
+51
2025-07-13
Make sure that users don't take region obligations in a snapshot
Michael Goulet
-0
/
+1
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-1
/
+1
2025-06-03
`FIXME(-Znext-solver)` triage
lcnr
-1
/
+4
2025-05-27
Fix some var names
Michael Goulet
-2
/
+2
2025-05-27
Rename unpack to kind
Michael Goulet
-2
/
+2
2025-05-26
Rename
Michael Goulet
-12
/
+21
2025-05-26
Avoid obligation construction dance with query region constraints
Michael Goulet
-3
/
+31
2025-05-17
Fast path for register_region_obligation
Michael Goulet
-0
/
+8
2025-05-07
Require T: TypeFoldable in Binder<T> visit
Michael Goulet
-4
/
+0
2025-05-02
Use less rustc_type_ir in the compiler codebase
Romain Perier
-2
/
+2
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-2
/
+2
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-10
/
+14
2025-02-06
Add opt_alias_variances and use it in outlives code
Michael Goulet
-13
/
+11
2025-01-30
Auto merge of #136038 - compiler-errors:outlives, r=lcnr
bors
-50
/
+16
2025-01-28
Move param env bound deep normalization to OutlivesEnvironment building
Michael Goulet
-44
/
+16
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-1
/
+1
2025-01-28
Move outlives env computation into methods
Michael Goulet
-6
/
+0
2025-01-02
Simplify declared_generic_bounds_from_env
Michael Goulet
-32
/
+23
2025-01-02
Make it clearer that the only infers we expect to see when processing outlive...
Michael Goulet
-1
/
+8
2025-01-02
Remove hack for filtering out param-env outlives that match item-bound outlives
Michael Goulet
-18
/
+1
2024-11-08
Manually register some bounds for a better span
Michael Goulet
-0
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-12
/
+2
2024-10-08
Inline and remove `RegionConstraintCollector::into_infos_and_data`.
Nicholas Nethercote
-9
/
+6
2024-10-08
Improve formatting of some comments.
Nicholas Nethercote
-5
/
+6
2024-10-08
Remove `OutlivesEnvironmentBuilder`.
Nicholas Nethercote
-61
/
+26
2024-10-07
Reduce visibilities some more.
Nicholas Nethercote
-7
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-16
/
+12
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+5
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-19
/
+19
2024-07-18
Remove tag field from relations
Michael Goulet
-10
/
+5
2024-07-17
Fix relations
Michael Goulet
-1
/
+1
2024-07-07
Make push_outlives_components into a visitor
Michael Goulet
-6
/
+1
2024-07-06
Don't track visited outlives bounds when decomposing verify for alias
Michael Goulet
-22
/
+14
2024-07-06
Import via rustc_type_ir::outlives
Michael Goulet
-4
/
+2
2024-07-06
Uplift push_outlives_components
Michael Goulet
-270
/
+5
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
[next]