about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/messages.ftl
AgeCommit message (Collapse)AuthorLines
2023-11-27Print list of missing target features when calling a function with target ↵Eduardo Sánchez Muñoz-1/+12
features outside an unsafe block
2023-09-06Don't report any errors in `lower_intrinsics`. They should have been ↵Oli Scherer-2/+0
typecked before.
2023-06-13Add note about unsafe functions body not being unsafeWim Looman-0/+1
2023-06-13Add MVP suggestion for `unsafe_op_in_unsafe_fn`Léo Lanteri Thauvin-0/+1
Nemo157 rebase notes: Migrated the changes to the lint into fluent
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-40/+41
2023-05-02Migrate `mir_transform` to translatable diagnosticsclubby789-0/+66