about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2020-05-12Fix bootstrap failing on win32Joshua Cotton-3/+6
2020-05-08x.py: allow configuring the build directoryJoshua Nelson-2/+9
2020-05-03x.py: Give a more helpful error message if curl isn't installedJoshua Nelson-23/+25
2020-04-25Detect git version before attempting to use --progressDillon Amburgey-11/+15
2020-03-21Remove CARGO_BUILD_TARGET from bootstrap.pylzutao-0/+4
2020-02-07PEP8 format spacingChris Simpkins-4/+3
2020-02-07remove unnecessary local variable assignment in context managerChris Simpkins-1/+1
2020-01-31Correctly reinstall rustfmt on channel changeMark Rousskov-4/+4
2019-12-21bootstrap.py fetches rustfmt.Adam Perry-3/+42
2019-12-01rustbuild: don't clobber RUSTFLAGS, append to itXimin Luo-5/+7
2019-11-12bootstrap: don't call support_xz in hot-pathGuanqun Lu-21/+22
2019-11-10download .tar.xz if python3 is usedGuanqun Lu-9/+23
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-4/+0
2019-09-09check git in bootstrap.py when trying to update submoduleGuanqun Lu-0/+8
2019-09-09use 'get_toml' instead of regular expressionGuanqun Lu-5/+15
2019-09-07Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-09-06it's more pythonic to use 'is not None' in python filesGuanqun Lu-1/+1
2019-09-04Ensure all warnings are emitted even on warnings=warnMark Rousskov-1/+2
2019-08-29Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-08-28bootstrap: allow specifying mirror for bootstrap compiler download.Charles Lew-2/+14
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-0/+2
2019-07-09Update cargo-vendor usageEric Huss-24/+43
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-04-29intelligently handle older version of git in bootstrapNathan Froyd-3/+9
2019-03-08Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiynPietro Albini-0/+4
2019-02-23Fix an indexing error when using `x.py help`varkor-1/+1
2019-02-13Add FreeBSD armv6 and armv7 targetsMikaelUrankar-0/+4
2019-01-25Rebase to the llvm-project monorepoJosh Stone-10/+2
2019-01-17Update bootstrap.pylenoil98-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011Matthias Krüger-1/+1
2018-12-17Add --progress to git submodule commandsClar Fon-2/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-1/+1
2018-11-12Fix TLS errors when downloading stage0Dan Robertson-2/+2
2018-11-02Remove all jemalloc-related contentAlex Crichton-5/+0
2018-10-26rustbuild: use configured linker to build boostrapMarc-Antoine Perennou-0/+3
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-01allow use of ./x.py help <cmd> ...Collins Abitekaniza-0/+5
2018-08-14Add lldb to the buildTom Tromey-0/+4
2018-07-30Add timeout to use of `curl` in bootstrap.py.kennytm-1/+4
2018-07-10bootstrap: our best to achieve atomic rename on Win32NODA, Kai-1/+6
2018-07-10bootstrap: write texts to a .tmp file first for atomicityNODA, Kai-3/+11
2018-07-02bootstrap: tests should use rustc from config.tomlNikolai Merinov-0/+2
2018-07-01Also run the bootstrap in bootstrap modeOliver Schneider-0/+1
2018-05-31bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30
2018-05-17Revert "bootstrap.py: respect crt-static"Alex Crichton-30/+3
2018-04-29bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30
2018-04-06bootstrap: Remove the fast pathTatsuyuki Ishi-4/+1
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-1/+4
2018-03-30Handle fast-submodules option correctlyPetr Hosek-1/+1