about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2024-07-30Adjust orphan note in testsJonathan Birk-1/+1
2024-07-28Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3Matthias Krüger-6/+12
2024-07-27switch to an allowlist approachFolkert-4/+4
2024-07-26Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errorsbors-2/+27
2024-07-25Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obkMatthias Krüger-0/+53
2024-07-24Make sure that args are compatible in resolve_associated_itemMichael Goulet-0/+53
2024-07-25Rollup merge of #128111 - estebank:no-question, r=fmeaseMatthias Krüger-4/+4
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-1/+1
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-18/+26
2024-07-24Fix ddltool-failed testEsteban Küber-1/+1
2024-07-24Do not use question as labelEsteban Küber-4/+4
2024-07-24Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnrMatthias Krüger-35/+3
2024-07-24Do not try to reveal hidden types when trying to prove Freeze in the defining...Oli Scherer-35/+3
2024-07-24Explain why a given pattern is considered unreachableNadrieril-2/+27
2024-07-22Revert suggestion verbosity changeEsteban Küber-24/+12
2024-07-22Change suggestion message wordingEsteban Küber-4/+4
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-12/+24
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-13/+4
2024-07-18Replace ASCII control chars with Unicode Control PicturesEsteban Küber-0/+0
2024-07-18const_to_pat: cleanup leftovers from when we had to deal with non-structural ...Ralf Jung-39/+6
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-13/+4
2024-07-16improve error message when `#[naked]` is used with `#[track-caller] and `#[ta...Folkert-6/+12
2024-07-16Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obkTrevor Gross-0/+4
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-3/+18
2024-07-16Suggest a borrow when using dbgyukang-0/+4
2024-07-14add_effects_testBoxy-0/+88
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-3/+18
2024-07-11And additionally enforce ? and async/const aren't mixedMichael Goulet-16/+24
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-07-10Enforce that ? and for<...> are not combinedMichael Goulet-2/+2
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-2/+2
2024-07-08Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease许杰友 Jieyou Xu (Joe)-17/+49
2024-07-07Fix intrinsic const parameter counting with `effects`Deadbeef-17/+49
2024-07-05Process alias-relate obligations when proving receiver_is_validMichael Goulet-49/+2
2024-07-02Actually report normalization-based type errors correctly for alias-relate ob...Michael Goulet-4/+16
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-349/+404
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+24
2024-06-28address review commentsDeadbeef-15/+9
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-5/+160
2024-06-28general fixups and turn `TODO`s into `FIXME`sDeadbeef-75/+4
2024-06-28bless UI testsDeadbeef-815/+854
2024-06-28bless tests part 1Deadbeef-34/+218
2024-06-28temporarily disable effects on specialization testsDeadbeef-49/+36
2024-06-28Implement `Min` trait in new solverDeadbeef-0/+1
2024-06-28implement new effects desugaringDeadbeef-2/+27
2024-06-22Make `effects` an incomplete featureDeadbeef-88/+679
2024-06-21bless testsDeadbeef-106/+796
2024-06-19Taint infcx when reporting errorsOli Scherer-4/+122
2024-06-13Tweak output of import suggestionsEsteban Küber-3/+1
2024-06-06Auto merge of #125406 - tbu-:pr_rm_path_with_extension, r=Nadrierilbors-2/+2