| Age | Commit message (Expand) | Author | Lines |
| 2018-09-29 | Rename sanitizer runtime libraries on OSX | Alex Crichton | -1/+1 |
| 2018-09-18 | rustbuild: drop color handling | Marc-Antoine Perennou | -33/+1 |
| 2018-09-17 | Auto merge of #52036 - collin5:b50509-2, r=collin5 | bors | -24/+4 |
| 2018-09-17 | refactor Builder::cargo, clean deps for cmd!=test | Collins Abitekaniza | -1/+0 |
| 2018-09-12 | remove struct CleanTools | Collins Abitekaniza | -16/+4 |
| 2018-09-12 | clear_if_dirty in Builder::cargo with passed mode | Collins Abitekaniza | -7/+0 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -2/+2 |
| 2018-08-20 | bootstrap: Allow for building LLVM with ThinLTO. | Michael Woerister | -3/+44 |
| 2018-08-06 | Building librustc_codegen_llvm in a separate directory | Mark Rousskov | -4/+5 |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -1/+0 |
| 2018-07-14 | Change keep-stage to only affect the passed stage | Mark Rousskov | -42/+34 |
| 2018-07-13 | Do not attempt to recompile codegen backend(s) with --keep-stage | Mark Rousskov | -0/+10 |
| 2018-07-10 | Deny bare trait objects in `src/bootstrap`. | ljedrz | -1/+1 |
| 2018-07-05 | Auto merge of #51936 - japaric:rust-lld, r=alexcrichton | bors | -2/+5 |
| 2018-07-02 | Change --keep-stage to apply more | Mark Rousskov | -20/+43 |
| 2018-07-02 | Make explicit that assemble is not run from CLI | Mark Rousskov | -1/+1 |
| 2018-06-30 | Notice non-toplevel dll dependencies in rustbuild | Mark Simulacrum | -3/+3 |
| 2018-06-29 | rename rustc's lld to rust-lld | Jorge Aparicio | -2/+5 |
| 2018-06-03 | refactor, make requested changes | Collins Abitekaniza | -3/+3 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -16/+16 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -1/+1 |
| 2018-05-17 | Fix rustc binary metadata overwriting librustc metadata | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -8/+8 |
| 2018-04-18 | Replace Build with Builder | varkor | -1/+1 |
| 2018-04-18 | Abstract LLVM building from bootstrap | varkor | -48/+61 |
| 2018-04-18 | Correct the timestamp for CodegenBackend check | varkor | -0/+2 |
| 2018-04-18 | Add rustc_trans to x.py check | varkor | -3/+3 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -152/+143 |
| 2018-04-09 | Stop emitting color codes on TERM=dumb | Mark Simulacrum | -1/+3 |
| 2018-04-05 | Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton | kennytm | -34/+44 |
| 2018-04-04 | compile other no-std crates | Jorge Aparicio | -1/+4 |
| 2018-04-04 | Revert "create a nostd crate" | Jorge Aparicio | -4/+4 |
| 2018-04-04 | create a nostd crate | Jorge Aparicio | -4/+4 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -19/+19 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -19/+30 |
| 2018-04-03 | Stub out less code | Mark Simulacrum | -1/+0 |
| 2018-04-03 | Make test steps sortable | Mark Simulacrum | -6/+6 |
| 2018-04-03 | Stub out various functions during testing | Mark Simulacrum | -0/+4 |
| 2018-04-01 | add a dist-thumb builder to build rust-std for the THUMB targets | Jorge Aparicio | -34/+41 |
| 2018-04-01 | Remove filetime dep from build_helper | Mark Simulacrum | -1/+1 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -48/+73 |
| 2018-03-25 | rustbuild: Disable docs on cross-compiled builds | Alex Crichton | -6/+5 |
| 2018-03-25 | Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum | kennytm | -13/+14 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -1/+1 |
| 2018-03-17 | rustbuild: Tweak where timing information goes | Alex Crichton | -13/+14 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -3/+7 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+26 |
| 2018-03-04 | Rollup merge of #48664 - Keruspe:codegen, r=alexcrichton | kennytm | -1/+2 |
| 2018-03-02 | make codegen-backends directory name configurable | Marc-Antoine Perennou | -1/+2 |
| 2018-03-01 | Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-Simulacrum | Manish Goregaokar | -1/+2 |