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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-18
Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errors
Matthias Krüger
-9
/
+9
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-3
/
+3
2025-01-08
Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr
bors
-4
/
+5
2025-01-08
Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasper
Matthias Krüger
-4
/
+5
2025-01-08
Try to explain borrow for tail expr temporary drop order change in 2024
Michael Goulet
-5
/
+14
2025-01-08
Don't do AccessDepth::Drop for types with no drop impl
Michael Goulet
-4
/
+12
2025-01-08
remove an extraneous comment
wieDasDing
-1
/
+0
2025-01-08
apply suggestions on fn name
Ding Xiang Fei
-4
/
+4
2025-01-08
run borrowck tests on BIDs and emit tail-expr-drop-order lints for
Ding Xiang Fei
-14
/
+65
2025-01-08
rename `LocationTable` to `PoloniusLocationTable`
Rémy Rakic
-4
/
+5
2025-01-08
Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr
bors
-0
/
+1
2025-01-06
further clean up `best_blame_constraint`
dianne
-0
/
+1
2025-01-01
remove borrowck duplicate of `std::ops::ControlFlow`
Rémy Rakic
-8
/
+8
2025-01-01
remove `allow_two_phase_borrow`
Rémy Rakic
-2
/
+2
2025-01-01
remove empty `util` module
Rémy Rakic
-1
/
+0
2024-12-30
rename `diags` field
Rémy Rakic
-5
/
+12
2024-12-30
clean up `BorrowckDiags`
Rémy Rakic
-4
/
+5
2024-12-30
merge `diags` module into `diagnostics`
Rémy Rakic
-145
/
+4
2024-12-30
move `facts` module to polonius legacy module
Rémy Rakic
-3
/
+1
2024-12-30
move `location` module to polonius legacy module
Rémy Rakic
-2
/
+1
2024-12-30
fix a couple nits
Rémy Rakic
-4
/
+3
2024-12-24
Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk
bors
-0
/
+2
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+2
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-8
/
+2
2024-12-21
Auto merge of #134268 - lqd:polonius-next, r=jackh726
bors
-0
/
+11
2024-12-20
cleanup promoteds move check
lcnr
-9
/
+9
2024-12-18
move lint_unused_mut into subfn
lcnr
-29
/
+33
2024-12-18
address review comments
Rémy Rakic
-1
/
+1
2024-12-18
introduce beginnings of polonius MIR dump
Rémy Rakic
-0
/
+10
2024-12-18
set up skeleton for localized constraints conversion
Rémy Rakic
-0
/
+1
2024-12-17
move variable initialization
lcnr
-7
/
+4
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-3
/
+3
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-6
/
+6
2024-12-10
Remove lifetimes from `BorrowckDomain`.
Nicholas Nethercote
-25
/
+16
2024-12-05
Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`.
Nicholas Nethercote
-2
/
+2
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+2
2024-11-19
Pass `flow_inits` by value.
Nicholas Nethercote
-6
/
+2
2024-11-19
Put `param_env` into `infcx`.
Nicholas Nethercote
-8
/
+4
2024-11-19
Compute `upvars` lazily.
Nicholas Nethercote
-1
/
+0
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-10
/
+6
2024-11-05
Replace `BorrowckResults` with `Borrowck`.
Nicholas Nethercote
-30
/
+49
2024-11-04
`BorrowckDiags` tweaks.
Nicholas Nethercote
-13
/
+5
2024-11-04
Tidy up comments and some formatting.
Nicholas Nethercote
-19
/
+15
2024-11-04
Move some `use` declarations.
Nicholas Nethercote
-13
/
+12
2024-11-04
Reduce visibilities.
Nicholas Nethercote
-2
/
+2
2024-11-02
compiler: Replace rustc_target with _abi in _borrowck
Jubilee Young
-1
/
+1
2024-10-30
Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote
Matthias Krüger
-15
/
+16
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-15
/
+16
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
[next]