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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_borrowck
/
src
/
region_infer
Age
Commit message (
Expand
)
Author
Lines
2025-03-19
merge opaque types of nested bodies
lcnr
-29
/
+8
2025-03-15
Fold visit into ty
Michael Goulet
-2
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-4
/
+2
2025-02-28
Optimize `Trace`.
Nicholas Nethercote
-36
/
+51
2025-02-28
Split the `Edges` iterator.
Nicholas Nethercote
-12
/
+28
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-25
/
+14
2025-02-18
eval_outlives: bail out early if both regions are in the same SCC
Amanda Stjerna
-0
/
+5
2025-02-15
Rework name_regions to not rely on reverse scc graph for non-member-constrain...
Michael Goulet
-1
/
+7
2025-02-08
Rustfmt
bjorn3
-4
/
+4
2025-01-28
Move outlives env computation into methods
Michael Goulet
-9
/
+7
2025-01-28
Consolidate OutlivesEnv construction with resolve_regions
Michael Goulet
-1
/
+1
2025-01-17
Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726
Matthias Krüger
-67
/
+27
2025-01-12
replace location-insensitive analysis with location-sensitive analysis
Rémy Rakic
-67
/
+27
2025-01-11
Remove a bunch of diagnostic stashing that doesn't do anything
Michael Goulet
-1
/
+0
2025-01-08
Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasper
Matthias Krüger
-28
/
+29
2025-01-08
Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr
bors
-127
/
+106
2025-01-08
stop calling `DenseLocationMap` "elements"
Rémy Rakic
-28
/
+29
2025-01-07
Rollup merge of #133810 - lcnr:remove-verify_bound, r=compiler-errors
Matthias Krüger
-18
/
+8
2025-01-07
Avoid naming variables `str`
Josh Triplett
-3
/
+3
2025-01-06
only avoid blaming assignments from argument patterns
dianne
-10
/
+7
2025-01-06
make outlives constraints from generic arguments less boring
dianne
-10
/
+16
2025-01-06
`best_blame_constraint`: prioritize blaming interesting-seeming constraints
dianne
-72
/
+87
2025-01-06
`best_blame_constraint`: avoid blaming assignments without user-provided types
dianne
-0
/
+1
2025-01-06
`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...
dianne
-1
/
+8
2025-01-06
`best_blame_constraint`: add a special case to recover object lifetime defaul...
dianne
-1
/
+21
2025-01-06
`best_blame_constraint`: don't filter constraints by sup SCC
dianne
-49
/
+11
2025-01-06
further clean up `best_blame_constraint`
dianne
-50
/
+45
2025-01-06
cleanup: remove `ExtraConstraintInfo`
dianne
-29
/
+5
2024-12-30
move `facts` module to polonius legacy module
Rémy Rakic
-1
/
+1
2024-12-29
finish filling polonius context
Rémy Rakic
-0
/
+8
2024-12-29
Auto merge of #134627 - estebank:issue-133252, r=jackh726
bors
-2
/
+8
2024-12-21
Auto merge of #134268 - lqd:polonius-next, r=jackh726
bors
-0
/
+9
2024-12-21
Avoid ICE in borrowck
Esteban Küber
-2
/
+8
2024-12-21
Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk
bors
-1
/
+3
2024-12-20
Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errors
Matthias Krüger
-6
/
+7
2024-12-20
next-solver: rm opaque type hack
lcnr
-6
/
+7
2024-12-20
add comments
lcnr
-3
/
+6
2024-12-20
more directly handle member constraints
lcnr
-1
/
+3
2024-12-18
fix crashes
lcnr
-1
/
+1
2024-12-18
introduce beginnings of polonius MIR dump
Rémy Rakic
-0
/
+5
2024-12-18
set up skeleton for localized constraints conversion
Rémy Rakic
-0
/
+4
2024-12-04
add assert
lcnr
-0
/
+7
2024-12-04
remove unnecessary `eval_verify_bound`
lcnr
-18
/
+1
2024-12-03
small code cleanup
lcnr
-10
/
+7
2024-12-03
closure requirements: don't replace bivariant opaque args
lcnr
-30
/
+0
2024-12-03
update instrumentation
lcnr
-3
/
+1
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-5
/
+7
2024-11-19
Pass `constraints` to `RegionInferenceContext::new`.
Nicholas Nethercote
-11
/
+23
2024-11-19
Don't refcount `PlaceholderIndices`.
Nicholas Nethercote
-4
/
+3
2024-11-19
Clean up `UniversalRegions`.
Nicholas Nethercote
-30
/
+29
[next]