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
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-02-06
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-2
/
+8
2025-01-10
Try to explain borrow for tail expr temporary drop order change in 2024
Michael Goulet
-3
/
+20
2025-01-10
Don't do AccessDepth::Drop for types with no drop impl
Michael Goulet
-4
/
+12
2025-01-10
remove an extraneous comment
wieDasDing
-1
/
+0
2025-01-10
apply suggestions on fn name
Ding Xiang Fei
-4
/
+4
2025-01-10
run borrowck tests on BIDs and emit tail-expr-drop-order lints for
Ding Xiang Fei
-14
/
+65
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-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
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-2
/
+2
2024-10-07
Rollup merge of #131225 - nnethercote:rustc_borrowck-mm, r=lqd
Jubilee
-22
/
+14
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-0
/
+1
2024-10-04
Avoid `Rc` in `BodyWithBorrowckFacts`.
Nicholas Nethercote
-3
/
+2
2024-10-04
Use `Box` instead of `Rc` for `polonius_output`.
Nicholas Nethercote
-1
/
+1
2024-10-04
Use `Rc` less in `MirBorrowckCtxt`.
Nicholas Nethercote
-22
/
+15
2024-09-25
Stabilize the `map`/`value` methods on `ControlFlow`
Scott McMurray
-1
/
+0
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+5
2024-09-13
Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillot
Matthias Krüger
-86
/
+85
[next]