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
Age
Commit message (
Expand
)
Author
Lines
2025-01-08
Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasper
Matthias Krüger
-146
/
+153
2025-01-08
Try to explain borrow for tail expr temporary drop order change in 2024
Michael Goulet
-21
/
+31
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
/
+72
2025-01-08
rename `AllFacts` to `PoloniusFacts`
Rémy Rakic
-45
/
+47
2025-01-08
rename `LocationTable` to `PoloniusLocationTable`
Rémy Rakic
-46
/
+47
2025-01-08
Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr
bors
-239
/
+218
2025-01-08
stop calling `DenseLocationMap` "elements"
Rémy Rakic
-61
/
+65
2025-01-08
Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726
Jacob Pratt
-117
/
+307
2025-01-07
Rollup merge of #133810 - lcnr:remove-verify_bound, r=compiler-errors
Matthias Krüger
-18
/
+8
2025-01-07
Avoid naming variables `str`
Josh Triplett
-3
/
+3
2025-01-06
only avoid blaming assignments from argument patterns
dianne
-27
/
+26
2025-01-06
point out unblamed constraints from `Copy`/`Sized` bounds in region errors
dianne
-0
/
+24
2025-01-06
make outlives constraints from pointer comparisons less boring
dianne
-2
/
+2
2025-01-06
make outlives constraints from generic arguments less boring
dianne
-17
/
+24
2025-01-06
`best_blame_constraint`: prioritize blaming interesting-seeming constraints
dianne
-72
/
+87
2025-01-06
remove the unused `ConstraintCategory::ClosureBounds`
dianne
-1
/
+0
2025-01-06
`best_blame_constraint`: avoid blaming assignments without user-provided types
dianne
-6
/
+19
2025-01-06
`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...
dianne
-1
/
+8
2025-01-06
`best_blame_constraint`: add a special case to recover object lifetime defaul...
dianne
-1
/
+21
2025-01-06
`best_blame_constraint`: don't filter constraints by sup SCC
dianne
-49
/
+11
2025-01-06
further clean up `best_blame_constraint`
dianne
-50
/
+46
2025-01-06
cleanup: remove `ExtraConstraintInfo`
dianne
-131
/
+68
2025-01-06
address review comments
Rémy Rakic
-21
/
+31
2025-01-06
Remove CallKind::Deref hack from UseSpans
Michael Goulet
-9
/
+0
2025-01-06
Improve span when temporary receiver is dropped in edition 2024
Michael Goulet
-0
/
+34
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-2
/
+6
2025-01-01
remove borrowck duplicate of `std::ops::ControlFlow`
Rémy Rakic
-19
/
+16
2025-01-01
remove `allow_two_phase_borrow`
Rémy Rakic
-14
/
+6
2025-01-01
remove empty `util` module
Rémy Rakic
-39
/
+0
2025-01-01
move `find_assignments` to its only use site
Rémy Rakic
-2
/
+34
2025-01-01
localize typeck constraints
Rémy Rakic
-6
/
+199
2025-01-01
move typeck constraints conversion to its own module
Rémy Rakic
-39
/
+44
2025-01-01
Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank
Stuart Cook
-7
/
+10
2024-12-31
Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank
Trevor Gross
-39
/
+118
2024-12-31
Fix span for IndexMut method call on HashMap/BTreeMap
Michael Goulet
-2
/
+2
2024-12-31
Use if-let in structured suggestion instead of Option::map
Michael Goulet
-6
/
+9
2024-12-31
Explain how to mutate a HashMap/BTreeMap with more nuance
Michael Goulet
-1
/
+1
2024-12-30
rename `diags` field
Rémy Rakic
-19
/
+26
2024-12-30
clean up `BorrowckDiags`
Rémy Rakic
-23
/
+13
2024-12-30
merge `diags` module into `diagnostics`
Rémy Rakic
-149
/
+142
2024-12-30
move `facts` module to polonius legacy module
Rémy Rakic
-22
/
+17
2024-12-30
simplify `add_extra_drop_facts`
Rémy Rakic
-25
/
+20
2024-12-30
move `location` module to polonius legacy module
Rémy Rakic
-11
/
+11
2024-12-30
fix a couple nits
Rémy Rakic
-6
/
+5
2024-12-29
address review comments
Rémy Rakic
-7
/
+24
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
-8
/
+40
[prev]
[next]