| Age | Commit message (Expand) | Author | Lines |
| 2019-09-09 | check git in bootstrap.py when trying to update submodule | Guanqun Lu | -0/+8 |
| 2019-09-09 | use 'get_toml' instead of regular expression | Guanqun Lu | -5/+15 |
| 2019-09-07 | Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-09-06 | it's more pythonic to use 'is not None' in python files | Guanqun Lu | -1/+1 |
| 2019-09-04 | Ensure all warnings are emitted even on warnings=warn | Mark Rousskov | -1/+2 |
| 2019-08-29 | Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-08-28 | bootstrap: allow specifying mirror for bootstrap compiler download. | Charles Lew | -2/+14 |
| 2019-08-27 | rustbuild: allow disabling deny(warnings) for bootstrap | Marc-Antoine Perennou | -0/+2 |
| 2019-07-09 | Update cargo-vendor usage | Eric Huss | -24/+43 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -1/+0 |
| 2019-04-29 | intelligently handle older version of git in bootstrap | Nathan Froyd | -3/+9 |
| 2019-03-08 | Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiyn | Pietro Albini | -0/+4 |
| 2019-02-23 | Fix an indexing error when using `x.py help` | varkor | -1/+1 |
| 2019-02-13 | Add FreeBSD armv6 and armv7 targets | MikaelUrankar | -0/+4 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -10/+2 |
| 2019-01-17 | Update bootstrap.py | lenoil98 | -0/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-24 | x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011 | Matthias Krüger | -1/+1 |
| 2018-12-17 | Add --progress to git submodule commands | Clar Fon | -2/+2 |
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-12 | Fix TLS errors when downloading stage0 | Dan Robertson | -2/+2 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -5/+0 |
| 2018-10-26 | rustbuild: use configured linker to build boostrap | Marc-Antoine Perennou | -0/+3 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-01 | allow use of ./x.py help <cmd> ... | Collins Abitekaniza | -0/+5 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -0/+4 |
| 2018-07-30 | Add timeout to use of `curl` in bootstrap.py. | kennytm | -1/+4 |
| 2018-07-10 | bootstrap: our best to achieve atomic rename on Win32 | NODA, Kai | -1/+6 |
| 2018-07-10 | bootstrap: write texts to a .tmp file first for atomicity | NODA, Kai | -3/+11 |
| 2018-07-02 | bootstrap: tests should use rustc from config.toml | Nikolai Merinov | -0/+2 |
| 2018-07-01 | Also run the bootstrap in bootstrap mode | Oliver Schneider | -0/+1 |
| 2018-05-31 | bootstrap.py: respect crt-static | Johannes Nixdorf | -3/+30 |
| 2018-05-17 | Revert "bootstrap.py: respect crt-static" | Alex Crichton | -30/+3 |
| 2018-04-29 | bootstrap.py: respect crt-static | Johannes Nixdorf | -3/+30 |
| 2018-04-06 | bootstrap: Remove the fast path | Tatsuyuki Ishi | -4/+1 |
| 2018-04-03 | Stop accessing current_dir in bootstrap | Mark Simulacrum | -1/+4 |
| 2018-03-30 | Handle fast-submodules option correctly | Petr Hosek | -1/+1 |
| 2018-03-17 | Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton | kennytm | -12/+50 |
| 2018-03-15 | Support extra-verbose builds: | comex | -8/+5 |
| 2018-03-15 | Faster submodule updating | John Kåre Alsaker | -12/+50 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+4 |
| 2018-03-03 | Rollup merge of #48637 - segevfiner:restore-rust-mingw-download, r=alexcrichton | kennytm | -0/+8 |
| 2018-03-03 | Rollup merge of #48569 - Phlosioneer:x-py-help-optimization, r=petrochenkov | kennytm | -25/+15 |
| 2018-03-02 | Remove print_what_bootstrap_means | Phlosioneer | -27/+8 |
| 2018-03-01 | Document why we download rust-mingw | Segev Finer | -0/+3 |
| 2018-03-01 | Restore the download of rust-mingw | Segev Finer | -0/+5 |
| 2018-02-26 | Improve --help performance for x.py | Phlosioneer | -4/+13 |
| 2018-02-23 | bootstrap: Add missing cputype matching for sparc | John Paul Adrian Glaubitz | -1/+1 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -7/+16 |
| 2018-01-23 | Add ./x.py check src/{libstd,libtest,rustc}. | Mark Simulacrum | -0/+1 |