about summary refs log tree commit diff
path: root/src/bootstrap/check.rs
AgeCommit message (Expand)AuthorLines
2017-07-04Cleanups to check code.Mark Simulacrum-23/+18
2017-06-22Make Build.cxx() return a Result instead of panickingIan Douglas Scott-1/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-0/+1
2017-06-16Auto merge of #42410 - nagisa:llvmup, r=sanxiynbors-0/+3
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-1/+3
2017-06-15Add a no-system-llvm compilecheck headerSimonas Kazlauskas-0/+3
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+4
2017-06-13Do not execute .asm.js files on wasm32 testsMarco A L Barbosa-1/+3
2017-06-06Skip printing for skipped doc tests.Mark Simulacrum-1/+1
2017-06-04Skip documentation files without ``` when running markdown tests.Mark Simulacrum-16/+15
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+4
2017-06-02rustbuild: Add `./x.py test --no-fail-fast`Josh Stone-15/+46
2017-06-02ci: Further tone down the test verbosity.kennytm-5/+9
2017-06-02ci: Improve log output (mainly Travis).kennytm-0/+9
2017-05-04Add remote device testing supportMátyás Mustoha-1/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+4
2017-04-29Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichtonCorey Farwell-0/+21
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+1
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-113/+27
2017-04-26Add a distcheck for rust-src completenessJosh Stone-0/+21
2017-04-24Run tests for the cargo submodule in treeAlex Crichton-11/+29
2017-03-27Fix various useless derefs and slicingsOliver Schneider-1/+1
2017-03-20skip nostarch directorysteveklabnik-0/+10
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-03-09fix emscripten test detectionTim Neumann-1/+1
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-2/+2
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-2/+7
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+4
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-4/+5
2017-02-08sanitizer supportJorge Aparicio-1/+4
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-26/+93
2017-02-02Fixup crate versionsVadim Petrochenkov-1/+1
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-26/+93
2017-01-13rustbuild: Skip the build_helper crate in testsAlex Crichton-4/+10
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-0/+3
2017-01-04rustbuild: Quickly `dist` cross-host compilersAlex Crichton-0/+11
2016-12-31Auto merge of #38708 - alexcrichton:add-distcheck, r=brsonbors-0/+1
2016-12-31Auto merge of #38667 - alexcrichton:stage0-tools, r=brsonbors-12/+16
2016-12-30rustbuild: Add more deps on android-copy-libsAlex Crichton-0/+4
2016-12-30travis: Add a distcheck targetAlex Crichton-0/+1
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-12/+16
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-4/+14
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-1/+3
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-1/+1
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+3
2016-12-12rustbuild: Enable unstable features in rustdocAlex Crichton-0/+1
2016-12-10Auto merge of #38233 - alexcrichton:more-errors, r=japaricbors-2/+1
2016-12-08rustbuild: Implement distcheckAlex Crichton-0/+30
2016-12-07rustbuild: Print out failing commandsAlex Crichton-2/+1
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-17/+37