Rename rustc_back to rustc_target and move ABI code to it.#50228
Rename rustc_back to rustc_target and move ABI code to it.#50228bors merged 10 commits intorust-lang:masterfrom irinagpopa:backstory-v2
Conversation
|
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
|
r? @nikomatsakis or @michaelwoerister cc @alexcrichton |
|
@bors r+ |
|
📌 Commit 770ff66 has been approved by |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
@bors r- -- travis failures |
|
Looks like you gotta run tidy =) |
|
@bors r=nikomatsakis p=10 (to prevent bitrot) |
|
📌 Commit 80bcbbf has been approved by |
|
🔒 Merge conflict |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
@bors r=nikomatsakis |
|
📌 Commit a131c51 has been approved by |
Rename rustc_back to rustc_target and move ABI code to it. Fixes #45226.
|
☀️ Test successful - status-appveyor, status-travis |
|
📣 Toolstate changed by #50228! Tested on commit 949010d. 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). |
Tested on commit rust-lang/rust@949010d. Direct link to PR: <rust-lang/rust#50228> 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). 💔 clippy-driver on linux: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). 💔 miri on windows: test-fail → build-fail (cc @oli-obk @RalfJung @eddyb). 💔 miri on linux: test-fail → build-fail (cc @oli-obk @RalfJung @eddyb).
Fixes #45226.