rust/src/test
Aaron Turon 6987ad22e4 Make most of std::rt private
Previously, the entire runtime API surface was publicly exposed, but
that is neither necessary nor desirable. This commit hides most of the
module, using librustrt directly as needed. The arrangement will need to
be revisited when rustrt is pulled into std.

[breaking-change]
2014-11-20 17:19:24 -08:00
..
auxiliary Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures and overloaded_calls feature gates. 2014-11-18 12:32:38 -05:00
bench Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
codegen
compile-fail auto merge of #18750 : nikomatsakis/rust/issue-18333-skolemize-open-existential, r=nrc 2014-11-20 19:26:40 +00:00
compile-fail-fulldeps Fix an ICE when using struct patterns with traits 2014-11-17 21:49:41 +01:00
debuginfo Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
pretty Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
run-fail Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
run-make Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
run-pass Make most of std::rt private 2014-11-20 17:19:24 -08:00
run-pass-fulldeps Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
run-pass-valgrind