about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-1057/+0
2016-12-14mk: Fix `make check`Alex Crichton-1/+1
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-18Don't build the lexer verifier during tidyBrian Anderson-2/+1
2016-11-16Fix grammar verificationStefan Schindler-1/+2
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-0/+2
2016-10-31detect gdb version & rust support in compiletestTim Neumann-1/+1
2016-10-23mk: Filter debuginfo=1 from test flagsAlex Crichton-0/+1
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-1/+1
2016-09-01test: Add a min-llvm-version directiveAlex Crichton-0/+1
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-2/+12
2016-06-10Check error index in `make check`Seo Sanghyeon-0/+1
2016-05-13add UI testing frameworkNiko Matsakis-2/+13
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+2
2016-05-07Rollup merge of #33314 - alexcrichton:fix-enable-ccache, r=pnkfelixSteve Klabnik-2/+2
2016-05-06Auto merge of #33228 - nikomatsakis:compiletest-gut, r=acrichtobors-1/+0
2016-05-06kill the old auxiliary directoryNiko Matsakis-1/+0
2016-05-06mk: Try to fix nightlies againAlex Crichton-3/+3
2016-05-05mk: Fix building with --enable-ccacheAlex Crichton-2/+2
2016-05-03mk: Pass CFLAGS for target, not hostAlex Crichton-5/+5
2016-04-28test: Move run-make tests into compiletestAlex Crichton-68/+21
2016-04-25mk: Fix use of deprecated configure varAlex Crichton-1/+1
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-1/+2
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-2/+5
2016-04-19mk: Force system python for LLDB tests on OSXAlex Crichton-1/+2
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-1/+1
2016-04-12tidy: Add a check to ensure Cargo.toml is in syncAlex Crichton-2/+2
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-45/+9
2016-04-06Address nits.Niko Matsakis-1/+1
2016-04-06add incremental test runner and some testsNiko Matsakis-1/+11
2016-04-03mk: Add configure option for disabling codegen testsAlex Crichton-2/+6
2016-03-25Salt test crates in buildsystem.Michael Woerister-1/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-5/+9
2016-02-26Auto merge of #31846 - alexcrichton:better-disable-jemallc, r=brsonbors-2/+2
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-2/+2
2016-02-24Recurse to find test files in any subdirectory of the base path. If aNiko Matsakis-15/+16
2016-02-16pass CXX to run-makeSébastien Marie-1/+2
2016-02-14Auto merge of #31391 - frewsxcv:test, r=alexcrichtonbors-1/+2
2016-02-13Add LLVM ModulePass regression test using run-make.Corey Farwell-1/+2
2016-02-09Update MakefileGuillaume Gomez-10/+33
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-14/+10
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-10/+14
2016-01-30Auto merge of #31274 - brson:nobench, r=nikomatsakisbors-18/+4
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-0/+2
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-0/+2
2016-01-29Remove src/test/benchBrian Anderson-18/+4
2016-01-26Implement the translation item collector.Michael Woerister-1/+11
2016-01-21mk: Remove all perf-related targetsAlex Crichton-25/+2
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-4/+3
2015-12-13Better support for `--llvm-root`.Richard Diamond-1/+3