rust/src/test
Alex Crichton 3649c2a39f rollup merge of #19273: ogham/rename-file-types
All of the enum components had a redundant 'Type' specifier: TypeSymlink, TypeDirectory, TypeFile. This change removes them, replacing them with a namespace: FileType::Symlink, FileType::Directory, and FileType::RegularFile.

RegularFile is used instead of just File, as File by itself could be mistakenly thought of as referring to the struct.

Part of #19253.
2014-11-26 16:49:35 -08:00
..
auxiliary std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
bench Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rollup merge of #19266: aochagavia/const 2014-11-26 16:49:35 -08:00
compile-fail-fulldeps Fix an ICE when using struct patterns with traits 2014-11-17 21:49:41 +01:00
debuginfo removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
pretty Fixes to the roll-up 2014-11-23 15:23:39 -05:00
run-fail Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00
run-make auto merge of #19133 : nodakai/rust/run-make-tests-missing-extracflags, r=alexcrichton 2014-11-22 14:46:38 +00:00
run-pass rollup merge of #19273: ogham/rename-file-types 2014-11-26 16:49:35 -08:00
run-pass-fulldeps Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
run-pass-valgrind Move some tests to run-pass-valgrind 2014-10-23 13:52:34 +13:00