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
/
tests
/
ui
/
nll
Age
Commit message (
Expand
)
Author
Lines
2024-12-31
Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank
Trevor Gross
-3
/
+4
2024-12-12
Tweak multispan rendering
Esteban Küber
-12
/
+3
2024-12-03
closure-requirements: add regression tests
lcnr
-3
/
+62
2024-11-28
Update more 2024 tests to remove -Zunstable-options
Eric Huss
-2
/
+1
2024-11-25
`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`
dianne
-3
/
+4
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-10
/
+2
2024-10-24
stabilize if_let_rescope
Ding Xiang Fei
-3
/
+1
2024-09-24
replace "cast" with "coercion" where applicable
Lukas Markeffsky
-1
/
+1
2024-09-24
use more accurate spans for user type ascriptions
Lukas Markeffsky
-6
/
+4
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-8
/
+10
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-2
/
+19
2024-08-31
Create opaque definitions in resolver.
Camille GILLOT
-4
/
+4
2024-08-17
Bless test fallout
Michael Goulet
-40
/
+29
2024-07-26
Peel off explicit (or implicit) deref before suggesting clone on move error i...
Michael Goulet
-144
/
+17
2024-07-21
Explain that coroutine can be marked static
Michael Goulet
-0
/
+8
2024-07-18
Use more accurate span for `addr_of!` suggestion
Esteban Küber
-1
/
+1
2024-07-04
More accurate mutability suggestion
Esteban Küber
-24
/
+40
2024-06-18
tail expression behind terminating scope
Ding Xiang Fei
-2
/
+2
2024-05-27
Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors
bors
-2
/
+2
2024-05-24
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Boxy
-2
/
+2
2024-05-03
remove IndirectStructuralMatch lint, emit the usual hard error instead
Ralf Jung
-2
/
+1
2024-04-24
Mention when type parameter could be `Clone`
Esteban Küber
-8
/
+32
2024-04-24
Modify `find_expr` from `Span` to better account for closures
Esteban Küber
-17
/
+155
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-9
/
+14
2024-04-21
Normalize xform_ret_ty after constrained
Michael Goulet
-1
/
+2
2024-04-21
Use fulfillment, not evaluate, during method probe
Michael Goulet
-11
/
+9
2024-04-21
Move some tests
Caio
-0
/
+82
2024-04-15
Use /* value */ as a placeholder
Michael Goulet
-2
/
+2
2024-04-13
Auto merge of #122603 - estebank:clone-o-rama, r=lcnr
bors
-3
/
+179
2024-04-12
Better account for more cases involving closures
Esteban Küber
-3
/
+59
2024-04-11
Mention when the type of the moved value doesn't implement `Clone`
Esteban Küber
-0
/
+43
2024-04-11
Do not recomment cloning explicit `&mut` expressions
Esteban Küber
-12
/
+0
2024-04-11
Fix accuracy of `T: Clone` check in suggestion
Esteban Küber
-0
/
+26
2024-04-11
More move error suggestions to clone
Esteban Küber
-0
/
+42
2024-04-11
Suggest `.clone()` in some move errors
Esteban Küber
-0
/
+15
2024-04-11
Account for unops when suggesting cloning
Esteban Küber
-2
/
+3
2024-04-11
Suggest `.clone()` when moved while borrowed
Esteban Küber
-0
/
+5
2024-04-11
Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors
Matthias Krüger
-6
/
+6
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-4
/
+4
2024-04-09
Tweak value suggestions in `borrowck` and `hir_analysis`
Esteban Küber
-2
/
+2
2024-04-07
Move tests
Caio
-0
/
+96
2024-04-03
Add `if let` tests
Nadrieril
-10
/
+80
2024-04-03
Add tests
Nadrieril
-56
/
+154
2024-03-24
add test for #116599
Matthias Krüger
-0
/
+44
2024-03-23
address review feedback
Matthias Krüger
-9
/
+9
2024-03-23
add test for #106874 ICE BoundUniversalRegionError
Matthias Krüger
-0
/
+138
2024-03-21
Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl.
Oli Scherer
-20
/
+20
2024-03-21
Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk
bors
-1
/
+10
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-2
/
+10
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-1
/
+10
[next]