about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-2/+0
2025-06-03Add `iter` macroOli Scherer-2/+2
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-0/+2
2025-05-09Disarm `time` bomb (diagnostics)Jieyou Xu-2/+0
2025-05-02Refactor rustc_on_unimplemented's filter parsermejrs-10/+16
2025-04-11`NonGenericOpaqueTypeParam::ty` to `arg`lcnr-2/+2
2025-04-03move `check_opaque_type_parameter_valid`lcnr-0/+7
2025-02-22Even more dead code -- we don't HIR regionck anymoreMichael Goulet-8/+0
2025-01-30Rework rustc_dump_vtableMichael Goulet-2/+0
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-0/+2
2025-01-28Suggest considering casting fn item as fn pointer in more casesmu001999-0/+2
2025-01-21remove support for the #[start] attributeRalf Jung-3/+0
2025-01-10mir_transform: implement forced inliningDavid Wood-1/+3
2024-11-09Dont suggest use<APIT>Michael Goulet-4/+4
2024-11-09Suggest turning APITs into generics in opaque overcapturesMichael Goulet-1/+5
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+2
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-0/+391
2024-03-21Make `#[diagnostic::on_unimplemented]` format string parsing more robustGeorg Semmler-0/+9
2024-02-15make better async fn kind errorsMichael Goulet-5/+7
2023-12-04Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...Georg Semmler-0/+3
2023-11-17Add some additional warnings for duplicated diagnostic itemsGeorg Semmler-0/+4
2023-10-19Improve the warning messages for the `#[diagnostic::on_unimplemented]`Georg Semmler-0/+5
2023-09-12`#[diagnostic::on_unimplemented]` without filtersGeorg Semmler-0/+2
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+2
2023-08-30Permit recursive weak type aliasesOli Scherer-0/+1
2023-08-07Migrate a trait selection error to use diagnostic translationDeadbeef-0/+9
2023-06-28convert to fluent, make plurals workMichael Goulet-0/+10
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-7/+7
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr-0/+2
2023-03-11Simplify message pathsest31-0/+22