summary refs log tree commit diff
path: root/tests/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-4/+20
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-128/+43
2024-03-14Consolidate WF for aliasesMichael Goulet-4/+20
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-16/+16
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-16/+16
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-22/+22
2024-02-27when defining opaques, require the hidden type to be well-formedlcnr-2/+18
2024-02-26Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+41
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-52/+52
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-1/+10
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-1/+10
2024-02-13Move testsCaio-0/+43
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-3/+37
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-4/+4
2024-01-16borrowck: wf-check fn item argsAli MJ Al-Nasrawy-1/+33
2024-01-11Taint more aggressively in astconvOli Scherer-11/+1
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-20/+62
2024-01-05Stabilize THIR unsafeckMatthew Jasper-23/+7
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-5/+40
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-4/+4
2023-12-05Add print_trait_sugaredMichael Goulet-14/+14
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-47/+47
2023-11-20Fix incorrect lifetime suggestionEsteban Küber-19/+2
2023-11-20Tweak wordingEsteban Küber-5/+5
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-7/+59
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-12/+12
2023-10-26Quietly fail if an error has already occurredOli Scherer-0/+70
2023-10-24Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naberMatthias Krüger-0/+4
2023-10-25suggest unwrap/expect for let binding type mismatchyukang-0/+4
2023-10-21Rollup merge of #116990 - estebank:issue-68445, r=cjgillotMatthias Krüger-0/+4
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20Mention `into_iter` on borrow errors suggestions when appropriateEsteban Küber-0/+4
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-8/+8
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-18/+26
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-10/+12
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+1
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-2/+2
2023-09-14Properly consider binder vars in HasTypeFlagsVisitorMichael Goulet-0/+27
2023-09-11Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwcoMatthias Krüger-0/+6
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+6
2023-09-08Improve "associated type not found" diagnosticsLieselotte-1/+1
2023-08-08fix: not insert missing lifetime for `ConstParamTy`bohan-5/+0
2023-07-28Account for macros when suggesting a new let bindingEsteban Küber-1/+5
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-23/+23
2023-05-21Tweak the post-order for multi-successor blocksScott McMurray-1/+1
2023-05-05improve diagnostics and bless testsBoxy-12/+11
2023-04-29Do not force anonymous lifetimes in consts to be static.Camille GILLOT-0/+20
2023-04-21Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkovbors-0/+13
2023-04-20Move test filesCaio-0/+13