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_borrowck
/
src
/
region_infer
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
Remove unnecessary param-env from lexical region resolution and fully structu...
Michael Goulet
-23
/
+6
2023-12-01
move and maintain live loans in `LivenessValues`
Rémy Rakic
-9
/
+3
2023-11-26
Auto merge of #117880 - lqd:liveness-values, r=cjgillot
bors
-8
/
+8
2023-11-16
Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi...
bors
-0
/
+9
2023-11-14
rename debugging support functions
Rémy Rakic
-1
/
+1
2023-11-14
`LivenessValues` does not need to be generic over regions
Rémy Rakic
-2
/
+2
2023-11-13
regions do not contain liveness elements
Rémy Rakic
-4
/
+4
2023-11-13
iterate over regions and not "rows" in liveness values
Rémy Rakic
-1
/
+1
2023-11-04
traverse region graph instead of SCCs to compute polonius loan scopes
Rémy Rakic
-10
/
+11
2023-10-20
consider a loan escapes the function via applied member constraints
Rémy Rakic
-5
/
+0
2023-10-19
make `applied_member_constraints` accept an SCC instead of a region
Rémy Rakic
-6
/
+7
2023-10-05
compute NLL loan scopes with liveness in `-Zpolonius=next`
Rémy Rakic
-2
/
+44
2023-10-04
introduce `Polonius` enum for `-Zpolonius`
Rémy Rakic
-1
/
+1
2023-09-26
subst -> instantiate
lcnr
-1
/
+1
2023-09-24
Try to use approximate placeholder regions when outputting an AscribeUserType...
Jack Huey
-0
/
+9
2023-08-30
return default `UniverseInfo` cause in `RegionInferenceContext`
Rémy Rakic
-1
/
+8
2023-08-04
don't ICE on higher ranked hidden types
Ali MJ Al-Nasrawy
-11
/
+14
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-11
/
+10
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-3
/
+3
2023-05-25
Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
bors
-1
/
+6
2023-05-23
Add RegionInferenceContext::outlives_constraints
Dominik Stolz
-1
/
+6
2023-05-19
Leverage the interval property to precompute borrow kill points.
Camille GILLOT
-1
/
+15
2023-04-30
RegionInferenceContext: remove Rc from rev_scc_graph field
klensy
-3
/
+3
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-13
Remove `ToRegionVid`.
Nicholas Nethercote
-1
/
+1
2023-04-13
Remove `impl ToRegionVid for RegionVid`.
Nicholas Nethercote
-12
/
+9
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-03-22
print sccs_info strings correctly
b-naber
-5
/
+6
2023-03-16
Use sort_by_key instead of sort_by
est31
-2
/
+2
2023-03-07
Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb
bors
-7
/
+10
2023-03-07
Auto merge of #108691 - aliemjay:closure-subject, r=jackh726
bors
-86
/
+51
2023-03-05
Remove `allow(potential_query_instability)` from `borrowck`
clubby789
-7
/
+10
2023-03-04
tweak ClosureOutlivesSubjectTy
Ali MJ Al-Nasrawy
-1
/
+1
2023-03-03
ignore bivariant regions in opaque types
Ali MJ Al-Nasrawy
-0
/
+30
2023-03-03
smarter algorithm for finding an equal region
Ali MJ Al-Nasrawy
-67
/
+9
2023-03-03
promote subject even if it has unnamed regions
Ali MJ Al-Nasrawy
-21
/
+14
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-21
address review
b-naber
-4
/
+4
2023-02-20
remove cfg attributes
b-naber
-5
/
+5
2023-02-19
add some cfgs back
b-naber
-10
/
+24
2023-02-19
remove cfgs
b-naber
-6
/
+2
2023-02-19
sccs info
b-naber
-1
/
+66
2023-02-16
Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors
bors
-2
/
+2
2023-02-15
Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk
Dylan DPC
-11
/
+24
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-2
/
+2
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
[next]