about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-03-05Use `ControlFlow` in HIR visitorsJason Newcomb-3/+3
2024-03-04suppress fulfillment errors for super projectionsLukas Markeffsky-12/+1
2024-03-03Move testsCaio-1032/+0
2024-03-02Auto merge of #121657 - estebank:issue-119665, r=davidtwcobors-3/+3
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-3/+3
2024-02-29Remove stray stdout/stderr files许杰友 Jieyou Xu (Joe)-28/+0
2024-02-26Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnaybors-1/+2
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+3
2024-02-25Use generic `NonZero` in tests.Markus Reiter-1/+2
2024-02-23Auto merge of #120730 - estebank:confusable-api, r=oli-obkbors-15/+25
2024-02-22Deduplicate some logic and reword outputEsteban Küber-2/+2
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-4/+4
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-11/+21
2024-02-22remove `sub_relations` from infcx, recompute in diagnosticslcnr-15/+6
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-2/+2
2024-02-20Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obkMatthias Krüger-0/+5
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-18/+32
2024-02-20Don't use raw parameter types in find_builder_fnMichael Goulet-0/+5
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-18/+32
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-19/+1
2024-02-18Improve wording of static_mut_refObei Sideg-14/+14
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+3
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1290/+1290
2024-02-14Continue compilation even if inherent impl checks failOli Scherer-3/+24
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-13/+210
2024-02-14Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkovGuillaume Gomez-313/+0
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-13/+210
2024-02-13Move testsCaio-313/+0
2024-02-09Be less confident when `dyn` suggestion is not checked for object safetytrevyn-4/+4
2024-02-09Move some testsCaio-495/+0
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-9/+54
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-5/+42
2024-02-07Update testsr0cky-17/+163
2024-02-05Stop bailing out from compilation just because there were incoherent traitsOli Scherer-5/+42
2024-02-04Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obkMatthias Krüger-21/+26
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-21/+26
2024-02-01review comment: change wordingEsteban Küber-4/+4
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-9/+9
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-5/+5
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-2/+2
2024-01-29Move multiple UI issue tests to subdirectoriesMarek 'seqre' Grzelak-0/+0
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-2/+2
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-11/+24
2024-01-19Always use RevealAll for const eval queriesOli Scherer-11/+24
2024-01-13Bless testsGeorge-lewis-0/+6
2024-01-11Silence follow up errors if astconv already erroredOli Scherer-9/+2
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-8/+59
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-8/+59
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-65/+40
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-8/+16