| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Support using LLVM's libunwind as the unwinder implementation | Petr Hosek | -0/+2 |
| 2019-01-28 | Fix CI | John Kåre Alsaker | -1/+1 |
| 2019-01-13 | Support passing cflags/cxxflags/ldflags to LLVM build | Petr Hosek | -0/+4 |
| 2019-01-05 | Provide the option to use libc++ even on all platforms | Petr Hosek | -0/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -9/+0 |
| 2018-12-13 | Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea... | Henri Sivonen | -0/+2 |
| 2018-11-06 | Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, ... | kennytm | -1/+1 |
| 2018-11-06 | Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton | bors | -0/+1 |
| 2018-11-05 | Use lld directly for Fuchsia target | Petr Hosek | -0/+1 |
| 2018-11-05 | This should have been part of PR #54811 (my bad). | Felix S. Klock II | -1/+1 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -5/+0 |
| 2018-10-28 | Avoid directly catching BaseException in bootstrap configure script | Konrad Borowski | -1/+1 |
| 2018-10-26 | Make configure.py handle numeric arguments for `--set` a little better. | Michael Woerister | -1/+12 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -1/+1 |
| 2018-10-01 | Fix conditions to allow missing tools in CI | Christian Poveda | -1/+1 |
| 2018-09-28 | Add enable-missing-tools option | Christian Poveda | -0/+1 |
| 2018-09-25 | Improvements to finding LLVM's FileCheck | Tom Tromey | -0/+6 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -1/+2 |
| 2018-07-10 | bootstrap: write texts to a .tmp file first for atomicity | NODA, Kai | -2/+2 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -0/+1 |
| 2018-06-07 | quiet-tests -> !verbose-tests | Oliver Schneider | -1/+1 |
| 2018-06-03 | ship LLVM tools with the toolchain | Jorge Aparicio | -0/+1 |
| 2018-05-04 | Add eabi suffix to armv5te musl target | Harm Berntsen | -1/+1 |
| 2018-05-03 | Add armv5te-unknown-linux-musl target | Harm Berntsen | -0/+2 |
| 2018-04-13 | rustbuild: allow building tools with debuginfo | Josh Stone | -0/+1 |
| 2018-04-08 | configure.py --tools should set a list instead of a string | Dan Callaghan | -1/+3 |
| 2018-03-18 | Add a CI job for parallel rustc using x.py check | John Kåre Alsaker | -0/+1 |
| 2018-03-09 | rustbuild: Remove ThinLTO-related configuration | Alex Crichton | -1/+0 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+5 |
| 2018-02-05 | Add build.tools option to manage installation of extended rust tools. | O01eg | -0/+1 |
| 2018-02-03 | Disable ThinLTO for dist builds. | Mark Simulacrum | -0/+1 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+3 |
| 2018-01-22 | Do not assume dynamic linking for musl/mips[el] targets | Marco A L Barbosa | -0/+4 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -0/+2 |
| 2017-12-03 | Record build and test result of extended tools into toolstates.json. | kennytm | -0/+1 |
| 2017-10-26 | configure.py: fix --disable-option-checking | Josh Stone | -4/+9 |
| 2017-10-16 | Merge branch 'master' into future_imports | johnthagen | -28/+36 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -2/+1 |
| 2017-10-13 | Rollup merge of #45121 - johnthagen:pep8-bootstrap, r=alexcrichton | kennytm | -17/+31 |
| 2017-10-11 | Fix typo during merge from master | johnthagen | -1/+1 |
| 2017-10-11 | Merge branch 'master' into pep8-bootstrap | johnthagen | -4/+4 |
| 2017-10-10 | Rollup merge of #45180 - 0xAX:fix-help-message-in-configure.py, r=Mark-Simula... | Steve Klabnik | -6/+1 |
| 2017-10-11 | Fix path to x.py in configure.py script | Alexander Kuleshov | -6/+1 |
| 2017-10-10 | Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -2/+1 |
| 2017-10-10 | Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-09 | Add __future__ imports to increase compatibility with Python 3. Derive Option... | johnthagen | -1/+2 |
| 2017-10-08 | Fix PEP8 style issues in bootstrap code | johnthagen | -17/+31 |
| 2017-10-08 | Fix variable name reference | johnthagen | -1/+1 |
| 2017-10-08 | Fix trying to raise a bare str as an exception. This has been deprecated sinc... | johnthagen | -1/+1 |