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
/
polonius
/
legacy
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-04
Use an enum for SCC representatives, plus other code review
Amanda Stjerna
-1
/
+1
2025-06-03
Move placeholder handling to a proper preprocessing step
Amanda Stjerna
-3
/
+3
2025-01-08
rename `AllFacts` to `PoloniusFacts`
Rémy Rakic
-7
/
+7
2025-01-08
rename `LocationTable` to `PoloniusLocationTable`
Rémy Rakic
-3
/
+3
2024-12-30
move `facts` module to polonius legacy module
Rémy Rakic
-1
/
+2
2024-12-30
move `location` module to polonius legacy module
Rémy Rakic
-1
/
+2
2024-12-15
improve consistency within fact gen
Rémy Rakic
-24
/
+22
2024-12-15
simplify `emit_outlives_facts`
Rémy Rakic
-6
/
+5
2024-12-15
simplify `emit_access_facts` and fact generation
Rémy Rakic
-26
/
+12
2024-12-15
use let else more consistently in fact generation
Rémy Rakic
-26
/
+26
2024-12-15
clean up `translate_outlives_facts`
Rémy Rakic
-0
/
+33
2024-12-15
clean up `emit_drop_facts`
Rémy Rakic
-2
/
+22
2024-12-15
clean up `emit_access_facts`
Rémy Rakic
-0
/
+3
2024-12-14
move datalog fact generation into a legacy module
Rémy Rakic
-0
/
+184