summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-5/+5
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-3/+3
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-3/+3
2024-10-04Bless ui tests.Camille GILLOT-28/+28
2024-10-02Improve const traits diagnostics for new desugaringDeadbeef-137/+114
2024-09-30Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-...Matthias Krüger-3/+3
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-3/+3
2024-09-27properly elaborate effects implied bounds for super traitsDeadbeef-53/+21
2024-09-24Ban combination of GCE and new solverMichael Goulet-8/+23
2024-09-21Don't elaborate effects predicates into bounds list unless we're actually col...Michael Goulet-14/+1
2024-09-18Never patterns constitute a read for unsafetyMichael Goulet-0/+36
2024-09-15stabilize const_mut_refsRalf Jung-37/+34
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-5/+20
2024-09-11Revert warning empty patterns as unreachableNadrieril-31/+26
2024-09-02Non-exhaustive structs may be emptyNadrieril-196/+134
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-6/+6
2024-08-24remove invalid `TyCompat` relation for effectsDeadbeef-2/+13
2024-08-21Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebankMatthias Krüger-28/+28
2024-08-20Move the "matches no value" note to be a span labelNadrieril-24/+12
2024-08-19Add a note with a link to explain empty typesNadrieril-0/+12
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-16/+16
2024-08-16Simplify cleaning foreign fns in rustdocMichael Goulet-2/+2
2024-08-10Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomezbors-22/+22
2024-08-10Update testsNadrieril-209/+159
2024-08-10Differentiate between methods and associated functionsEsteban Küber-22/+22
2024-08-07Hide implicit target features from diagnostics when possibleCaleb Zulawski-14/+12
2024-08-07Add test to ensure implied target features work with asm, and fix failing testsCaleb Zulawski-42/+25
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