about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-04-15Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubileeMichael Goulet-17/+4
2024-04-15Use the rustc_private libc less in testsBen Kimock-17/+4
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-1/+34
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-2/+2
2024-04-12Better account for more cases involving closuresEsteban Küber-1/+7
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-2/+2
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+12
2024-04-11More move error suggestions to cloneEsteban Küber-0/+4
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-0/+11
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-1/+1
2024-04-11Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebankbors-20/+0
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-5/+5
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-9/+9
2024-04-10move testKalle Wachsmuth-20/+0
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-5/+5
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-1/+1
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-42/+5
2024-04-08Fix UI tests with dist-vendored dependenciesJosh Stone-1/+1
2024-04-08Auto merge of #123577 - Urgau:prep-work-for-compiletest-check-cfg, r=oli-obkbors-7/+7
2024-04-07Move testsCaio-394/+0
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-7/+7
2024-03-31Move some testsCaio-177/+0
2024-03-27Sort method suggestions by `DefPath` instead of `DefId`Oli Scherer-17/+17
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-26/+26
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-2/+2
2024-03-22Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obkbors-1/+1
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-1/+1
2024-03-21Stop sorting via `DefId`s in region resolutionOli Scherer-12/+12
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-2/+11
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-23/+4
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-2/+11
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-1/+4
2024-03-17review comment: `str` -> string in messagesEsteban Küber-1/+1
2024-03-17Use shorter span for existing `'` -> `"` structured suggestionEsteban Küber-1/+1
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