rust/src/librustdoc
Alex Crichton 3c3ed1499a Move io::file to io::fs and fns out of File
This renames the `file` module to `fs` because that more accurately describes
its current purpose (manipulating the filesystem, not just files).

Additionally, this adds an UnstableFileStat structure as a nested structure of
FileStat to signify that the fields should not be depended on. The structure is
currently flagged with #[unstable], but it's unlikely that it has much meaning.

Closes #10241
2013-11-04 10:28:55 -08:00
..
html Move io::file to io::fs and fns out of File 2013-11-04 10:28:55 -08:00
clean.rs libsyntax/librustc: Allow specifying mut on ~self. 2013-10-22 21:22:19 -04:00
core.rs Make addl_lib_search_paths a HashSet (Closes #7718). 2013-10-26 10:46:38 -07:00
doctree.rs rustdoc: Generate documentation for foreign items 2013-09-26 11:57:25 -07:00
fold.rs Make Rustdoc strip private fields 2013-10-13 22:28:45 -07:00
lib.rs Fill out the remaining functionality in io::file 2013-11-03 15:15:42 -08:00
passes.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
plugins.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
visit_ast.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00