about summary refs log tree commit diff
path: root/tests/ui/rust-2024/unsafe-extern-blocks
AgeCommit message (Collapse)AuthorLines
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-24/+0
2024-12-15Use links to edition guide for edition migrationsEric Huss-1/+1
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline ↵Esteban Küber-1/+0
span rendering
2024-12-12Tweak multispan renderingEsteban Küber-2/+1
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-19/+14
2024-10-11Remove unadornedMichael Goulet-14/+14
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-38/+26
2024-07-03Add parse fail test using safe trait/impl traitSantiago Pastorino-0/+47
2024-06-26Fix bad replacement for unsafe extern block suggestionyukang-12/+53
2024-06-05Add rustfix test for unsafe extern blocksSantiago Pastorino-0/+63
2024-06-05Add revisions to safe/unsafe on unadorned extern blocks testSantiago Pastorino-2/+43
2024-06-05Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion ↵Santiago Pastorino-4/+2
to prepend unsafe
2024-06-05Add unsafe_extern_blocks feature flagSantiago Pastorino-14/+22
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-29/+77
2024-06-04Fail when using safe/unsafe items inside unadorned extern blocksSantiago Pastorino-0/+20
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-0/+15
2024-06-04Allow using unsafe on functions inside extern blocksSantiago Pastorino-0/+43
2024-06-04Make extern blocks without unsafe warn in edition 2024Santiago Pastorino-1/+20
2024-06-04Test that unsafe extern defines unsafe fnsSantiago Pastorino-0/+43
2024-06-04Allow unsafe extern on all editionsSantiago Pastorino-9/+2
2024-06-04Add unsafe extern blocks failing testsSantiago Pastorino-0/+20