rust/src/test/bench
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
..
core-map.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
core-set.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
core-std.rs Fill out the remaining functionality in io::file 2013-11-03 15:15:42 -08:00
core-uint-to-str.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
msgsend-pipes-shared.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
msgsend-pipes.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
msgsend-ring-mutex-arcs.rs
msgsend-ring-rw-arcs.rs
noise.rs Capitalize statics in f32 and f64 mods 2013-10-28 19:35:56 -07:00
rt-messaging-ping-pong.rs
rt-parfib.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
rt-spawn-rate.rs
shootout-ackermann.rs
shootout-binarytrees.rs rewrite shootout-binarytrees.rs to match shootout directives 2013-10-29 08:56:16 +01:00
shootout-chameneos-redux.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
shootout-fannkuch-redux.rs
shootout-fasta-redux.rs
shootout-fasta.rs Fill out the remaining functionality in io::file 2013-11-03 15:15:42 -08:00
shootout-fibo.rs
shootout-k-nucleotide-pipes.rs Test fixes and merge conflicts 2013-10-24 14:21:58 -07:00
shootout-k-nucleotide.data
shootout-k-nucleotide.rs
shootout-mandelbrot.rs
shootout-nbody.rs
shootout-pfib.rs auto merge of #10072 : brson/rust/modelines, r=thestinger 2013-10-26 02:16:08 -07:00
shootout-pidigits.rs rm useless fast_ffi attributes 2013-10-08 09:03:43 -04:00
shootout-reverse-complement.rs
shootout-spectralnorm.rs
shootout-threadring.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
std-smallintmap.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
sudoku.rs Test fixes and merge conflicts 2013-10-24 14:21:58 -07:00
task-perf-alloc-unwind.rs register snapshots 2013-10-23 18:06:12 -04:00
task-perf-jargon-metal-smoke.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
task-perf-linked-failure.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
task-perf-one-million.rs
task-perf-spawnalot.rs