summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-03-14Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errorsbors-9/+9
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-11/+7
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-9/+9
2024-03-11Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubileebors-0/+2
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-11/+7
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-9/+9
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+2
2024-03-08Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgrbors-3/+3
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-26/+11
2024-03-08Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkovMatthias Krüger-3/+3
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-26/+11
2024-03-07Rollup merge of #122114 - saethlin:cant-find-crate-spam, r=WaffleLapkinGuillaume Gomez-16/+2
2024-03-07Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=...Guillaume Gomez-12/+1
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-2/+15
2024-03-06Make not finding core a fatal errorBen Kimock-16/+2
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-4/+4
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-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