about summary refs log tree commit diff
path: root/config.toml.example
AgeCommit message (Expand)AuthorLines
2020-07-28Auto merge of #73964 - jyn514:sane-defaults, r=Mark-Simulacrumbors-1/+4
2020-07-27Change debuginfo to default to 1 if `debug = true` is setJoshua Nelson-1/+4
2020-07-26config.toml.example: Update remap-debuginfo doc to be more general & accurateXimin Luo-2/+1
2020-07-14bootstrap: Improve wording on docs for `verbose-tests`Joshua Nelson-2/+1
2020-07-05Explain effects of debugging options from config.tomlTomasz Miąsko-2/+6
2020-06-30Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrumbors-3/+6
2020-06-24fixTshepang Lekhonkhobe-1/+1
2020-06-23place non-obvious defaults on a separate lineTshepang Lekhonkhobe-10/+30
2020-06-22be more consistent with "defaults" placementTshepang Lekhonkhobe-16/+7
2020-06-20explain the logic a bitTshepang Lekhonkhobe-4/+11
2020-06-20examples should be of type boolTshepang Lekhonkhobe-2/+2
2020-06-18bootstrap: Configurable musl libdirTomasz Miąsko-3/+6
2020-06-16Ensure profiling runtime for -Zinstrument-coverageRich Kadel-1/+2
2020-06-09[AVR] Add AVR platform supportJake Goulding-1/+1
2020-05-20Show default values for debug-assertions & debug-assertions-stdTomasz Miąsko-2/+2
2020-05-15Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichtonDylan DPC-0/+4
2020-05-12Provide separate option for std debug assertsMark Rousskov-0/+4
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-4/+0
2020-05-08x.py: allow configuring the build directoryJoshua Nelson-0/+4
2020-04-13Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrumbors-2/+3
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-4/+2
2020-04-07Make LLVM version suffix independent of rustc version on dev channelTomasz Miąsko-2/+3
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+4
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+4
2020-02-09More commentsJohn Kåre Alsaker-0/+3
2020-02-09Add some commentsJohn Kåre Alsaker-0/+2
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-0/+5
2020-01-11Clarify the relationship between `extended` and `tools` in `config.toml`varkor-5/+7
2020-01-03Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-0/+4
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+7
2019-12-27add comment for rustfmt in config.toml.exampleSebastien Marie-0/+4
2019-12-26Document LLVM skip-rebuild config.toml optionMatthew Healy-0/+6
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-3/+0
2019-10-25Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-SimulacrumMazdak Farrokhzad-4/+6
2019-10-24add the missing rust.musl-root option in config.toml.exampleGuanqun Lu-0/+3
2019-10-24add a WARNING to rust.optimize option in config.toml.exampleGuanqun Lu-4/+3
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-4/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-09-09Fix typo in config.toml.exampleLukas-1/+1
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-5/+0
2019-08-16add git keyword to submodule optionJustin Restivo-2/+2
2019-08-08remove test-miri from config.toml.exampleRalf Jung-4/+0
2019-08-02rustbuild: WebAssembly is no longer an experimental LLVM backendSam Elliott-4/+3
2019-08-02rustbuild: RISC-V is no longer an experimental LLVM targetSam Elliott-3/+3
2019-05-24Address review commentsVadim Petrochenkov-1/+2
2019-05-24rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level`Vadim Petrochenkov-3/+5
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-14/+16