about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
AgeCommit message (Expand)AuthorLines
2023-10-03Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwcoMatthias Krüger-2/+0
2023-09-29Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-...bors-0/+25
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-10/+10
2023-09-20Cleanup unused messages in ftl filesyukang-2/+0
2023-09-20Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-0/+25
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-4/+8
2023-09-17Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errorsbors-6/+6
2023-09-14Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-0/+28
2023-09-07Add noteMichael Goulet-0/+1
2023-09-07Implement refinement lint for RPITITMichael Goulet-0/+5
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-4/+8
2023-08-29repr(transparent): it's fine if the one non-1-ZST field is a ZSTRalf Jung-6/+6
2023-08-11Don't add associated type bound for non-typesMichael Goulet-0/+3
2023-07-07Require TAITs to be mentioned in the signatures of functions that register hi...Oli Scherer-0/+3
2023-07-05Lint now-unnecessary associated type boundsOli Scherer-0/+5
2023-06-30Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit...Matthias Krüger-0/+9
2023-06-28Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwcobors-1/+1
2023-06-26migrate lifetime tooMichael Goulet-0/+3
2023-06-26Account for late-bound vars from parent arg-position impl traitMichael Goulet-0/+6
2023-06-05Emit an error when RTN is used with ty/ct paramsMichael Goulet-0/+7
2023-05-26Fix diagnostics with errorsclubby789-1/+1
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-183/+183
2023-05-09Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errorsDylan DPC-0/+3
2023-05-07Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillotbors-1/+5
2023-05-05Disallow (min) specialization imps with no itemsMatthew Jasper-0/+3
2023-05-04Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obkMatthias Krüger-0/+4
2023-05-03Error message for ambiguous RTN from super boundsMichael Goulet-0/+4
2023-05-03Support RTN on associated methods from supertraitsMichael Goulet-1/+1
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-0/+4
2023-04-27Explicitly reject negative and reservation drop implsMichael Goulet-0/+4
2023-04-27Add a `ConstParamTy` traitMaybe Waffle-0/+4
2023-04-25Fix static string lintsclubby789-0/+14
2023-04-21Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-0/+37
2023-04-08Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-0/+36
2023-03-28Add tests and error messagesMichael Goulet-0/+11
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+3
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-0/+2
2023-03-11Simplify message pathsest31-0/+175