| Age | Commit message (Expand) | Author | Lines |
| 2019-08-03 | Rollup merge of #63107 - adrian-budau:master, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-08-02 | Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi. | Adrian Budau | -1/+3 |
| 2019-08-02 | rustbuild: correct line length | Sam Elliott | -1/+2 |
| 2019-08-02 | rustbuild: WebAssembly is no longer an experimental LLVM backend | Sam Elliott | -2/+2 |
| 2019-08-02 | rustbuild: RISC-V is no longer an experimental LLVM target | Sam Elliott | -5/+7 |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -2/+3 |
| 2019-08-01 | replace what I think is an erroneous try_run_quiet by try_run | Ralf Jung | -1/+1 |
| 2019-08-01 | build_helper: rename (try_)run_silent -> (try_)run | Ralf Jung | -3/+3 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -0/+3 |
| 2019-07-29 | Auto merge of #63089 - kennytm:use-try-run-for-linkchecker, r=Mark-Simulacrum | bors | -3/+1 |
| 2019-07-29 | Fix rustc-guide build failure ignoring no-fail-fast. | kennytm | -3/+1 |
| 2019-07-28 | Fix `cfg(parallel_compiler)` mode | Vadim Petrochenkov | -0/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -5/+6 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -5/+9 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -38/+8 |
| 2019-07-26 | Rollup merge of #63002 - gilescope:better-build-diagnostics, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -0/+3 |
| 2019-07-26 | `run_quiet` outputs stdout/stderr when things go wrong. | Giles Cope | -1/+1 |
| 2019-07-26 | Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton | bors | -1/+2 |
| 2019-07-25 | Rollup merge of #61890 - golddranks:fix_sanity_check_llvm, r=Dylan-DPC | Mazdak Farrokhzad | -2/+13 |
| 2019-07-25 | bootstrap: Build startup object for all windows-gnu target | Hugo Beauzée-Luyssen | -1/+1 |
| 2019-07-25 | rustc: codegen: Build import library for all windows targets | Hugo Beauzée-Luyssen | -0/+1 |
| 2019-07-23 | Require a value for configure --debuginfo-level | Josh Stone | -5/+5 |
| 2019-07-23 | Fix building_llvm in sanity check, add swig sanity check. | Pyry Kontio | -2/+13 |
| 2019-07-18 | Rollup merge of #62752 - nikic:llvm-disable-z3, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2019-07-17 | Update mdbook, cargo, books | Eric Huss | -29/+9 |
| 2019-07-17 | Disable Z3 in LLVM build | Nikita Popov | -0/+1 |
| 2019-07-16 | Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton | bors | -0/+2 |
| 2019-07-16 | Rollup merge of #62693 - alexcrichton:rm-travis-appveyor, r=Mark-Simulacrum | Mark Rousskov | -116/+4 |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -0/+2 |
| 2019-07-15 | ci: Remove Travis/AppVeyor configuration | Alex Crichton | -116/+4 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -1/+1 |
| 2019-07-12 | rustbuild: Improve assert about building tools once | Alex Crichton | -21/+48 |
| 2019-07-12 | Auto merge of #62549 - ehuss:update-cargo-vendor, r=alexcrichton | bors | -46/+43 |
| 2019-07-09 | Update cargo-vendor usage | Eric Huss | -46/+43 |
| 2019-07-09 | Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelix | Mazdak Farrokhzad | -8/+8 |
| 2019-07-07 | Rollup merge of #62438 - petrochenkov:buildwarn, r=Mark-Simulacrum | Mazdak Farrokhzad | -37/+31 |
| 2019-07-07 | Address review comments | Vadim Petrochenkov | -2/+4 |
| 2019-07-06 | Add linkcheck command to rustbook tool | André Luis Leal Cardoso Junior | -1/+25 |
| 2019-07-06 | add ./x.py test src/doc/rustc-guide | André Luis Leal Cardoso Junior | -0/+2 |
| 2019-07-06 | rustbuild: Cleanup global lint settings | Vadim Petrochenkov | -37/+29 |
| 2019-07-06 | Fixed up a few comments. | Alexander Regueiro | -8/+8 |
| 2019-07-05 | Rollup merge of #62406 - Mark-Simulacrum:warnings-lint, r=RalfJung | Mazdak Farrokhzad | -5/+23 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+14 |
| 2019-07-05 | Lint on invalid values passed to x.py --warnings | Mark Rousskov | -5/+23 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -1/+1 |
| 2019-06-29 | Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov | Mazdak Farrokhzad | -0/+24 |
| 2019-06-25 | Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichton | bors | -17/+27 |
| 2019-06-24 | Use symbols in lint tool list | flip1995 | -5/+6 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -2/+6 |