summary refs log tree commit diff
path: root/tests/ui/nll
AgeCommit message (Expand)AuthorLines
2024-12-31Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebankTrevor Gross-3/+4
2024-12-12Tweak multispan renderingEsteban Küber-12/+3
2024-12-03closure-requirements: add regression testslcnr-3/+62
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-2/+1
2024-11-25`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`dianne-3/+4
2024-11-21Stop being so bail-y in candidate assemblyMichael Goulet-10/+2
2024-10-24stabilize if_let_rescopeDing Xiang Fei-3/+1
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-1/+1
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-6/+4
2024-09-13Update tests for hidden references to mutable staticObei Sideg-8/+10
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-2/+19
2024-08-31Create opaque definitions in resolver.Camille GILLOT-4/+4
2024-08-17Bless test falloutMichael Goulet-40/+29
2024-07-26Peel off explicit (or implicit) deref before suggesting clone on move error i...Michael Goulet-144/+17
2024-07-21Explain that coroutine can be marked staticMichael Goulet-0/+8
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-1/+1
2024-07-04More accurate mutability suggestionEsteban Küber-24/+40
2024-06-18tail expression behind terminating scopeDing Xiang Fei-2/+2
2024-05-27Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errorsbors-2/+2
2024-05-24Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)Boxy-2/+2
2024-05-03remove IndirectStructuralMatch lint, emit the usual hard error insteadRalf Jung-2/+1
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-8/+32
2024-04-24Modify `find_expr` from `Span` to better account for closuresEsteban Küber-17/+155
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-9/+14
2024-04-21Normalize xform_ret_ty after constrainedMichael Goulet-1/+2
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-11/+9
2024-04-21Move some testsCaio-0/+82
2024-04-15Use /* value */ as a placeholderMichael Goulet-2/+2
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-3/+179
2024-04-12Better account for more cases involving closuresEsteban Küber-3/+59
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+43
2024-04-11Do not recomment cloning explicit `&mut` expressionsEsteban Küber-12/+0
2024-04-11Fix accuracy of `T: Clone` check in suggestionEsteban Küber-0/+26
2024-04-11More move error suggestions to cloneEsteban Küber-0/+42
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-0/+15
2024-04-11Account for unops when suggesting cloningEsteban Küber-2/+3
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-0/+5
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-6/+6
2024-04-10Handle more cases of value suggestionsEsteban Küber-4/+4
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-2/+2
2024-04-07Move testsCaio-0/+96
2024-04-03Add `if let` testsNadrieril-10/+80
2024-04-03Add testsNadrieril-56/+154
2024-03-24add test for #116599Matthias Krüger-0/+44
2024-03-23address review feedbackMatthias Krüger-9/+9
2024-03-23add test for #106874 ICE BoundUniversalRegionErrorMatthias Krüger-0/+138
2024-03-21Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl.Oli Scherer-20/+20
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-1/+10
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-2/+10
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-1/+10