]> git.lizzy.rs Git - rust.git/commit
Auto merge of #67707 - petrochenkov:crateren, r=Centril
authorbors <bors@rust-lang.org>
Mon, 30 Dec 2019 18:06:54 +0000 (18:06 +0000)
committerbors <bors@rust-lang.org>
Mon, 30 Dec 2019 18:06:54 +0000 (18:06 +0000)
commita9dd56ff9a08d74c53d5cc22d18f126a12749608
tree09084364375d62c90697cbe715bafa9af6407afc
parent9d6f87184e5116cf4a96f6686eb67994f19908a5
parent7608f21b278d9aadcdebbb6d99760d70c52d5750
Auto merge of #67707 - petrochenkov:crateren, r=Centril

Rename some crates and modules in the frontend

Migrate from `syntax_*` naming scheme to `rustc_*`.
See https://github.com/rust-lang/rust/pull/65324#issuecomment-551103396 and several comments below.

Renamed crates:
`syntax_expand` -> `rustc_expand`
`syntax_pos` -> `rustc_span` ([motivation](https://github.com/rust-lang/rust/pull/65324#issuecomment-552173320))
`syntax_ext` -> `rustc_builtin_macros`

Also one module in resolve is renamed for consistency and to avoid tautology.

r? @Centril