| Age | Commit message (Expand) | Author | Lines |
| 2017-04-19 | Rollup merge of #41374 - steveklabnik:update-mdbook, r=frewsxcv | Corey Farwell | -3/+3 |
| 2017-04-18 | Add top level sections to the Unstable Book. | Corey Farwell | -3/+0 |
| 2017-04-18 | update mdbook | steveklabnik | -3/+3 |
| 2017-04-16 | rustc: expose monomorphic const_eval through on-demand. | Eduard-Mihai Burtescu | -2/+0 |
| 2017-04-16 | rustc_const_eval: move ConstEvalErr to the rustc crate. | Eduard-Mihai Burtescu | -2/+0 |
| 2017-03-31 | Sync all unstable features with Unstable Book; add tidy lint. | Corey Farwell | -0/+3 |
| 2017-03-28 | Fix id generation | Guillaume Gomez | -4/+5 |
| 2017-03-28 | Update to last pulldown version | Guillaume Gomez | -35/+27 |
| 2017-03-28 | Update pulldown version after fix merged | Guillaume Gomez | -1/+16 |
| 2017-03-28 | Replace hoedown with pull in rustdoc | Guillaume Gomez | -0/+2 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -32/+21 |
| 2017-03-20 | travis: Don't set `RUST_LOG` globally | Alex Crichton | -7/+7 |
| 2017-03-15 | Move to using 0.1 versions of crates, rather than GH links | Nick Cameron | -17/+17 |
| 2017-03-15 | Handle feature=rustbuild | Nick Cameron | -1/+1 |
| 2017-03-15 | Add rls-span to do some conversions into rls-data. | Nick Cameron | -0/+1 |
| 2017-03-15 | Use out-of-tree rustc serialize | Nick Cameron | -12/+12 |
| 2017-03-15 | save-analysis: depend on the rls-data crate | Nick Cameron | -11/+42 |
| 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 |