about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-04-15More polishingMichael Goulet-3/+3
2024-04-15Use a path instead of an ident (and stop manually resolving)Michael Goulet-0/+3
2024-04-15Some ordering and duplication checksMichael Goulet-0/+6
2024-04-15Validation and other thingsMichael Goulet-0/+10
2024-04-09Move check to wfcheckMichael Goulet-0/+3
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+1
2024-04-08Start handling pattern types at the HIR -> Ty conversion boundaryOli Scherer-0/+2
2024-03-29Stop removing substs from Adt type in coherenceMichael Goulet-0/+2
2024-03-18Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=...Matthias Krüger-0/+23
2024-03-16Rollup merge of #121720 - tmandry:split-refining, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
2024-03-13Reject escaping bound vars in the type of assoc const bindingsLeón Orell Valerian Liehr-0/+5
2024-03-13Reject early-bound params in the type of assoc const bindingsLeón Orell Valerian Liehr-0/+18
2024-03-08Improve error message for opaque capturesMichael Goulet-0/+4
2024-03-05Split refining_impl_trait lint into _reachable, _internal variantsTyler Mandry-0/+1
2024-03-01Remove unused fluent messagesr0cky-2/+0
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