about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-02-18Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkovMatthias Krüger-0/+1
2024-02-18Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJungbors-13/+18
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+1
2024-02-18Improve wording of static_mut_refObei Sideg-13/+18
2024-02-17Add more checks for `unnamed_field` during HIR analysisclubby789-0/+2
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-2/+2
2024-02-12Dejargnonize substShoyu Vanilla-2/+2
2024-02-12Improve some codes according to the reviewsFrank King-0/+5
2024-02-12Check representation of unnamed fieldsFrank King-0/+11
2024-02-12check uniqueness of nested fieldsFrank King-0/+19
2024-02-05Make the error message betterMichael Goulet-0/+3
2024-02-05Allow desugaring async fn in trait to compatible, concrete future typesMichael Goulet-4/+0
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-0/+11
2024-01-12Delegation implementation: step 1Bryanskiy-0/+4
2024-01-06Disallow reference to `static mut` for expressionsObei Sideg-0/+14
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-1/+1
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-9/+22
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-1/+1
2023-10-24Migrate diagnostics in `rustc_hir_analysis/src/coherence/orphan.rs`Obei Sideg-0/+41
2023-10-23Let's see what those opaque types actually areMichael Goulet-0/+2
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