about summary refs log tree commit diff
path: root/compiler/rustc_passes/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-05-08Fix Error Messages for `break` Inside CoroutinesVeera-5/+5
2024-05-04Various improvements to entrypoint codeNilstrieb-6/+0
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-3/+0
2024-04-17consistency rename: language item -> lang itemRalf Jung-6/+6
2024-04-17weak lang items are not allowed to be #[track_caller]Ralf Jung-2/+11
2024-03-03Remove unused fluent messagesr0cky-5/+0
2024-02-29Fix typo in `rustc_passes/messages.ftl`sisungo-1/+1
2024-01-30Remove `ffi_returns_twice` featureclubby789-3/+0
2024-01-10Stop mentioning internal lang items in no_std binary errorsNilstrieb-0/+5
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-3/+0
2023-10-31Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillotbors-5/+0
2023-10-30Fix #117284, Fix unused variables lint issue for args in macroyukang-0/+3
2023-10-29Delete unused InvalidDeprecationVersion diagnosticDavid Tolnay-5/+0
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-0/+3
2023-10-24Store 'since' attribute as parsed VersionDavid Tolnay-5/+0
2023-10-09Suggest labeling block if `break` is in bare blockEsteban Küber-0/+2
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-0/+4
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-0/+4
2023-09-18Prevent using `#[target_feature]` on lang item functionsEduardo Sánchez Muñoz-0/+4
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-0/+3
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-13/+13
2023-09-12`#[diagnostic::on_unimplemented]` without filtersGeorg Semmler-0/+3
2023-09-12cleanup on messagesyukang-4/+0
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-13/+13
2023-09-07add support for rustc_abi(assert_eq) and use it to test some repr(transparent...Ralf Jung-0/+4
2023-09-06rustc_layout/abi: error when attribute is applied to the wrong thingRalf Jung-13/+12
2023-09-06rustc_abi: also support debugging function pointersRalf Jung-1/+1
2023-08-27add rustc_abi debugging attributeRalf Jung-0/+3
2023-08-25Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkinbors-1/+1
2023-08-20Clarify that `Rust` is default reprCatherine Flores-1/+1
2023-08-07check_attrs: Warn when #[macro_export] is used on macros 2.0Arthur Cohen-0/+4
2023-07-29Allow explicit `#[repr(Rust)]`Catherine Flores-1/+1
2023-07-24validate `doc(masked)`Lukas Markeffsky-0/+11
2023-07-16Add infrastructure `#[rustc_confusables]` attribute to allow targeted许杰友 Jieyou Xu (Joe)-0/+9
2023-06-20Merge attrs, better validationMichael Goulet-3/+0
2023-05-29Add test for `#![doc(test(...)]` with literal parameterObei Sideg-2/+2
2023-05-29Avoid ICE on `#![doc(test(...)]` with literal parameterObei Sideg-0/+2
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-529/+529
2023-04-26Migrate `rustc_passes` to translatable diagnosticsclubby789-1/+42
2023-04-16Allow all associated functions and add testDeadbeef-7/+3
2023-04-14allow `repr(align = x)` on inherent methodsDeadbeef-0/+4
2023-03-30Rename doc(primitive) into rustc_doc_primitiveGuillaume Gomez-3/+0
2023-03-14Simplify proc macro signature validity checkMichael Goulet-20/+1
2023-03-11Simplify message pathsest31-0/+748