Uh oh!
There was an error while loading. Please reload this page.
syntax: move ast_map to librustc. - #26141
Conversation
rust-highfive
commented
Jun 9, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
nikomatsakis
commented
Jun 9, 2015
@bors r+ |
bors
commented
Jun 9, 2015
📌 Commit cdc182a has been approved by |
eddyb
commented
Jun 9, 2015
@bors r=nikomatsakis |
bors
commented
Jun 9, 2015
📌 Commit 76eaed4 has been approved by |
bors
commented
Jun 10, 2015
bors
commented
Jun 10, 2015
💔 Test failed - auto-linux-32-opt |
eddyb
commented
Jun 10, 2015
@bors retry |
bors
commented
Jun 10, 2015
⌛ Testing commit 76eaed4 with merge d8a9570... |
bors
commented
Jun 10, 2015
💔 Test failed - auto-mac-32-opt |
eddyb
commented
Jun 10, 2015
@bors retry |
bors
commented
Jun 10, 2015
⚡ Previous build results for auto-linux-32-nopt-t, auto-linux-64-nopt-t, auto-linux-64-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-gnu-32-nopt-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-gnu-64-opt are reusable. Rebuilding only auto-linux-32-opt, auto-linux-64-x-android-t, auto-mac-32-opt... |
Manishearth
commented
Jun 10, 2015
Would it be worth/possible moving this to |
eddyb
commented
Jun 10, 2015
@Manishearth it wouldn't help much because librustc depends on it. Most of the parallelism in building rustc starts after librustc. |
Manishearth
commented
Jun 10, 2015
Ah. Might it be reasonable to have some parallel crates in between syntax and rustc? The way I see it, we can fan out after syntax, converge on rustc, and then fan out into the rustc_*s. Not a big win, but still could be a win. |
bors
commented
Jun 10, 2015
erickt
commented
Jun 10, 2015
thanks @eddyb! I'm still catching up from my vacation, and haven't gotten around to fixing my PRs yet :) |
Gets libsyntax one step closer to running on stable (see #24518).
Closes#24757, erickt's previous attempt at this.