rust/compiler/rustc_error_messages/locales/en-US
Bryan Garza 9650a4168f Improve code based on feedback.
This patch improves the readability of some of the code by using
if-let-chains. Also, make use of the `add_feature_diagnostics` function.
2022-12-21 03:47:27 +00:00
..
ast_lowering.ftl
ast_passes.ftl
attr.ftl
borrowck.ftl Match crate and slug names 2022-11-21 15:24:50 +01:00
builtin_macros.ftl
codegen_gcc.ftl Move linkage type check to HIR analysis and fix semantics issues. 2022-12-05 15:05:43 -08:00
codegen_llvm.ftl Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa 2022-12-17 12:10:27 +00:00
codegen_ssa.ftl Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen_ssa 2022-12-13 05:01:36 +00:00
compiletest.ftl
const_eval.ftl
driver.ftl
errors.ftl
expand.ftl Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00
hir_analysis.ftl Ensure async trait impls are async (or otherwise return an opaque type) 2022-12-14 16:38:21 -08:00
hir_typeck.ftl Match crate and slug names 2022-11-21 15:24:50 +01:00
infer.ftl
interface.ftl
lint.ftl Improve code based on feedback. 2022-12-21 03:47:27 +00:00
metadata.ftl Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk 2022-12-16 21:08:45 +00:00
middle.ftl Match crate and slug names 2022-11-21 15:24:50 +01:00
mir_build.ftl Resolve various merge conflicts 2022-12-17 19:08:25 +01:00
mir_dataflow.ftl
monomorphize.ftl add -Z dump-mono-stats 2022-12-14 20:17:52 +00:00
parse.ftl fix #105366, suggest impl in the scenario of typo with fn 2022-12-10 11:01:52 +08:00
passes.ftl
plugin_impl.ftl
privacy.ftl
query_system.ftl
resolve.ftl
save_analysis.ftl
session.ftl Check AArch64 branch-protection earlier in the pipeline. 2022-12-06 15:51:57 +00:00
symbol_mangling.ftl
trait_selection.ftl
ty_utils.ftl