..
ast_lowering.ftl
Improve the help message for an invalid calling convention
2022-09-22 22:18:30 +02:00
ast_passes.ftl
Autoderive ExternBlockSuggestion
2023-01-19 13:52:15 +01:00
attr.ftl
Reorder diagnostics in code order, then alphabetical order
2022-08-22 20:19:19 +02:00
borrowck.ftl
Handle diagnostics customization on the fluent side
2023-01-17 08:21:34 +00:00
builtin_macros.ftl
Replace - with _ in ftl slugs for better grepability
2022-08-12 22:22:55 +02:00
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
Remove backwards compat for LLVM 12 coverage format
2023-01-09 16:31:24 +01:00
codegen_ssa.ftl
Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-structs-pt3, r=davidtwco
2023-01-07 20:43:19 +01:00
compiletest.ftl
errors: rename typeck.ftl
to hir_analysis.ftl
2022-10-03 13:52:17 +01:00
const_eval.ftl
Addressed trailing newlines, odd whitespace skipped by x.py fmt
2022-08-22 12:38:16 -03:00
driver.ftl
add UI test for unpretty
2022-08-30 09:31:52 +08:00
errors.ftl
ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors
2022-10-12 16:54:25 -04:00
expand.ftl
Migrate parts of rustc_expand
to session diagnostics
2022-12-10 11:02:41 +01:00
hir_analysis.ftl
Move autoderef to rustc_hir_analysis
2023-01-11 20:12:57 +00:00
hir_typeck.ftl
add checks for the signature of the lang item
2023-01-11 14:35:08 -08:00
infer.ftl
Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco
2023-01-26 15:02:19 +01:00
interface.ftl
Warn when using panic-strategy abort for proc-macro crates
2023-01-13 10:13:49 +01:00
lint.ftl
migrate: deref_into_dyn_supertrait.rs
2023-01-09 18:57:02 -05:00
metadata.ftl
Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514
2023-01-03 08:05:54 +00:00
middle.ftl
Match crate and slug names
2022-11-21 15:24:50 +01:00
mir_build.ftl
Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco
2023-01-26 15:02:20 +01:00
mir_dataflow.ftl
Rename rustc_mir_dataflow diagnostic to mir_dataflow
2022-08-23 13:48:15 +01:00
monomorphize.ftl
add -Z dump-mono-stats
2022-12-14 20:17:52 +00:00
parse.ftl
Add suggestion to remove if in let...else block
2023-01-23 20:33:04 -08:00
passes.ftl
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
2023-01-26 06:15:23 +01:00
plugin_impl.ftl
Migrate rustc_plugin_impl to SessionDiagnostic
2022-08-22 16:35:05 +01:00
privacy.ftl
change AccessLevels representation
2022-09-14 18:11:00 +03:00
query_system.ftl
query_system: finish migration
2022-10-10 14:20:16 +01:00
resolve.ftl
migrating rustc_resolve to SessionDiagnostic. work in progress. start
2022-11-13 19:39:26 +05:30
save_analysis.ftl
save_analysis: Migrate diagnostics
2022-08-24 06:50:16 +09:00
session.ftl
Print correct base for too-large literals
2023-01-02 11:43:07 +00:00
symbol_mangling.ftl
UPDATE - merge and avoid translations for symbol mangling test output
2022-09-13 16:19:32 -04:00
trait_selection.ftl
Move autoderef to rustc_hir_analysis
2023-01-11 20:12:57 +00:00
ty_utils.ftl
Properly pluralize 'generic constants'
2023-01-16 20:21:29 +00:00