about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2015-12-03Fix typoJake Worth-1/+1
2015-11-30Re-enable testing the bookSteve Klabnik-2/+2
2015-11-17Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichtonbors-3/+4
2015-11-12libtest: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libterm: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libsyntax: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libserialize: deny warnings in doctestsKevin Butler-1/+1
2015-11-12librbml: deny warnings in doctestsKevin Butler-1/+1
2015-11-12librand: deny warnings in doctestsKevin Butler-1/+1
2015-11-12liblog: deny warnings in doctestsKevin Butler-1/+2
2015-11-12libgraphviz: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libgetopts: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libfmt_macros: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libflate: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libarena: deny warnings in doctestsKevin Butler-1/+1
2015-11-11pass stdc++ library path after LVVM library pathSébastien Marie-3/+4
2015-11-09std: Migrate to the new libcAlex Crichton-1/+2
2015-09-17rmake: Get all tests passing on MSVCAlex Crichton-2/+7
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-1/+2
2015-08-13Auto merge of #27625 - wthrowe:find, r=alexcrichtonbors-2/+3
2015-08-12Whitelist .pp files in tidy-binariesWilliam Throwe-1/+1
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-1/+6
2015-08-10Make tidy-binaries find invocation work on LinuxWilliam Throwe-1/+2
2015-08-06Fix setting of PATH for `make check` on windowsDiggory Blake-1/+2
2015-08-03rename TARPL to The RustinomiconAlexis Beingessner-2/+2
2015-07-13update build to make tarplAlexis Beingessner-1/+2
2015-06-02Auto merge of #25654 - petrochenkov:encenv, r=alexcrichtonbors-5/+6
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-5/+6
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-5/+0
2015-05-19mk: Fix native LLVM deps for cross-host buildsAlex Crichton-2/+2
2015-04-29add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`.Felix S. Klock II-0/+7
2015-04-26Add a new test group, rfail-full that runs rfail tests with fulldeps.Ryan Prichard-2/+18
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-8/+10
2015-04-22Fix the dependency for the pretty-rpass-full testsRyan Prichard-8/+10
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+2
2015-04-07mk: Stop documenating non-facade cratesAlex Crichton-2/+4
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-1/+1
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-1/+16
2015-03-27check: Warn users with nonzero RLIMIT_CORERicho Healey-1/+6
2015-03-25make it use gdb instead of lldb when mac-android cross compileSae-bom Kim-0/+5
2015-03-16join lines in makefileJorge Aparicio-2/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-1/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-1/+5
2015-03-13Avoid passing -L "" during cross-compilation.Ryan Prichard-1/+1
2015-03-11mk/tests: filter more possible debug-assertionsCody P Schafer-1/+1
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-1/+1
2015-03-03Make build timestamp files robust in face of concurrent source modification.Felix S. Klock II-7/+16
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-1/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-4/+13
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-12/+13