about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2020-04-02bootstrap: add `--json-output` for rust-analyzerNiko Matsakis-0/+2
2020-02-28Fix no_std detection for target triplesAndre Richter-1/+1
2020-02-24bootstrap: Further centralize target defaulting logic.John Ericson-3/+13
2020-02-22Allow getting `no_std` from the config fileJohn Ericson-0/+3
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+3
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+3
2020-02-09Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrumbors-0/+3
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-4/+3
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-0/+3
2020-01-10Prefer llvm-skip-rebuild flag value over config.tomlMatthew Healy-2/+6
2020-01-03Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-0/+1
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+3
2019-12-27allow rustfmt key in [build] sectionSebastien Marie-0/+1
2019-12-26Parse llvm_skip_rebuild into ConfigMatthew Healy-0/+6
2019-12-22Format the worldMark Rousskov-37/+32
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-2/+9
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-5/+0
2019-11-12Fallback to the unmodified path in bindir_relativeJosh Stone-6/+9
2019-11-11Use a relative bindir for rustdoc to find rustcJosh Stone-0/+11
2019-10-25Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-SimulacrumMazdak Farrokhzad-15/+15
2019-10-24reorder TomlTarget struct's fields based on the order in config.toml.exampleGuanqun Lu-2/+2
2019-10-24reorder Rust struct's fields based on the order in config.toml.exampleGuanqun Lu-5/+5
2019-10-24reorder Install struct's fields based on the order in config.toml.exampleGuanqun Lu-1/+1
2019-10-24reorder Build struct's fields based on the order in config.toml.exampleGuanqun Lu-4/+4
2019-10-24reorder Llvm struct's fields based on the order in config.toml.exampleGuanqun Lu-3/+3
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-1/+0
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-2/+3
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-3/+0
2019-08-08remove test-miri flag from bootstrapRalf Jung-4/+0
2019-08-02rustbuild: RISC-V is no longer an experimental LLVM targetSam Elliott-3/+2
2019-07-05Lint on invalid values passed to x.py --warningsMark Rousskov-2/+2
2019-06-07Clarify when we run steps with ONLY_HOSTSMark Rousskov-2/+4
2019-06-03Treat 0 as special value for codegen-units-stdMark Rousskov-9/+10
2019-05-24rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level`Vadim Petrochenkov-1/+1
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-28/+29
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-0/+3
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+3
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-4/+5
2019-02-27Whitelist containers that allow older toolchainsAlex Crichton-0/+3
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+3
2019-01-30bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.Michael Woerister-0/+3
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-3/+3
2019-01-13Support passing cflags/cxxflags/ldflags to LLVM buildPetr Hosek-0/+10
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-3/+3
2018-12-07use top level `fs` functions where appropriateAndy Russell-5/+2
2018-11-30ci: Only run compare-mode tests on one builderAlex Crichton-0/+3
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-1/+4