about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2017-02-25build-manifest: Remove old to_hex functionAlex Crichton-17/+1
2017-02-25build-manifest: Fix typos with rust-analysisAlex Crichton-2/+2
2017-02-25Rollup merge of #40031 - cynicaldevil:master, r=est31Eduard-Mihai Burtescu-3/+3
2017-02-25Rollup merge of #40026 - nrc:analysis-manifest, r=alexcrichtonEduard-Mihai Burtescu-0/+10
2017-02-25Rollup merge of #39859 - GuillaumeGomez:rustdoc-test-relative-path, r=alexcri...Eduard-Mihai Burtescu-3/+14
2017-02-22Make path separator replacement for subfiles as wellGuillaume Gomez-1/+1
2017-02-23Added test for inclusive_range_syntax in compile-fail test suiteNikhil Shagrithaya-3/+3
2017-02-22Add save-analysis data to nightly manifests.Nick Cameron-0/+10
2017-02-20Auto merge of #39717 - pnkfelix:check-timestamps-in-compiletest-miropt, r=ale...bors-0/+14
2017-02-20Update mdBook versionSteve Klabnik-1/+1
2017-02-20Enable linkchecker on booksSteve Klabnik-8/+16
2017-02-20Fix #39690: make mir-opt mode for compiletest check timestamps.Felix S. Klock II-0/+14
2017-02-19Update mdbook versionSteve Klabnik-1/+1
2017-02-20Fix rustdoc test with new file pathGuillaume Gomez-3/+14
2017-02-15Rollup merge of #39834 - cseale:feature-gate-static-recursion, r=est31Corey Farwell-1/+1
2017-02-15static recursion test added to compile-fail test suiteColm Seale-1/+1
2017-02-15Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichtonbors-974/+139
2017-02-14Rollup merge of #39790 - zackw:tidy-linelen-exempt-urls, r=alexcrichtonCorey Farwell-2/+57
2017-02-14Rollup merge of #39772 - cseale:staged_api_whitelist_removal, r=est31Corey Farwell-1/+1
2017-02-14Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichtonbors-1/+5
2017-02-14Adding compile fail test for staged_api featureColm Seale-1/+1
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-1/+5
2017-02-13Replace regex-based parser for URL lines with open-coded one.Zack Weinberg-25/+46
2017-02-13fix up linkcheckerSteve Klabnik-1/+17
2017-02-13Add exceptions to tidySteve Klabnik-9/+42
2017-02-13Re-implement rustbook in terms of mdbookSteve Klabnik-971/+87
2017-02-13tidy: exempt URLs from the line length restrictionZack Weinberg-2/+36
2017-02-11Add tested item in the rustdoc --test outputGuillaume Gomez-6/+10
2017-02-10Rollup merge of #39676 - alexcrichton:fix-again, r=brsonCorey Farwell-2/+2
2017-02-10Rollup merge of #39660 - alexcrichton:shasum-dirs, r=brsonCorey Farwell-1/+2
2017-02-09Rollup merge of #39700 - msopena:master, r=est31Corey Farwell-1/+1
2017-02-09Adding compile fail test for const_indexing featureMario-1/+1
2017-02-09Rollup merge of #39647 - japaric:sparc, r=alexcrichtonCorey Farwell-0/+1
2017-02-08Rollup merge of #39599 - alexcrichton:cargo-tarball-name, r=brsonCorey Farwell-0/+2
2017-02-08Actually fix manifest generationAlex Crichton-2/+2
2017-02-08Don't include directory names in shasumsAlex Crichton-1/+2
2017-02-08build-manifest: update TARGETSJorge Aparicio-0/+1
2017-02-08Rollup merge of #39630 - alexcrichton:update-manifest, r=brsonCorey Farwell-4/+13
2017-02-08Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric...Corey Farwell-25/+58
2017-02-08Add more test for rustdoc --testGuillaume Gomez-25/+58
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-27/+49
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-1/+517
2017-02-07Rename manifest_version to manifest-versionAlex Crichton-4/+13
2017-02-06Fix a manifest-generation bug on betaAlex Crichton-0/+2
2017-02-06compiletest: Add caching of test resultsAlex Crichton-1/+48
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-26/+1
2017-02-03Update to last cargo versionGuillaume Gomez-1/+1
2017-02-03Update cargo version to last masterGuillaume Gomez-1/+1
2017-02-03Create new flag to test rustdoc --testGuillaume Gomez-47/+49
2017-02-03Move test from bootstrap to compiletestGuillaume Gomez-14/+84