| Age | Commit message (Expand) | Author | Lines |
| 2018-08-17 | Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunns | bors | -1/+11 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -17/+179 |
| 2018-08-12 | Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe... | Guillaume Gomez | -0/+1 |
| 2018-08-10 | aarch64-unknown-netbsd: add openssl configuration | Jonathan A. Kollasch | -0/+1 |
| 2018-08-08 | [CI] run-make/thumb: remove a trailing space. | Hideki Sekine | -1/+1 |
| 2018-08-08 | [CI] run-make/thumb: remove hacky workaround. | Hideki Sekine | -1/+11 |
| 2018-08-06 | Building librustc_codegen_llvm in a separate directory | Mark Rousskov | -7/+10 |
| 2018-08-04 | Rollup merge of #52969 - Keruspe:local_rebuild, r=alexcrichton | kennytm | -1/+1 |
| 2018-08-02 | Update Cargo submodule | Alex Crichton | -0/+6 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -1/+1 |
| 2018-08-02 | rustbuild: fix local_rebuild | Marc-Antoine Perennou | -1/+1 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -1/+1 |
| 2018-08-01 | [RISCV] Enable CI. | David Craven | -1/+1 |
| 2018-08-01 | Rollup merge of #52853 - RalfJung:bootstrap-help, r=alexcrichton | Pietro Albini | -3/+10 |
| 2018-08-01 | Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-Simulacrum | Pietro Albini | -1/+4 |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -3/+1 |
| 2018-07-30 | improve test stage documentation | Ralf Jung | -2/+6 |
| 2018-07-30 | improve --stage documentation | Ralf Jung | -1/+4 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -11/+11 |
| 2018-07-30 | Add timeout to use of `curl` in bootstrap.py. | kennytm | -1/+4 |
| 2018-07-30 | Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichton | bors | -0/+5 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -4/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -4/+1 |
| 2018-07-29 | Clear out rustdoc check builds if dependencies change | Mark Rousskov | -0/+5 |
| 2018-07-29 | Auto merge of #52755 - kennytm:update-rustfmt, r=nrc | bors | -0/+7 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Copy the test_data/ RLS tests into a writable directory. | kennytm | -0/+7 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -11/+11 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | Refactor is_external_tool into source_type | Tatsuyuki Ishi | -22/+32 |
| 2018-07-25 | bootstrap: use prepare_tool_cargo everywhere | Tatsuyuki Ishi | -24/+22 |
| 2018-07-25 | Discriminate between external and optional tools | Tatsuyuki Ishi | -14/+22 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -12/+34 |
| 2018-07-24 | Rollup merge of #52642 - ljedrz:expect_fun_call, r=Mark-Simulacrum | kennytm | -3/+3 |
| 2018-07-24 | Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-23 | Replace a few expect+format combos with unwrap_or_else+panic | ljedrz | -3/+3 |
| 2018-07-22 | Compile rustc before building tests for rustdoc | Mark Rousskov | -0/+1 |
| 2018-07-23 | Rollup merge of #52594 - Mark-Simulacrum:error-index-stage0, r=alexcrichton | kennytm | -2/+2 |
| 2018-07-22 | Rollup merge of #52465 - sekineh:add-ci-thumb, r=alexcrichton | kennytm | -1/+3 |
| 2018-07-21 | Run the error index tool against the sysroot libdir | Mark Rousskov | -2/+2 |
| 2018-07-21 | Treat no_std(target) == None case correctly. | Hideki Sekine | -1/+1 |
| 2018-07-18 | Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton | kennytm | -0/+2 |
| 2018-07-18 | Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichton | kennytm | -2/+3 |
| 2018-07-17 | Allow clippy to be installed with make install | O01eg | -0/+2 |
| 2018-07-18 | Fix rust issue #52163 | Hideki Sekine | -1/+3 |
| 2018-07-17 | Rollup merge of #52434 - Mark-Simulacrum:incremental-keep-stage, r=alexcrichton | kennytm | -4/+1 |
| 2018-07-16 | Calculate the exact capacity for 2 HashMaps | ljedrz | -1/+1 |
| 2018-07-16 | Enable incremental independent of stage | Mark Rousskov | -4/+1 |
| 2018-07-16 | Revert some changes from #51917 to fix #52317. | O01eg | -2/+3 |
| 2018-07-15 | Auto merge of #52399 - semarie:llvmtools, r=alexcrichton | bors | -0/+9 |