| Age | Commit message (Expand) | Author | Lines |
| 2017-06-22 | Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Mark Simulacrum | -5/+5 |
| 2017-06-22 | Rollup merge of #42805 - stepancheg:forward-python, r=alexcrichton | Mark Simulacrum | -0/+8 |
| 2017-06-22 | Rollup merge of #42804 - Mark-Simulacrum:rustbuild-colors, r=alexcrichton | Mark Simulacrum | -0/+41 |
| 2017-06-22 | Auto merge of #42785 - Mark-Simulacrum:fix-verbose-bootstrap, r=alexcrichton | bors | -9/+9 |
| 2017-06-21 | rustbuild: Fix compiler docs yet again | Oliver Middleton | -5/+5 |
| 2017-06-21 | Make rustc errors colorful. | Mark Simulacrum | -0/+41 |
| 2017-06-21 | Pass path to python from bootstrap.py to bootstrap.rs | Stepan Koltsov | -0/+8 |
| 2017-06-20 | Fixes bootstrapping with custom cargo/rustc. | Mark Simulacrum | -9/+9 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -1/+0 |
| 2017-06-20 | Auto merge of #42571 - tlively:wasm-dev, r=alexcrichton | bors | -0/+17 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -41/+5 |
| 2017-06-18 | Rollup merge of #42720 - murarth:deprecated-collections, r=alexcrichton | Mark Simulacrum | -1/+2 |
| 2017-06-18 | Rollup merge of #42695 - Mark-Simulacrum:fix-verbose, r=alexcrichton | Mark Simulacrum | -9/+8 |
| 2017-06-17 | Reintroduce deprecated `collections` crate | Murarth | -1/+2 |
| 2017-06-16 | Add target to use LLVM wasm backend | Thomas Lively | -0/+17 |
| 2017-06-16 | Auto merge of #42612 - est31:master, r=nagisa | bors | -4/+49 |
| 2017-06-16 | Use custom cargo/rustc paths when parsing flags. | Mark Simulacrum | -9/+8 |
| 2017-06-16 | Fix cross compilation | est31 | -8/+8 |
| 2017-06-16 | Auto merge of #42410 - nagisa:llvmup, r=sanxiyn | bors | -0/+3 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -1/+3 |
| 2017-06-16 | Rollup merge of #42651 - infinity0:master, r=alexcrichton | Corey Farwell | -2/+27 |
| 2017-06-15 | Add a no-system-llvm compilecheck header | Simonas Kazlauskas | -0/+3 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -3/+2 |
| 2017-06-15 | Only run check-linkchecker when actually building docs | Ximin Luo | -1/+1 |
| 2017-06-15 | Ensure that disable-doc builds don't depend on doc targets | Ximin Luo | -1/+26 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+15 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -3/+2 |
| 2017-06-14 | Autogenerate stubs and the summary of the unstable book | est31 | -4/+49 |
| 2017-06-13 | Add libprofiler_builtins to the list of paths for the rust-src component | Marco Castelluccio | -0/+1 |
| 2017-06-13 | Do not execute .asm.js files on wasm32 tests | Marco A L Barbosa | -1/+3 |
| 2017-06-08 | Auto merge of #42491 - RalfJung:bootstrap-help, r=alexcrichton | bors | -2/+7 |
| 2017-06-07 | bootstrap: further clarify build --help | Ralf Jung | -2/+3 |
| 2017-06-06 | Rollup merge of #42485 - Mark-Simulacrum:skip-no-doc, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-06-06 | Rollup merge of #42429 - venkatagiri:llvm_config, r=alexcrichton | Corey Farwell | -0/+4 |
| 2017-06-06 | bootstrap: improve 'build --help' by explaining what exactly the last example... | Ralf Jung | -1/+5 |
| 2017-06-06 | Skip printing for skipped doc tests. | Mark Simulacrum | -1/+1 |
| 2017-06-04 | Skip documentation files without ``` when running markdown tests. | Mark Simulacrum | -16/+15 |
| 2017-06-04 | rustc_llvm: re-run build script if config.toml changes | Venkata Giri Reddy | -0/+4 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+14 |
| 2017-06-03 | Rollup merge of #42382 - alexcrichton:remove-rustflags, r=Mark-Simulacrum | Corey Farwell | -6/+0 |
| 2017-06-03 | Rollup merge of #42363 - cuviper:no-fail-fast, r=alexcrichton | Corey Farwell | -19/+89 |
| 2017-06-03 | Rollup merge of #42354 - Mark-Simulacrum:reduce-verbosity, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-06-02 | Reduce sccache log level. | Mark Simulacrum | -1/+1 |
| 2017-06-02 | rustbuild: Remove RUSTFLAGS logic in rustc shim | Alex Crichton | -6/+0 |
| 2017-06-02 | rustbuild: Add `./x.py test --no-fail-fast` | Josh Stone | -19/+89 |
| 2017-06-02 | Rollup merge of #42225 - brson:vs2017, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-06-02 | ci: Further tone down the test verbosity. | kennytm | -5/+9 |
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -3/+135 |
| 2017-06-01 | Auto merge of #42263 - alexcrichton:fix-copies, r=Mark-Simulacrum | bors | -84/+178 |