| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -320/+57 |
| 2019-12-10 | Move CI to new builtin check-toolstate | Mark Rousskov | -0/+2 |
| 2019-12-10 | Add toolstate checking into bootstrap | Mark Rousskov | -27/+406 |
| 2019-12-09 | Bootstrap: change logic for choosing linker and rpath | Jethro Beekman | -11/+17 |
| 2019-12-04 | SGX: Fix target linker used by bootstrap | Jethro Beekman | -0/+1 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -2/+2 |
| 2019-12-01 | rustbuild: don't clobber RUSTFLAGS, append to it | Ximin Luo | -5/+7 |
| 2019-12-01 | rustbuild: fix cross-compile install | Ximin Luo | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-25 | Rollup merge of #66569 - pietroalbini:gha-1, r=alexcrichton | Pietro Albini | -0/+4 |
| 2019-11-22 | ci: add support for GitHub Actions in the CI scripts | Pietro Albini | -0/+4 |
| 2019-11-20 | debuginfo: Support for std::collections::Hash* in windows debuggers. | MaulingMonkey | -0/+1 |
| 2019-11-13 | Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum | Yuki Okushi | -1/+16 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -1/+1 |
| 2019-11-13 | Rollup merge of #65932 - guanqun:download-xz, r=alexcrichton | Yuki Okushi | -14/+29 |
| 2019-11-12 | Hopefully fix rustdoc build | Mark Rousskov | -1/+12 |
| 2019-11-12 | Bump version to 1.41 | Mark Rousskov | -1/+1 |
| 2019-11-12 | Fallback to the unmodified path in bindir_relative | Josh Stone | -8/+10 |
| 2019-11-12 | Rollup merge of #66263 - guanqun:make-error-explicit, r=alexcrichton | Yuki Okushi | -3/+3 |
| 2019-11-11 | Use a relative bindir for rustdoc to find rustc | Josh Stone | -1/+14 |
| 2019-11-12 | bootstrap: don't call support_xz in hot-path | Guanqun Lu | -21/+22 |
| 2019-11-11 | Update clippy | Manish Goregaokar | -0/+5 |
| 2019-11-10 | download .tar.xz if python3 is used | Guanqun Lu | -9/+23 |
| 2019-11-10 | make the error message more readable | Guanqun Lu | -3/+3 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -1/+1 |
| 2019-11-05 | Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichton | bors | -5/+5 |
| 2019-10-31 | Rollup merge of #65274 - pietroalbini:ci-upload-toolstate, r=alexcrichton | Mazdak Farrokhzad | -0/+4 |
| 2019-10-30 | Statically link libstdc++ on windows-gnu | Mateusz MikuĊa | -5/+5 |
| 2019-10-30 | ci: move toolstates.json to /tmp/toolstate/ and docker mount it | Pietro Albini | -0/+4 |
| 2019-10-29 | Rollup merge of #65920 - smaeul:patch/workspace-hack, r=alexcrichton | Tyler Mandry | -0/+1 |
| 2019-10-29 | Rollup merge of #65843 - xen0n:mips64-musl-targets-with-ci, r=alexcrichton | Tyler Mandry | -0/+4 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -0/+4 |
| 2019-10-28 | Use rustc-workspace-hack for rustbook | Samuel Holland | -0/+1 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -1/+1 |
| 2019-10-26 | ci: add support for MIPS64 musl targets | Wang Xuerui | -0/+4 |
| 2019-10-26 | use plain cargo to install xargo | Ralf Jung | -11/+1 |
| 2019-10-26 | bootstrap now takes care of installing xargo | Ralf Jung | -4/+21 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -0/+4 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -55/+143 |
| 2019-10-25 | Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-Simulacrum | Mazdak Farrokhzad | -15/+15 |
| 2019-10-24 | reorder TomlTarget struct's fields based on the order in config.toml.example | Guanqun Lu | -2/+2 |
| 2019-10-24 | reorder Rust struct's fields based on the order in config.toml.example | Guanqun Lu | -5/+5 |
| 2019-10-24 | reorder Install struct's fields based on the order in config.toml.example | Guanqun Lu | -1/+1 |
| 2019-10-24 | reorder Build struct's fields based on the order in config.toml.example | Guanqun Lu | -4/+4 |
| 2019-10-24 | reorder Llvm struct's fields based on the order in config.toml.example | Guanqun Lu | -3/+3 |
| 2019-10-24 | Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini | bors | -55/+143 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -99/+39 |
| 2019-10-22 | Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum | bors | -92/+34 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -92/+34 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -1/+1 |