summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Expand)AuthorLines
2024-06-05Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmeaseJubilee-7/+0
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-6/+6
2024-06-03Remove a bunch of redundant args from report_method_errorMichael Goulet-7/+0
2024-05-23Do not suggest unresolvable builder methodsGurinder Singh-19/+115
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-6/+6
2024-05-06Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieubors-0/+16
2024-05-04compiletest: add enable-by-default check-cfgUrgau-4/+4
2024-05-02update error messages in ui testsTrevor Spiteri-0/+16
2024-04-21Move some testsCaio-0/+39
2024-04-15Delay span bug when Self resolves to DefKind::{Mod,Trait}Michael Goulet-0/+47
2024-04-03Update f16 and f128 tests to run on both 2015 and 2018 editionsTrevor Gross-0/+22
2024-03-20Update documentationOli Scherer-2/+2
2024-03-20Rename mir_const query to mir_builtOli Scherer-2/+2
2024-03-20Replace `mir_built` query with a hook and use mir_const everywhere insteadOli Scherer-2/+2
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-2/+8
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-0/+103
2024-03-14Add UI tests related to feature-gated primitivesTrevor Gross-0/+72
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+31
2024-03-14fixes #121331surechen-2/+28
2024-03-08Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgrbors-0/+108
2024-03-07Add known-bug tests for `derive(PartialEq)` mismatches with `#[repr(packed)]`...Oli Scherer-0/+108
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-20/+14
2024-03-01If suggestion would leave an empty line, delete itclubby789-1/+0
2024-02-29Don't cancel stashed `TraitMissingMethod` errors.Nicholas Nethercote-6/+34
2024-02-22Deduplicate some logic and reword outputEsteban Küber-1/+1
2024-02-22Make confusable suggestions `verbose`Esteban Küber-4/+6
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-81/+81
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-2/+17
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+17
2024-02-14remove importing suggestions when there is a shadowed typo canddiateyukang-0/+19
2024-02-07Update testsr0cky-3/+5
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-7/+31
2024-02-02Suggest changing ty to const params if appropriateLeón Orell Valerian Liehr-0/+93
2024-01-14Special case 'generic param from outer item' message for `Self`clubby789-7/+7
2024-01-14Add note to resolve error about generics from inside static/constclubby789-0/+24
2024-01-05fix cycle error for "use constructor" suggestionLukas Markeffsky-11/+11
2024-01-05fix OOM when `ty::Instance` is used in query descriptionLukas Markeffsky-0/+37
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-4/+0
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-12-06Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgrbors-0/+19
2023-12-06tip for define macro name after `macro_rules!`bohan-0/+19
2023-12-06Use the glob binding in resolve_rustdoc_path processr0cky-0/+20
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-1/+1
2023-11-27Dont suggest `!` for path in function call if it has generic argsMichael Goulet-0/+13
2023-11-24Show number in error message even for one errorNilstrieb-71/+71
2023-11-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+26
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-2/+52
2023-10-13Stabilize AFIT and RPITITMichael Goulet-31/+2
2023-10-13Suggest trait bounds for used associated type on type paramEsteban Küber-2/+52
2023-10-02Rollup merge of #114454 - Nilstrieb:no-evil-sorting, r=cjgillotTyler Mandry-21/+21