about summary refs log tree commit diff
path: root/src/test/ui/lint/lint-unsafe-code.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-224/+0
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-05-16Report unsafe for overriding link sections5225225-16/+32
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-16/+48
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-5/+5
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2020-08-30Point to no_mangle/export_name attribute when lintingWim Looman-16/+16
2020-08-30Add note about why no_mangle and export_name are unsafeWim Looman-0/+11
2020-08-30Scope no_mangle and export_name warnings to the declarations nameWim Looman-16/+16
2020-08-30Add checking for export_name to unsafe_code lintWim Looman-19/+53
2020-08-30Add checking for no_mangle to unsafe_code lintWim Looman-18/+52
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-03-11Update testsVadim Petrochenkov-14/+14
2018-12-25Remove licensesMark Rousskov-15/+15
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+95