Faster compilation with the parallel front-end in nightly - eviltoast

TL;DR Keen users can opt into multi-threaded mode with the -Z threads option:

$ RUSTFLAGS="-Z threads=8" cargo build --release