rust/src/libstd/sys/windows
Ben S 3b9dfd6af0 Clean up FileType enum following enum namespacing
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.

[breaking-change]
2014-11-24 23:01:15 +00:00
..
c.rs Runtime removal: add private sys, sys_common modules 2014-11-08 20:40:38 -08:00
fs.rs Clean up FileType enum following enum namespacing 2014-11-24 23:01:15 +00:00
helper_signal.rs Runtime removal: refactor helper threads 2014-11-08 20:40:38 -08:00
mod.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
os.rs Windows and OS X fallout 2014-11-18 20:43:38 +13:00
pipe.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
process.rs Windows and OS X fallout 2014-11-18 20:43:38 +13:00
tcp.rs Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -08:00
thread_local.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
timer.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tty.rs Rename remaining Failures to Panic 2014-11-20 23:45:42 +05:30
udp.rs Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -08:00