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
Age
Commit message (
Expand
)
Author
Lines
2024-12-30
move `location` module to polonius legacy module
Rémy Rakic
-4
/
+112
2024-12-29
address review comments
Rémy Rakic
-6
/
+23
2024-12-29
liveness constraints: draw the rest of the owl
Rémy Rakic
-71
/
+180
2024-12-29
finish filling polonius context
Rémy Rakic
-6
/
+25
2024-12-29
add variance recording
Rémy Rakic
-0
/
+126
2024-12-29
introduce polonius context
Rémy Rakic
-27
/
+66
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-7
/
+2
2024-12-18
address review comments
Rémy Rakic
-18
/
+19
2024-12-18
introduce beginnings of polonius MIR dump
Rémy Rakic
-0
/
+103
2024-12-18
set up skeleton for localized constraints conversion
Rémy Rakic
-1
/
+142
2024-12-18
add general documentation on the polonius module
Rémy Rakic
-0
/
+35
2024-12-18
introduce localized outlives constraints
Rémy Rakic
-0
/
+48
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
-184
/
+185
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-11-19
Clean up `UniversalRegions`.
Nicholas Nethercote
-11
/
+4
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-0
/
+1
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-14
/
+14
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+3
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+13
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+6
2024-06-05
Remove confusing `use_polonius` flag and do less cloning
Amanda Stjerna
-2
/
+2
2024-05-21
Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnr
bors
-4
/
+6
2024-05-20
Uplift RegionVid
Michael Goulet
-4
/
+6
2024-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-2
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-6
/
+13
2024-02-24
Implement asm goto in MIR and MIR lowering
Gary Guo
-1
/
+2
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-1
/
+1
2024-02-12
remove a bunch of dead parameters in fn
yukang
-1
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-4
/
+0
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2023-11-26
move remaining legacy polonius fact generation out of NLL module
Rémy Rakic
-18
/
+40
2023-11-26
small polish of loan invalidations fact generation
Rémy Rakic
-22
/
+12
2023-11-26
rename polonius constraint generation to what it actually does: emit loan kills
Rémy Rakic
-28
/
+20
2023-11-26
simplify polonius constraint generation
Rémy Rakic
-106
/
+82
2023-11-26
remove NLL liveness from polonius constraint generation
Rémy Rakic
-80
/
+7
2023-11-26
extract polonius "constraint generation"
Rémy Rakic
-2
/
+272
2023-11-26
extract polonius loan invalidations fact generation
Rémy Rakic
-0
/
+582
[prev]