rust/src/tools
Alex Crichton 96283fc083 test: Add a min-llvm-version directive
We've got tests which require a particular version of LLVM to run as they're
testing bug fixes. Our build system, however, supports multiple LLVM versions,
so we can't run these tests on all LLVM versions.

This adds a new `min-llvm-version` directive for tests so they can opt out of
being run on older versions of LLVM. This then namely applies that logic to the
`issue-36023.rs` test case and...

Closes #36138
2016-09-01 16:14:17 -07:00
..
cargotest Update cargo SHA to latest cargo 2016-08-09 10:14:08 -07:00
compiletest test: Add a min-llvm-version directive 2016-09-01 16:14:17 -07:00
error_index_generator
linkchecker Update cargo bootstrap rev and add fix for cargo#3005 2016-08-23 00:05:33 +00:00
rustbook rustbook chapters/sections should be an ordered list. 2016-08-29 23:35:50 -04:00
tidy Check that executable file is in-tree before failing tidy check. 2016-08-19 22:32:40 -06:00