about summary refs log tree commit diff
path: root/compiler/rustc_metadata/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-08-27Port the `#[link]` attribute to the new parserJonathan Brouwer-95/+0
2025-07-24generate elf symbol version in raw-dylibusamoi-0/+3
2025-06-08raw dylib: ensure that we have applied standard ABI checksRalf Jung-6/+3
2025-05-20Warning when dependency crate has async drop types, and the feature is disabl...Andrew Zhogin-1/+1
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-0/+4
2025-03-31Add an error when full metadata was not foundJakub Beránek-0/+4
2025-03-17Target modifiers fix for bool flags without valueAndrew Zhogin-3/+14
2025-02-26Support raw-dylib link kind on ELFNoratrieb-0/+3
2025-02-21Inject `compiler_builtins` during postprocessing rather than via ASTTrevor Gross-0/+3
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-0/+10
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-0/+3
2024-11-24Allow injecting a profiler runtime into `#![no_core]` cratesZalathar-3/+0
2024-08-12Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercoteGuillaume Gomez-0/+6
2024-08-11Ask the user to use `feature(rustc_private)` when linking to `rustc_driver`John Kåre Alsaker-0/+3
2024-08-10rustc_metadata: make "link {arg,cfg} is unstable" translatablePavel Grigorenko-0/+6
2024-06-21Fix remaining casesMichael Goulet-2/+2
2024-05-22Rename `FrameworkOnlyWindows` to `RawDylibOnlyWindows`Tobias Bucher-3/+3
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-2/+0
2024-03-20Auto merge of #122359 - Zoxc:missing-static-notes, r=wesleywiserbors-0/+3
2024-03-16Print the crates not available as staticJohn Kåre Alsaker-0/+3
2024-03-16Add `wasm_c_abi` `future-incompat` lintdaxpedda-0/+2
2024-02-21Unify dylib loading between proc macros and codegen backendsbjorn3-1/+1
2023-11-30Enable link-arg link kind inside of #[link] attributezetanumbers-1/+1
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-4/+1
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-3/+0
2023-09-12cleanup on messagesyukang-3/+0
2023-07-04Suggest `x build library` for a custom toolchain that fails to load `core`Mu001999-0/+3
2023-07-03Revert "Suggest `x build library` for a custom toolchain that fails to load `...Nilstrieb-3/+0
2023-07-02Suggest `x build library` for a custom toolchain that fails to load `core`Mu001999-0/+3
2023-06-06fixJing Peng-3/+0
2023-06-06Write to stdout if `-` is given as output fileJing Peng-0/+9
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-191/+191
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+10
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-10/+0
2023-03-11Simplify message pathsest31-0/+288