summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
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
2025-01-21remove support for the #[start] attributeRalf Jung-37/+0
2025-01-16Coerce safe-to-call target_feature functions to fn pointers.Luca Versari-2/+53
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-23/+34
2025-01-15Avoid notes that only make sense for unsafe functionsOli Scherer-13/+0
2025-01-15Try to render shorthand differentlyOli Scherer-6/+3
2025-01-15Render fn defs with target_features attrs with the attribute [second site]Oli Scherer-10/+10
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-12/+12
2025-01-15Hide the internal unsafety of safe target_feature fn itemsOli Scherer-1/+1
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-23/+50
2025-01-12Fix ICE-130779Shunpoco-0/+45
2025-01-12Fix ICE-133117Shunpoco-0/+48
2025-01-12Fix ICE-133063Shunpoco-0/+58
2025-01-07Update tests.Mara Bos-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-6/+6
2024-12-15Use links to edition guide for edition migrationsEric Huss-1/+1
2024-12-13Stabilize async closuresMichael Goulet-21/+20
2024-12-10Fix type (exit → exist)Tobias Bucher-2/+2
2024-12-09fix ICE on type error in promotedRalf Jung-6/+0
2024-12-04Add more context to fall-through "const pattern of non-structural type" errorEsteban Küber-1/+3
2024-12-04Add context to fall-through "const pattern of non-structural type" errorEsteban Küber-0/+3
2024-12-04Add additional context for non-sructural type constant used in patternEsteban Küber-48/+112
2024-12-04Reword message for non-structural type constant in patternEsteban Küber-3/+2
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