summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2025-06-22Stop dbg! macro yapping about format modifiersmejrs-5/+23
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-1/+2
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-3/+3
2025-06-04Add Location::file_with_nulTaylor Cramer-0/+25
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-3/+3
2025-05-14Add match guard chains test for absence of compilation errorest31-0/+29
2025-05-12Move more tests/ui testsmejrs-0/+15
2025-05-09Error message for top-level or-patterns suggesting a solutionKornel-2/+2
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-2/+2
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-36/+40
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-2/+2
2025-04-25resolved conflictKivooeo-59/+10
2025-04-22Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-deadbors-107/+306
2025-04-20stabilize `naked_functions`Folkert de Vries-5/+4
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-10/+10
2025-04-18Remove let_chains feature gate from even more testsest31-107/+38
2025-04-18Add tests to check the situation with heterogenous spansest31-0/+268
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-0/+2
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-16/+16
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-0/+2
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+29
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-2/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-31/+31
2025-04-03Use `cfg(false)` in UI testsclubby789-16/+16
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-5/+8
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-335/+431
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-13/+3
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-1/+0
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-46/+33
2025-02-26Support raw-dylib link kind on ELFNoratrieb-445/+0
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-159/+0
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-2/+2
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-6/+6
2025-02-14Consider add-prefix replacements tooMichael Goulet-18/+12
2025-02-13Rollup merge of #136888 - compiler-errors:never-read, r=NadrierilJacob Pratt-0/+16
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-74/+33
2025-02-11Always perform discr read for never pattern in EUVMichael Goulet-0/+16
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-12/+18
2025-01-27Stabilize target_feature_11Caleb Zulawski-74/+33
2025-01-27Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi...Guillaume Gomez-1240/+0
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-1240/+0
2025-01-25Add a suggestion to cast target_feature fn items to fn pointers.Luca Versari-13/+44
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-1/+3
2025-01-24Reword "crate not found" resolve messageEsteban Küber-1/+3
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-4/+4
2025-01-22Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl...Matthias Krüger-0/+106
2025-01-22address review: modify ICE-133063-never-arm-no-otherwise-block.rsShunpoco-43/+12
2025-01-22address review: modify ICE-133117-duplicated-never-arm.rsShunpoco-29/+15
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-37/+0