| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-02-09 | Add some comments | John Kåre Alsaker | -0/+2 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -0/+5 |
| 2020-01-11 | Clarify the relationship between `extended` and `tools` in `config.toml` | varkor | -5/+7 |
| 2020-01-03 | Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2020-01-02 | bootstrap: Allow for setting the ThinLTO import limit used for compiler the c... | Michael Woerister | -0/+7 |
| 2019-12-27 | add comment for rustfmt in config.toml.example | Sebastien Marie | -0/+4 |
| 2019-12-26 | Document LLVM skip-rebuild config.toml option | Matthew Healy | -0/+6 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -3/+0 |
| 2019-10-25 | Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+6 |
| 2019-10-24 | add the missing rust.musl-root option in config.toml.example | Guanqun Lu | -0/+3 |
| 2019-10-24 | add a WARNING to rust.optimize option in config.toml.example | Guanqun Lu | -4/+3 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -4/+1 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -0/+1 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -1/+0 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -0/+1 |
| 2019-09-09 | Fix typo in config.toml.example | Lukas | -1/+1 |