| Age | Commit message (Expand) | Author | Lines |
| 2019-08-13 | Bump to 1.39 | Mark Rousskov | -1/+1 |
| 2019-08-09 | Check links on all platforms when running locally | Mateusz Mikuła | -3/+23 |
| 2019-08-08 | don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that | Ralf Jung | -2/+0 |
| 2019-08-08 | install and use xargo inside the build dir | Ralf Jung | -0/+4 |
| 2019-08-08 | let us try to find out where that panic is coming from | Ralf Jung | -0/+2 |
| 2019-08-08 | dont test Miri by default (also be more verbose when being verbose) | Ralf Jung | -1/+1 |
| 2019-08-08 | more comments | Ralf Jung | -0/+1 |
| 2019-08-08 | remove test-miri flag from bootstrap | Ralf Jung | -16/+1 |
| 2019-08-08 | Miri test: call 'cargo miri test' and use the sysroot it has set up | Ralf Jung | -13/+76 |
| 2019-08-08 | simplify a match | Ralf Jung | -3/+1 |
| 2019-08-08 | bootstrap: get rid of TEST_MIRI env var | Ralf Jung | -15/+0 |
| 2019-08-07 | Fix double resolving custom libdir | O01eg | -11/+22 |
| 2019-08-04 | Auto merge of #63199 - ehuss:fix-rustc-guide-toolstate, r=kennytm | bors | -1/+6 |
| 2019-08-03 | Rollup merge of #63218 - lenary:riscv-non-experimental, r=alexcrichton | Mazdak Farrokhzad | -5/+8 |
| 2019-08-02 | Fix rustc-guide toolstate tracking. | Eric Huss | -1/+6 |
| 2019-08-03 | Rollup merge of #63196 - RalfJung:build_helper, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 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 |