| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -12/+1 | |
| 2019-09-30 | Make the default parallelism 1 | Mark 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-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -1/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-05-21 | Specify the edition for the rustdoc thread-pool | John Kåre Alsaker | -2/+2 | |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -1/+3 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+3 | |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -4/+0 | |
| Related to #58372 Related to #58967 | ||||
| 2019-04-03 | Deny internal lints on librustc_interface | flip1995 | -1/+0 | |
| 2019-03-28 | Remove unnecessary with_globals calls | John Kåre Alsaker | -8/+6 | |
| 2019-03-27 | librustc_interface => 2018 | Mazdak Farrokhzad | -5/+5 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -0/+155 | |
