| Age | Commit message (Expand) | Author | Lines |
| 2020-09-23 | Adjust support expectations for downloaded LLVMs | Mark Rousskov | -3/+3 |
| 2020-09-21 | Add a changelog for x.py | Joshua Nelson | -0/+6 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -0/+10 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -0/+17 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -0/+17 |
| 2020-09-13 | Rollup merge of #76441 - jyn514:parallel, r=jonas-schievink | Jonas Schievink | -0/+1 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -2/+8 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -0/+15 |
| 2020-09-11 | comments + add max_level_info so false works with debug_assertions on | Gus Wynn | -3/+3 |
| 2020-09-11 | Stop implicitly appending triples to config.toml hosts and targets | Mark Rousskov | -8/+7 |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -0/+6 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-09-09 | Rollup merge of #74787 - petrochenkov:rustllvm, r=cuviper | Tyler Mandry | -1/+1 |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -1/+1 |
| 2020-09-08 | Update comment in config.toml.example | Vadim Petrochenkov | -1/+1 |
| 2020-09-07 | Note that parallel-compiler = true causes tests to fail | Joshua Nelson | -0/+1 |
| 2020-09-01 | Codegen defaults come from rustc, not cargo | Joshua Nelson | -1/+1 |
| 2020-08-31 | Address review comments | Joshua Nelson | -7/+3 |
| 2020-08-30 | Mention why you'd want codegen-units = 0 (other than running out of RAM) | Joshua Nelson | -0/+3 |
| 2020-08-30 | Document the defaults for `codegen-units` | Joshua Nelson | -0/+3 |
| 2020-08-30 | Fix incorrect wording for `verbose-tests` | Joshua Nelson | -1/+1 |
| 2020-08-26 | Set ninja=true by default | Josh Triplett | -4/+2 |
| 2020-08-12 | Add option to use the new symbol mangling in rustc/std | Mark Rousskov | -0/+4 |
| 2020-08-03 | Make rust.use-lld config option work with non MSVC targets | Mateusz Mikuła | -2/+2 |
| 2020-07-28 | Auto merge of #73964 - jyn514:sane-defaults, r=Mark-Simulacrum | bors | -1/+4 |
| 2020-07-27 | Change debuginfo to default to 1 if `debug = true` is set | Joshua Nelson | -1/+4 |
| 2020-07-26 | config.toml.example: Update remap-debuginfo doc to be more general & accurate | Ximin Luo | -2/+1 |
| 2020-07-14 | bootstrap: Improve wording on docs for `verbose-tests` | Joshua Nelson | -2/+1 |
| 2020-07-05 | Explain effects of debugging options from config.toml | Tomasz Miąsko | -2/+6 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -3/+6 |
| 2020-06-24 | fix | Tshepang Lekhonkhobe | -1/+1 |
| 2020-06-23 | place non-obvious defaults on a separate line | Tshepang Lekhonkhobe | -10/+30 |
| 2020-06-22 | be more consistent with "defaults" placement | Tshepang Lekhonkhobe | -16/+7 |
| 2020-06-20 | explain the logic a bit | Tshepang Lekhonkhobe | -4/+11 |
| 2020-06-20 | examples should be of type bool | Tshepang Lekhonkhobe | -2/+2 |
| 2020-06-18 | bootstrap: Configurable musl libdir | Tomasz Miąsko | -3/+6 |
| 2020-06-16 | Ensure profiling runtime for -Zinstrument-coverage | Rich Kadel | -1/+2 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -1/+1 |
| 2020-05-20 | Show default values for debug-assertions & debug-assertions-std | Tomasz Miąsko | -2/+2 |
| 2020-05-15 | Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichton | Dylan DPC | -0/+4 |
| 2020-05-12 | Provide separate option for std debug asserts | Mark Rousskov | -0/+4 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -4/+0 |
| 2020-05-08 | x.py: allow configuring the build directory | Joshua Nelson | -0/+4 |
| 2020-04-13 | Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrum | bors | -2/+3 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -4/+2 |
| 2020-04-07 | Make LLVM version suffix independent of rustc version on dev channel | Tomasz Miąsko | -2/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+4 |
| 2020-02-10 | Enable Control Flow Guard in rustbuild | Andrew Paverd | -0/+4 |
| 2020-02-09 | More comments | John Kåre Alsaker | -0/+3 |