rust/src/librustc/session
Mark Rousskov 1a1067d1a5 Make the default parallelism 1
This changes the default parallelism for parallel compilers to one,
instead of the previous default, which was "num cpus". This is likely
not an optimal default long-term, but it is a good default for testing
whether parallel compilers are not a significant regression over a
sequential compiler.

Notably, this in theory makes a parallel-enabled compiler behave
exactly like a sequential compiler with respect to the jobserver.
2019-09-30 16:49:19 -04:00
..
config Protect error handler fields with single lock 2019-09-17 09:30:45 -04:00
code_stats.rs In -Zprint-type-size output, sort enum variants by size. 2019-04-12 12:18:23 +10:00
config.rs Make the default parallelism 1 2019-09-30 16:49:19 -04:00
filesearch.rs Allow linking to a proc macro on the target in metadata and still use a host proc macro to execute them 2019-03-05 00:36:23 +01:00
mod.rs Make the default parallelism 1 2019-09-30 16:49:19 -04:00
search_paths.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00