about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
AgeCommit message (Expand)AuthorLines
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