about summary refs log tree commit diff
path: root/src/librustc_interface/interface.rs
AgeCommit message (Collapse)AuthorLines
2019-10-03Remove -Zprofile-queriesMark Rousskov-12/+1
2019-09-30Make the default parallelism 1Mark Rousskov-1/+4
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-07-28Remove lint annotations in specific crates that are already enforced by ↵Vadim Petrochenkov-1/+0
rustbuild Remove some random unnecessary lint `allow`s
2019-05-21Specify the edition for the rustdoc thread-poolJohn Kåre Alsaker-2/+2
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+3
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+3
2019-04-12Use measureme in self-profilerWesley Wiser-4/+0
Related to #58372 Related to #58967
2019-04-03Deny internal lints on librustc_interfaceflip1995-1/+0
2019-03-28Remove unnecessary with_globals callsJohn Kåre Alsaker-8/+6
2019-03-27librustc_interface => 2018Mazdak Farrokhzad-5/+5
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-0/+155