mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
32471a7035
Migrate rustc_passes diagnostics Picks up abandoned work from https://github.com/rust-lang/rust/pull/100870 I would like to do this collaboratively, as there is a lot of work! Here's the process: - Comment below that you are willing to help and I will add you as a collaborator to my `rust` fork (that gives you write access) - Indicate which file/task you would like to work on (so we don't duplicate work) from the list below - Do the work, push up a commit, comment that you're done with that file/task - Repeat until done 😄 ### Files to Migrate (in `compiler/rustc_passes/src/`) - [x] check_attr.rs ``@CleanCut`` - [x] check_const.rs ``@CleanCut`` - [x] dead.rs ``@CleanCut`` - [x] debugger_visualizer.rs ``@CleanCut`` - [x] diagnostic_items.rs ``@CleanCut`` - [x] entry.rs ``@CleanCut`` - [x] lang_items.rs ``@CleanCut`` - [x] layout_test.rs ``@CleanCut`` - [x] lib_features.rs ``@CleanCut`` - [x] ~liveness.rs~ ``@CleanCut`` Nothing to do - [x] loops.rs ``@CleanCut`` - [x] naked_functions.rs ``@CleanCut`` - [x] stability.rs ``@CleanCut`` - [x] weak_lang_items.rs ``@CleanCut`` ### Tasks - [x] Rebase on current `master` ``@CleanCut`` - [x] Review work from [the earlier PR](https://github.com/rust-lang/rust/pull/100870) and make sure it all looks good - [x] compiler/rustc_error_messages/locales/en-US/passes.ftl ``@CleanCut`` - [x] compiler/rustc_passes/src/check_attr.rs ``@CleanCut`` - [x] compiler/rustc_passes/src/errors.rs ``@CleanCut`` - [x] compiler/rustc_passes/src/lang_items.rs ``@CleanCut`` - [x] compiler/rustc_passes/src/lib.rs ``@CleanCut`` - [x] compiler/rustc_passes/src/weak_lang_items.rs ``@CleanCut`` |
||
---|---|---|
.. | ||
ast_lowering.ftl | ||
ast_passes.ftl | ||
attr.ftl | ||
borrowck.ftl | ||
builtin_macros.ftl | ||
codegen_gcc.ftl | ||
codegen_ssa.ftl | ||
compiletest.ftl | ||
const_eval.ftl | ||
driver.ftl | ||
expand.ftl | ||
hir_analysis.ftl | ||
infer.ftl | ||
interface.ftl | ||
lint.ftl | ||
metadata.ftl | ||
middle.ftl | ||
mir_dataflow.ftl | ||
monomorphize.ftl | ||
parser.ftl | ||
passes.ftl | ||
plugin_impl.ftl | ||
privacy.ftl | ||
query_system.ftl | ||
save_analysis.ftl | ||
session.ftl | ||
symbol_mangling.ftl | ||
trait_selection.ftl | ||
ty_utils.ftl |