about summary refs log tree commit diff
path: root/tests/ui/nll
AgeCommit message (Expand)AuthorLines
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
2024-03-18update region debug formattingBoxy-33/+34
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-39/+12
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+1
2024-02-29Make nll higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-2/+25
2024-02-18Improve wording of static_mut_refObei Sideg-7/+7
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-172/+172
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+15
2024-02-13Check normalized call signature for WF in mir typeckMichael Goulet-0/+74
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-3/+35
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-3/+19
2024-01-09Auto merge of #118968 - aliemjay:canon-static, r=lcnrbors-1/+1
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-3/+19
2023-12-19rename to verbose-internalsjyn-34/+34
2023-12-15unify query canonicalization modeAli MJ Al-Nasrawy-1/+1
2023-12-14update use of feature flagslcnr-1/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-8/+8
2023-12-05Add print_trait_sugaredMichael Goulet-4/+4
2023-12-01add tests from crater for liveness causing scope differencesRémy Rakic-0/+46