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-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
2024-06-12
Use Variance glob import everywhere
Michael Goulet
-3
/
+1
2024-06-06
Uplift TypeRelation and Relate
Michael Goulet
-10
/
+7
2024-05-21
Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...
Michael Goulet
-5
/
+4
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+2
2024-05-11
Consolidate obligation cause codes for where clauses
Michael Goulet
-2
/
+6
2024-05-10
Name tweaks
Michael Goulet
-2
/
+2
2024-05-10
More rename fallout
Michael Goulet
-2
/
+2
2024-05-10
Rename some ObligationCauseCode variants
Michael Goulet
-2
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-1
/
+1
2024-03-07
move snapshot handling into mod
lcnr
-3
/
+2
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-22
/
+9
2024-03-01
Fallout from removing a_is_expected
Michael Goulet
-4
/
+0
2024-02-28
Opportunistically resolve regions when processing region outlives obligations
Michael Goulet
-1
/
+9
2024-02-14
Use fewer delayed bugs.
Nicholas Nethercote
-7
/
+7
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2024-02-06
Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnr
Matthias Krüger
-35
/
+58
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+5
2024-02-02
Normalize the whole PolyTypeOutlivesPredicate, more simplifications
Michael Goulet
-20
/
+31
2024-02-02
Don't hang when there's an infinite loop of outlives obligations
Michael Goulet
-1
/
+7
2024-02-02
Do process_registered_region_obligations in a loop
Michael Goulet
-16
/
+22
2024-01-30
Apply suggestions from review
Michael Goulet
-36
/
+22
2024-01-30
Normalize caller bounds
Michael Goulet
-9
/
+29
[next]