about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
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
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