about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-07-16 09:22:15 -0600
committerMark Rousskov <mark.simulacrum@gmail.com>2018-07-16 10:33:45 -0600
commit827f656ebb1230f31af6d968c4bfe69a79914ffc (patch)
tree8bfe0438e6e8cdec898d79bb114230f1485d09c0 /src/libstd/sys/unix/stack_overflow.rs
parent3d5753fda1ee8f729da1061e931e13b043f479a5 (diff)
downloadrust-827f656ebb1230f31af6d968c4bfe69a79914ffc.tar.gz
rust-827f656ebb1230f31af6d968c4bfe69a79914ffc.zip
Enable incremental independent of stage
Previously we'd only do so for stage 0 but with keep-stage
improvements it seems likely that we'll see more developers working in
the stage 1, so we should allow enabling incremental for them.

Ideally, the check we probably want is to only enable incremental for
the last compiler build scheduled, but there's no good way to do so
today. Just enabling incremental in all stages should be sufficient;
we may be doing extra work that's needles -- compiling incrementally
something that will never be recompiled in-place -- but that should be
sufficiently unlikely (i.e., users either don't care or won't be
compiling the compiler twice).
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions