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
Age
Commit message (
Expand
)
Author
Lines
2025-09-16
Remove Rvalue::Len.
Camille Gillot
-7
/
+2
2025-08-09
remove some unused private trait impls
Deadbeef
-16
/
+0
2025-07-05
use `is_multiple_of` instead of manual modulo
Folkert de Vries
-1
/
+1
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-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-1
/
+8
2025-01-31
Implement MIR, CTFE, and codegen for unsafe binders
Michael Goulet
-0
/
+4
2025-01-28
Represent the raw pointer for a array length check as a new kind of fake borrow
Michael Goulet
-11
/
+10
2025-01-18
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-2
/
+7
2025-01-08
rename `AllFacts` to `PoloniusFacts`
Rémy Rakic
-21
/
+21
2025-01-08
rename `LocationTable` to `PoloniusLocationTable`
Rémy Rakic
-32
/
+32
2025-01-01
remove borrowck duplicate of `std::ops::ControlFlow`
Rémy Rakic
-2
/
+4
2025-01-01
remove `allow_two_phase_borrow`
Rémy Rakic
-2
/
+2
2024-12-30
move `facts` module to polonius legacy module
Rémy Rakic
-7
/
+258
2024-12-30
simplify `add_extra_drop_facts`
Rémy Rakic
-1
/
+8
2024-12-30
move `location` module to polonius legacy module
Rémy Rakic
-4
/
+112
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-7
/
+2
2024-12-15
improve consistency within fact gen
Rémy Rakic
-46
/
+44
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
-50
/
+21
2024-12-15
use let else more consistently in fact generation
Rémy Rakic
-49
/
+43
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
/
+109
2024-12-14
move datalog fact generation into a legacy module
Rémy Rakic
-0
/
+773