rust/compiler/rustc_resolve/src
est31 7e2ecb3cd8 Simplify message paths
This makes it easier to open the messages file while developing on features.

The commit was the result of automatted changes:

for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done

for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done
2023-03-11 22:51:57 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Simplify sort_by calls 2023-03-07 18:13:41 +00:00
build_reduced_graph.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
check_unused.rs Address review. 2023-02-25 13:43:21 +00:00
def_collector.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
diagnostics.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
effective_visibilities.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
ident.rs Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
imports.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
late.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
macros.rs Querify registered_tools. 2023-03-06 10:56:23 +00:00
rustdoc.rs rustdoc: reduce allocations when generating tooltips 2023-02-22 21:00:10 -07:00