rust/src/libstd/rand
Alex Crichton f19d083362 Fill out the remaining functionality in io::file
This adds bindings to the remaining functions provided by libuv, all of which
are useful operations on files which need to get exposed somehow.

Some highlights:

* Dropped `FileReader` and `FileWriter` and `FileStream` for one `File` type
* Moved all file-related methods to be static methods under `File`
* All directory related methods are still top-level functions
* Created `io::FilePermission` types (backed by u32) that are what you'd expect
* Created `io::FileType` and refactored `FileStat` to use FileType and
  FilePermission
* Removed the expanding matrix of `FileMode` operations. The mode of reading a
  file will not have the O_CREAT flag, but a write mode will always have the
  O_CREAT flag.

Closes #10130
Closes #10131
Closes #10121
2013-11-03 15:15:42 -08:00
..
distributions std::rand: share the benchmark counter among the whole module tree. 2013-11-01 22:09:06 +11:00
isaac.rs auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
mod.rs std::rand: share the benchmark counter among the whole module tree. 2013-11-01 22:09:06 +11:00
os.rs Fill out the remaining functionality in io::file 2013-11-03 15:15:42 -08:00
rand_impls.rs std::rand: Make Rng.next_u32 non-default, waiting for #7771. 2013-10-09 22:22:44 +11:00
reader.rs Remove the extension traits for Readers/Writers 2013-10-28 10:16:45 -07:00
reseeding.rs Fix infinite recursion in fill_bytes() 2013-10-31 21:19:47 -05:00