about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/messages.ftl
AgeCommit message (Expand)AuthorLines
2023-12-11Extract exhaustiveness into its own crateNadrieril-20/+0
2023-11-28thir-unsafeck: print list of missing target features when calling a function ...Eduardo Sánchez Muñoz-3/+33
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-1/+1
2023-11-06Add suggestion to THIR unsafe_op_in_unsafe_fn lintMatthew Jasper-0/+3
2023-11-04Suggest to set lint level on whole matchNadrieril-2/+4
2023-11-04Warn when lint level is set on a match armNadrieril-0/+3
2023-10-28patterns: reject raw pointers that are not just integersRalf Jung-1/+1
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-1/+0
2023-10-11Fix range overflow checkingNadrieril-1/+1
2023-09-24work towards rejecting consts in patterns that do not implement PartialEqRalf Jung-0/+3
2023-07-15Implement "items do not inherit unsafety" for THIR unsafecksyvb-0/+2
2023-06-28use translatable subdiagnosticEric Mark Martin-0/+3
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-239/+239
2023-05-24Emit diagnostic for privately uninhabited uncovered witnesses.Camille GILLOT-0/+2
2023-04-03Reinstate confusion note.Camille GILLOT-3/+1
2023-04-03Perform match checking on THIR.Camille GILLOT-11/+1
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-0/+4
2023-03-11Simplify message pathsest31-0/+382