about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2024-04-17Remove libc from more testsBen Kimock-28/+24
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-0/+16
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-1/+1
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-8/+6
2024-04-02Remove dangling `.mir.stderr` and `.thir.stderr` test filesEduardo Sánchez Muñoz-276/+0
2024-03-21Stabilize `const_caller_location` and `const_location_fields`lilasta-8/+6
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-6/+24
2024-03-19Make `const_eval_select` a rustc_intrinsicOli Scherer-11/+13
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-4/+3
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-19/+76
2024-03-18Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errorsMatthias Krüger-8/+8
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-19/+76
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-12/+10
2024-03-12Don't suggest an arm when suggesting a never patternNadrieril-2/+2
2024-03-12Suggest never pattern instead of `_` for empty typesNadrieril-8/+8
2024-03-12Rollup merge of #122343 - compiler-errors:rando, r=fmeaseMatthias Krüger-11/+5
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-2/+0
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-11/+5
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-2/+0
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-2/+3
2024-03-08Stabilize associated type boundsMichael Goulet-4/+3
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-25/+25
2024-03-07Use the same collection order as check_mod_type_wfOli Scherer-2/+2
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-4/+41
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-1/+2
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-2/+2
2024-03-02const_eval_select: make it safe but be careful with what we expose on stable ...Ralf Jung-1/+2
2024-02-27rename RPITIT from opaque to syntheticMichael Goulet-2/+2
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-6/+6
2024-02-23Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnrMatthias Krüger-0/+35
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+35
2024-02-22Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnrMatthias Krüger-0/+249
2024-02-22Remove some annotations that just specify the defaultOli Scherer-17/+13
2024-02-22Avoid emitting type mismatches against `{type error}`Oli Scherer-53/+14
2024-02-21test that we do not support higher-ranked regions in opaque type inferenceAli MJ Al-Nasrawy-0/+292
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+1
2024-05-23Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwcoMatthias Krüger-1/+1
2024-05-22Cleanup: Fix up some diagnosticsLeón Orell Valerian Liehr-1/+1
2024-05-21Move `#[do_not_recommend]` to the `#[diagnostic]` namespaceGeorg Semmler-154/+0
2024-05-19Actually use the `#[do_not_recommend]` attribute if presentGeorg Semmler-11/+1
2024-05-07Auto merge of #123332 - Nadrieril:testkind-never, r=matthewjasperbors-6/+76
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-12/+11
2024-05-04Lower never patterns to Unreachable in mirNadrieril-82/+18
2024-05-04Add testsNadrieril-6/+140
2024-05-04compiletest: add enable-by-default check-cfgUrgau-2/+2
2024-05-02Stabilize exclusive_rangeRoss Smyth-12/+11
2024-02-20Support async trait bounds in macrosMichael Goulet-19/+34
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-36/+164
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-400/+400
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+12