about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-0/+3
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+3
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+7
2024-11-18Check use<..> in RPITIT for refinementMichael Goulet-0/+5
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-2/+2
2024-10-30Reject generic self types.Adrian Taylor-0/+6
2024-10-28Hack out effects support for old solverMichael Goulet-4/+0
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-2/+4
2024-10-14improve error messages for `C-cmse-nonsecure-entry` functionsFolkert de Vries-6/+9
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-15/+0
2024-10-10Clarify implicit captures for RPITITMichael Goulet-0/+3
2024-10-01Remove unnamed field featureMichael Goulet-15/+0
2024-09-26Make new information notes instead of labelsJonathan Birk-4/+4
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-21Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726Michael Goulet-1/+3
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-1/+1
2024-09-20Flesh out some TODOsMichael Goulet-1/+1
2024-09-20Conditionally allow lowering RTN (..) in pathsMichael Goulet-0/+2
2024-09-20TL note: current means targetJubilee Young-1/+1
2024-09-13Disallow hidden references to mutable staticObei Sideg-19/+0
2024-08-11Add more information link to orphan implsJonathan Birk-1/+3
2024-07-30Change orphan hint from "only" to "any uncovered type inside..."Jonathan Birk-1/+1
2024-07-29Delegation: support generics for delegation from free functionsBryanskiy-2/+1
2024-07-23Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst...León Orell Valerian Liehr-1/+6
2024-07-23HIR ty lowering: Refactor the way the projectee ("QSelf") gets passed to diag...León Orell Valerian Liehr-3/+3
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-0/+4
2024-07-19Rollup merge of #127966 - oli-obk:structured_diag, r=compiler-errorsMatthias Krüger-0/+5
2024-07-19Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=...Matthias Krüger-0/+17
2024-07-19Use structured suggestions for unconstrained generic parameters on impl blocksOli Scherer-0/+5
2024-07-18improve error reportingFolkert-2/+6
2024-07-18move CMSE validation to hir_analysisFolkert-0/+13
2024-07-17Account for structs that have unused params in nested types in fieldsMichael Goulet-0/+1
2024-07-17Account for self ty aliasMichael Goulet-1/+1
2024-07-17Mention that type parameters are used recursivelyMichael Goulet-0/+5
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-4/+4
2024-07-17Forbid `!Sized` types and referencesBoxy-0/+4
2024-07-08Remove another `StructuredDiag` implOli Scherer-4/+0
2024-07-04Remove a use of `StructuredDiag`, which is incompatible with automatic error ...Oli Scherer-2/+0
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+4
2024-06-22Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errorsGuillaume Gomez-2/+2
2024-06-21Fix remaining casesMichael Goulet-2/+2
2024-06-20Slightly refactor the dumping of HIR analysis dataLeón Orell Valerian Liehr-2/+2
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-0/+4
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-0/+4
2024-06-04Cleanup: HIR ty lowering: Consolidate assoc item access checkingLeón Orell Valerian Liehr-0/+4
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-4/+4
2024-05-11Pattern types: Prohibit generic args on const paramsLeón Orell Valerian Liehr-3/+3
2024-05-01Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnrbors-0/+6
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-0/+6
2024-04-30Normalize trait ref before orphan check & consider ty params in alias types t...León Orell Valerian Liehr-4/+4