rust/src/test
bors 9cc0b22475 Auto merge of #26192 - alexcrichton:features-clean, r=aturon
This commit shards the all-encompassing `core`, `std_misc`, `collections`, and `alloc` features into finer-grained components that are much more easily opted into and tracked. This reflects the effort to push forward current unstable APIs to either stabilization or removal. Keeping track of unstable features on a much more fine-grained basis will enable the library subteam to quickly analyze a feature and help prioritize internally about what APIs should be stabilized.

A few assorted APIs were deprecated along the way, but otherwise this change is just changing the feature name associated with each API. Soon we will have a dashboard for keeping track of all the unstable APIs in the standard library, and I'll also start making issues for each unstable API after performing a first-pass for stabilization.
2015-06-18 19:14:52 +00:00
..
auxiliary Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
bench Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
codegen Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc 2015-06-18 03:16:40 +00:00
compile-fail Auto merge of #26192 - alexcrichton:features-clean, r=aturon 2015-06-18 19:14:52 +00:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
parse-fail Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
pretty Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-fail Auto merge of #26071 - petrochenkov:assert1, r=alexcrichton 2015-06-14 19:42:26 +00:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
run-pass Auto merge of #26192 - alexcrichton:features-clean, r=aturon 2015-06-18 19:14:52 +00:00
run-pass-fulldeps Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00