| Age | Commit message (Expand) | Author | Lines |
| 2019-08-16 | ci: move linkcheck from mingw-2 to mingw-1 | Pietro Albini | -0/+9 |
| 2019-08-16 | Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton | bors | -100/+23 |
| 2019-08-15 | Modify librustc_llvm to pass -DNDEBUG while compiling. | Joel Galenson | -0/+3 |
| 2019-08-15 | Use libunwind from llvm-project submodule for musl targets | Marco A L Barbosa | -4/+0 |
| 2019-08-14 | Remap debuginfo for all crates. | Joel Galenson | -13/+3 |
| 2019-08-14 | Remap paths for proc-macro crates. | Joel Galenson | -0/+10 |
| 2019-08-14 | Update error-format to match new Cargo flags for pipelining | Alex Crichton | -29/+6 |
| 2019-08-14 | Disable --cfg bootstrap in libcore | Mark Rousskov | -1/+5 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -5/+2 |
| 2019-08-13 | 1. support crt-static | Baoshan Pang | -1/+1 |
| 2019-08-13 | Utilize -Zbinary-dep-depinfo for dependency tracking | Mark Rousskov | -100/+23 |
| 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 |