| Age | Commit message (Expand) | Author | Lines |
| 2017-03-11 | Update mdbook to new version | steveklabnik | -40/+40 |
| 2017-03-10 | Don't put Cargo into the rustc workspace | Alex Crichton | -666/+0 |
| 2017-03-04 | Automate timestamp creation and build skipping for native libraries | Vadim Petrochenkov | -2/+2 |
| 2017-03-04 | Support combination MSVC + Ninja | Vadim Petrochenkov | -7/+7 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -0/+1 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -12/+72 |
| 2017-03-01 | Add Cargo as a submodule | Alex Crichton | -13/+619 |
| 2017-02-28 | Rollup merge of #40151 - steveklabnik:update-mdbook, r=frewsxcv | Steve Klabnik | -3/+3 |
| 2017-02-28 | update mdbook version | Steve Klabnik | -3/+3 |
| 2017-02-24 | Auto merge of #39851 - alexcrichton:verify-unstable, r=brson | bors | -15/+0 |
| 2017-02-21 | test: Verify all sysroot crates are unstable | Alex Crichton | -15/+0 |
| 2017-02-20 | Update mdBook version | Steve Klabnik | -3/+3 |
| 2017-02-19 | Update dependencies | Steve Klabnik | -70/+151 |
| 2017-02-13 | Re-implement rustbook in terms of mdbook | Steve Klabnik | -1/+215 |
| 2017-02-10 | Add Emscripten-specific linker | Ingvar Stepanyan | -0/+1 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+44 |
| 2017-02-08 | use helper function in the rebuild logic of the rustc_*san crates | Jorge Aparicio | -0/+4 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+40 |
| 2017-02-08 | Auto merge of #39523 - alexcrichton:fpic, r=aturon | bors | -10/+10 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -0/+1 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -0/+8 |
| 2017-02-06 | compiletest: Add caching of test results | Alex Crichton | -0/+1 |
| 2017-02-04 | Auto merge of #39434 - nikomatsakis:incr-comp-skip-typeck-2, r=eddyb | bors | -0/+1 |
| 2017-02-03 | Pass -fPIC to native compiles on 32-bit | Alex Crichton | -10/+10 |
| 2017-02-03 | Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -16/+0 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -16/+0 |
| 2017-02-02 | store typeck lints in the `TypeckTables` | Niko Matsakis | -0/+1 |
| 2017-02-02 | Fixup crate versions | Vadim Petrochenkov | -2/+2 |
| 2017-02-02 | Build libbacktrace/jemalloc only when their timestamps are older than sources | Vadim Petrochenkov | -0/+3 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -0/+8 |
| 2017-01-25 | rustbuild: Add manifest generation in-tree | Alex Crichton | -0/+8 |
| 2017-01-22 | Remove crate `proc_macro_tokens`. | Jeffrey Seyfried | -7/+0 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -2/+1 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -17/+0 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -1/+0 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -0/+15 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -1/+1 |
| 2016-12-30 | Fix rebase fallout and compilation fixes | est31 | -0/+1 |
| 2016-12-30 | Compilation fixes | est31 | -1/+1 |
| 2016-12-30 | Tidy | Simonas Kazlauskas | -0/+14 |
| 2016-12-20 | mk: Fix compile with makefiles | Alex Crichton | -1/+0 |
| 2016-12-17 | let BSD to use gmake for GNU-make | Sébastien Marie | -0/+1 |
| 2016-12-12 | rustbuild: Update gcc-rs to 0.3.40 | Alex Crichton | -10/+10 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -9/+9 |
| 2016-12-02 | [LLVM] Introduce a stable representation of DIFlags | Jake Goulding | -0/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -7/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -9/+9 |
| 2016-11-19 | Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb | bors | -1/+1 |
| 2016-11-18 | update Cargo.lock | Tim Neumann | -0/+1 |
| 2016-11-17 | Use llvm::Attribute API instead of "raw value" APIs, which will be removed in... | Robin Kruppe | -1/+1 |