about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2024-12-04Tweak output of some const pattern errorsEsteban Küber-8/+8
2024-12-04Tweak ptr in pattern errorEsteban Küber-24/+48
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-0/+87
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+6
2024-11-27Update tests to use new proc-macro headerEric Huss-17/+4
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-22Stabilize the 2024 editionEric Huss-1/+1
2024-11-16Add regression test for issue #103476, fixed in edition 2024est31-0/+25
2024-11-16Also check if let chains with multiple lets in these two testsest31-1/+28
2024-11-10Add more places where expressions can occurest31-398/+835
2024-11-10Unify disallowed-positions test files into one fileest31-652/+2405
2024-11-04Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errorsJubilee-1/+10
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-2/+2
2024-10-30Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebankMatthias Krüger-4/+4
2024-10-30Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=NadrierilMatthias Krüger-1/+39
2024-10-29Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch...Jason Newcomb-1/+39
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-2/+2
2024-10-28More test for non-exhaustive C-like enums in FFIYuri Astrakhan-1/+10
2024-10-28Tweak more warnings.Nicholas Nethercote-4/+4
2024-10-22Move testsMichael Goulet-7896/+0
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-0/+133
2024-10-21lang: Strengthen RFC 3391 guarantees to match T-lang consensusJubilee Young-0/+71
2024-10-19compiler: Fully stabilize `result_ffi_guarantees`Jubilee Young-0/+62
2024-10-19Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=...Matthias Krüger-6/+25
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-4/+5
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-26Make new information notes instead of labelsJonathan Birk-5/+5
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-19warn less about non-exhaustive in ffiJubilee Young-6/+25
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