about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
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
2024-02-13Prefer `min_exhaustive_patterns` in testsNadrieril-6/+6
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-3/+3
2024-02-08Test `min_exhaustive_patterns` in more casesNadrieril-3/+3
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-47/+213
2024-02-07Update testsr0cky-1/+31
2024-02-05update the tracking issue for structural match violationsRalf Jung-36/+36
2024-02-05show indirect_structural_match and pointer_structural_match in future compat ...Ralf Jung-0/+242
2024-02-05get rid of nontrivial_structural_match lint and custom_eq const qualifRalf Jung-2/+2
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-46/+132
2024-02-04Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obkMatthias Krüger-2/+2
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-2/+2
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-26add test checking behavior of matching on floats, and NaNs in constsRalf Jung-11/+30
2024-01-26remove illegal_floating_point_literal_pattern lintRalf Jung-11/+10
2024-01-26make matching on NaN a hard errorRalf Jung-46/+114
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-120/+31
2024-01-24remove StructuralEq traitRalf Jung-120/+31
2024-01-23Remove track_errors entirelyOli Scherer-12/+2
2024-01-22Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errorsMatthias Krüger-0/+262
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-0/+75
2024-01-22Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile...Matthias Krüger-0/+75
2024-01-22Test async fnNadrieril-0/+34
2024-01-22Use `-> !` to test divergenceNadrieril-5/+8
2024-01-22Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8KiMatthias Krüger-0/+1
2024-01-22Never pattern in `let` statement divergesNadrieril-15/+27
2024-01-22Never pattern in function arguments divergesNadrieril-0/+213
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-0/+191
2024-01-18Split-off the passing tests to ensure they passNadrieril-17/+24