| Age | Commit message (Expand) | Author | Lines |
| 2017-02-25 | build-manifest: Remove old to_hex function | Alex Crichton | -17/+1 |
| 2017-02-25 | build-manifest: Fix typos with rust-analysis | Alex Crichton | -2/+2 |
| 2017-02-25 | Rollup merge of #40031 - cynicaldevil:master, r=est31 | Eduard-Mihai Burtescu | -3/+3 |
| 2017-02-25 | Rollup merge of #40026 - nrc:analysis-manifest, r=alexcrichton | Eduard-Mihai Burtescu | -0/+10 |
| 2017-02-25 | Rollup merge of #39859 - GuillaumeGomez:rustdoc-test-relative-path, r=alexcri... | Eduard-Mihai Burtescu | -3/+14 |
| 2017-02-22 | Make path separator replacement for subfiles as well | Guillaume Gomez | -1/+1 |
| 2017-02-23 | Added test for inclusive_range_syntax in compile-fail test suite | Nikhil Shagrithaya | -3/+3 |
| 2017-02-22 | Add save-analysis data to nightly manifests. | Nick Cameron | -0/+10 |
| 2017-02-20 | Auto merge of #39717 - pnkfelix:check-timestamps-in-compiletest-miropt, r=ale... | bors | -0/+14 |
| 2017-02-20 | Update mdBook version | Steve Klabnik | -1/+1 |
| 2017-02-20 | Enable linkchecker on books | Steve Klabnik | -8/+16 |
| 2017-02-20 | Fix #39690: make mir-opt mode for compiletest check timestamps. | Felix S. Klock II | -0/+14 |
| 2017-02-19 | Update mdbook version | Steve Klabnik | -1/+1 |
| 2017-02-20 | Fix rustdoc test with new file path | Guillaume Gomez | -3/+14 |
| 2017-02-15 | Rollup merge of #39834 - cseale:feature-gate-static-recursion, r=est31 | Corey Farwell | -1/+1 |
| 2017-02-15 | static recursion test added to compile-fail test suite | Colm Seale | -1/+1 |
| 2017-02-15 | Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichton | bors | -974/+139 |
| 2017-02-14 | Rollup merge of #39790 - zackw:tidy-linelen-exempt-urls, r=alexcrichton | Corey Farwell | -2/+57 |
| 2017-02-14 | Rollup merge of #39772 - cseale:staged_api_whitelist_removal, r=est31 | Corey Farwell | -1/+1 |
| 2017-02-14 | Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichton | bors | -1/+5 |
| 2017-02-14 | Adding compile fail test for staged_api feature | Colm Seale | -1/+1 |
| 2017-02-14 | Automatically vendor Cargo deps when building the source tarballs. | Eduard-Mihai Burtescu | -1/+5 |
| 2017-02-13 | Replace regex-based parser for URL lines with open-coded one. | Zack Weinberg | -25/+46 |
| 2017-02-13 | fix up linkchecker | Steve Klabnik | -1/+17 |
| 2017-02-13 | Add exceptions to tidy | Steve Klabnik | -9/+42 |
| 2017-02-13 | Re-implement rustbook in terms of mdbook | Steve Klabnik | -971/+87 |
| 2017-02-13 | tidy: exempt URLs from the line length restriction | Zack Weinberg | -2/+36 |
| 2017-02-11 | Add tested item in the rustdoc --test output | Guillaume Gomez | -6/+10 |
| 2017-02-10 | Rollup merge of #39676 - alexcrichton:fix-again, r=brson | Corey Farwell | -2/+2 |
| 2017-02-10 | Rollup merge of #39660 - alexcrichton:shasum-dirs, r=brson | Corey Farwell | -1/+2 |
| 2017-02-09 | Rollup merge of #39700 - msopena:master, r=est31 | Corey Farwell | -1/+1 |
| 2017-02-09 | Adding compile fail test for const_indexing feature | Mario | -1/+1 |
| 2017-02-09 | Rollup merge of #39647 - japaric:sparc, r=alexcrichton | Corey Farwell | -0/+1 |
| 2017-02-08 | Rollup merge of #39599 - alexcrichton:cargo-tarball-name, r=brson | Corey Farwell | -0/+2 |
| 2017-02-08 | Actually fix manifest generation | Alex Crichton | -2/+2 |
| 2017-02-08 | Don't include directory names in shasums | Alex Crichton | -1/+2 |
| 2017-02-08 | build-manifest: update TARGETS | Jorge Aparicio | -0/+1 |
| 2017-02-08 | Rollup merge of #39630 - alexcrichton:update-manifest, r=brson | Corey Farwell | -4/+13 |
| 2017-02-08 | Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric... | Corey Farwell | -25/+58 |
| 2017-02-08 | Add more test for rustdoc --test | Guillaume Gomez | -25/+58 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -27/+49 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -1/+517 |
| 2017-02-07 | Rename manifest_version to manifest-version | Alex Crichton | -4/+13 |
| 2017-02-06 | Fix a manifest-generation bug on beta | Alex Crichton | -0/+2 |
| 2017-02-06 | compiletest: Add caching of test results | Alex Crichton | -1/+48 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -26/+1 |
| 2017-02-03 | Update to last cargo version | Guillaume Gomez | -1/+1 |
| 2017-02-03 | Update cargo version to last master | Guillaume Gomez | -1/+1 |
| 2017-02-03 | Create new flag to test rustdoc --test | Guillaume Gomez | -47/+49 |
| 2017-02-03 | Move test from bootstrap to compiletest | Guillaume Gomez | -14/+84 |