-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename all remaining compiler crates to use the rustc_foo
pattern
#72927
Conversation
libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize
(rust_highfive has picked a reviewer for you, use r? to override) |
cc @rust-lang/compiler |
My guess is that this will break some of the autopublishing scripts for e.g. libarena but IMO that's fine, they don't need to always work. cc @alexcrichton though (we should probably also move those into infra's hands at some point). I sort of half want to say we should MCP this but I'm feeling like we've historically agreed on this somewhere already, and the crates being moved here seem like they're pretty unambiguous anyway. r=me |
@bors r=Mark-Simulacrum |
📌 Commit e793b46 has been approved by |
This makes it easier to confuse it with the |
We no longer ship the compiled rustc artifacts to most users, so I don't expect it to be a major point of confusion. |
@bors p=1 |
⌛ Testing commit e793b46 with merge 341d0e9d002eb6d4a24524c8d49eed8648f673ce... |
💔 Test failed - checks-azure |
No logs? |
☀️ Test successful - checks-azure |
Rename all remaining compiler crates to use the `rustc_foo` pattern libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize Closes rust-lang#71177 in particular.
libarena -> librustc_arena
libfmt_macros -> librustc_parse_format
libgraphviz -> librustc_graphviz
libserialize -> librustc_serialize
Closes #71177 in particular.