Files
rust/src/libstd
Yuri Kunde Schlesner 8c55fcd1f2 Add stat method to std::io::fs::File to stat without a Path.
The `FileStat` struct contained a `path` field, which was filled by the
`stat` and `lstat` function. Since this field isn't in fact returned by
the operating system (it was copied from the paths passed to the
functions) it was removed, as in the `fstat` case we aren't working with
a `Path`, but directly with a fd.

If your code used the `path` field of `FileStat` you will now have to
manually store the path passed to `stat` along with the returned struct.

[breaking-change]
2014-05-12 19:52:29 -07:00
..
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-07 08:14:56 -07:00
2014-05-11 01:13:02 -07:00
2014-05-07 11:03:12 -07:00
2014-05-09 21:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-09 14:42:12 -07:00
2014-04-04 09:31:21 -07:00
2014-05-12 02:52:32 -04:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00