rust/src/test
Alex Crichton 0e272de69f mk: Switch rustbuild to the default build system
This commit switches the default build system for Rust from the makefiles to
rustbuild. The rustbuild build system has been in development for almost a year
now and has become quite mature over time. This commit is an implementation of
the proposal on [internals] which slates deletion of the makefiles on
2016-01-02.

[internals]: https://internals.rust-lang.org/t/proposal-for-promoting-rustbuild-to-official-status/4368

This commit also updates various documentation in `README.md`,
`CONTRIBUTING.md`, `src/bootstrap/README.md`, and throughout the source code of
rustbuild itself.

Closes #37858
2016-12-07 00:30:23 -08:00
..
codegen Ignore test on -windows-gnu. 2016-12-03 15:01:09 -08:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton 2016-12-06 10:54:45 +00:00
compile-fail-fulldeps Allow --test to be used on proc-macro crates 2016-12-02 00:12:20 +10:30
debuginfo debuginfo: Ignore macro-stepping test on aarch64 2016-11-30 12:17:38 -05:00
incremental Rollup merge of #37919 - nikomatsakis:incremental-36168, r=mw 2016-12-03 15:39:51 -05:00
mir-opt update tests 2016-10-04 20:43:43 +03:00
parse-fail Fix fallout in tests. 2016-11-22 01:48:14 +00:00
pretty rustc: desugar UFCS as much as possible during HIR lowering. 2016-11-28 04:18:10 +02:00
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make Auto merge of #37994 - upsuper:msvc-link-opt, r=alexcrichton 2016-12-06 14:16:49 +00:00
run-pass mk: Switch rustbuild to the default build system 2016-12-07 00:30:23 -08:00
run-pass-fulldeps Auto merge of #38107 - keeperofdakeys:proc-macro-test, r=alexcrichton 2016-12-05 14:27:06 +00:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton 2016-12-01 07:07:32 +00:00
ui Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakis 2016-12-06 00:17:24 +00:00