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
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2024-04-11
remove some things that do not need to be
Matthias Krüger
-1
/
+1
2024-04-11
Mention when the type of the moved value doesn't implement `Clone`
Esteban Küber
-2
/
+13
2024-04-11
Account for move error in the spread operator on struct literals
Esteban Küber
-11
/
+107
2024-04-11
Better account for `FnOnce` in move errors
Esteban Küber
-7
/
+72
2024-04-11
Account for assign binops in clone suggestions
Esteban Küber
-2
/
+32
2024-04-11
When possible, suggest cloning the result of a call instead of an argument
Esteban Küber
-13
/
+92
2024-04-11
Do not recomment cloning explicit `&mut` expressions
Esteban Küber
-0
/
+5
2024-04-11
Fix accuracy of `T: Clone` check in suggestion
Esteban Küber
-0
/
+1
2024-04-11
Remove unnecessary argument from `suggest_cloning`
Esteban Küber
-21
/
+9
2024-04-11
Silence redundant clone suggestion
Esteban Küber
-0
/
+5
2024-04-11
More move error suggestions to clone
Esteban Küber
-0
/
+4
2024-04-11
Suggest `.clone()` in some move errors
Esteban Küber
-0
/
+10
2024-04-11
Account for unops when suggesting cloning
Esteban Küber
-19
/
+24
2024-04-11
Suggest `.clone()` when moved while borrowed
Esteban Küber
-17
/
+56
2024-04-11
Account for `.clone()` when suggesting `<T as Clone>::clone`
Esteban Küber
-2
/
+33
2024-04-11
Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors
Matthias Krüger
-26
/
+70
2024-04-10
Handle more cases of "values to suggest" given a type
Esteban Küber
-3
/
+16
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-18
/
+51
2024-04-10
Use trait solver to answer questions instead of manually writing a trait solver
Oli Scherer
-79
/
+22
2024-04-09
Tweak value suggestions in `borrowck` and `hir_analysis`
Esteban Küber
-10
/
+8
2024-04-06
Account for trait/impl difference when suggesting changing argument from ref ...
Esteban Küber
-35
/
+54
2024-04-05
Provide suggestion to dereference closure tail if appropriate
Esteban Küber
-4
/
+210
2024-03-30
Stop calling visitors V
Michael Goulet
-3
/
+12
2024-03-29
Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb
Matthias Krüger
-10
/
+10
2024-03-28
and few more
klensy
-10
/
+10
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-10
/
+9
2024-03-26
Rollup merge of #122589 - wutchzone:121547, r=compiler-errors
Matthias Krüger
-3
/
+13
2024-03-23
Simplify an iterator search in borrowck diag
Josh Stone
-11
/
+9
2024-03-23
Fix typos
Daniel Sedlak
-3
/
+3
2024-03-23
Fix diagnostics for async block cloning
Daniel Sedlak
-0
/
+10
2024-03-23
Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk
Matthias Krüger
-6
/
+6
2024-03-22
Rename `hir::Node::Local` into `hir::Node::LetStmt`
Guillaume Gomez
-3
/
+3
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-5
/
+5
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-5
/
+5
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-1
/
+1
2024-03-19
Fix incorrect mutable suggestion information for binding in ref pattern.
surechen
-13
/
+24
2024-03-17
Move `suggest_hoisting_call_outside_loop` out of `suggest_cloning`
Esteban Küber
-6
/
+3
2024-03-17
Move `Visitor` impl out to the `mod` level
Esteban Küber
-22
/
+22
2024-03-17
Point at `continue` and `break` that might be in the wrong place
Esteban Küber
-33
/
+130
2024-03-17
Detect when move of `!Copy` value occurs within `loop` and should likely not ...
Esteban Küber
-2
/
+160
2024-03-15
Rollup merge of #122254 - estebank:issue-48677, r=oli-obk
Matthias Krüger
-15
/
+121
2024-03-15
Rollup merge of #122513 - petrochenkov:somehir4, r=fmease
Guillaume Gomez
-10
/
+4
2024-03-15
Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril
Guillaume Gomez
-20
/
+7
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-10
/
+4
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-3
/
+3
2024-03-13
Account for UnOps in borrowck message
Esteban Küber
-2
/
+9
2024-03-13
Detect calls to `.clone()` on `T: !Clone` types on borrowck errors
Esteban Küber
-7
/
+106
2024-03-13
cleanup prefixes iterator
beepster4096
-20
/
+7
2024-03-11
Rename `IntoDiagnosticArg` as `IntoDiagArg`.
Nicholas Nethercote
-3
/
+3
[prev]
[next]