rust/src/libsyntax/parse
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
..
attr.rs syntax: Forbid non-string literals in meta items. #623 2013-10-30 14:06:22 -07:00
classify.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
comments.rs Remove the extension traits for Readers/Writers 2013-10-28 10:16:45 -07:00
common.rs Warning cleanup 2013-06-29 11:20:04 -04:00
lexer.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
mod.rs Fill out the remaining functionality in io::file 2013-11-03 15:15:42 -08:00
obsolete.rs libsyntax: Get rid of obsolete obsolete warning. 2013-10-25 01:50:57 -04:00
parser.rs librustc: Implement |A| -> B syntax for closures and make bare fn 2013-10-31 10:30:32 -07:00
token.rs librustc: Implement the proc type as sugar for ~once fn and proc 2013-10-29 10:34:17 -07:00