| Age | Commit message (Expand) | Author | Lines |
| 2018-08-31 | Update LLVM submodule | Alex Crichton | -0/+1 |
| 2018-08-31 | use cfg(rustdoc) instead of cfg(dox) in std and friends | QuietMisdreavus | -0/+2 |
| 2018-08-31 | Auto merge of #53832 - pietroalbini:rollup, r=pietroalbini | bors | -3/+5 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -2/+2 |
| 2018-08-30 | Rollup merge of #53753 - RalfJung:keep-stage, r=nikomatsakis | Pietro Albini | -1/+2 |
| 2018-08-30 | Rollup merge of #53740 - japaric:readobj, r=alexcrichton | Pietro Albini | -0/+1 |
| 2018-08-30 | rustbuild: Distribute libLLVM.so with rustc | Alex Crichton | -5/+7 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -2/+2 |
| 2018-08-29 | Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichton | bors | -22/+124 |
| 2018-08-29 | bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds. | Michael Woerister | -16/+46 |
| 2018-08-28 | sort | Jorge Aparicio | -1/+1 |
| 2018-08-28 | expand keep-stage --help text | Ralf Jung | -1/+2 |
| 2018-08-27 | add llvm-readobj to llvm-tools-preview | Jorge Aparicio | -0/+1 |
| 2018-08-24 | Added rustc_codegen_llvm to compiler documentation. | David Wood | -1/+1 |
| 2018-08-20 | bootstrap: Never compiler llvm-emscripten with ThinLTO. | Michael Woerister | -1/+1 |
| 2018-08-20 | bootstrap: Allow for building LLVM with ThinLTO. | Michael Woerister | -4/+58 |
| 2018-08-20 | bootstrap: Allow to invoke cargo with the Usage: rustc [OPTIONS] INPUT | Michael Woerister | -2/+2 |
| 2018-08-20 | bootstrap: Allow to specify ranlib tool used when compiling C++ code. | Michael Woerister | -0/+18 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -3/+3 |
| 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 |