bors 1d5c52d8a1 auto merge of #12204 : alexcrichton/rust/seek, r=pcwalton
This adopts the rules posted in #10432:

1. If a seek position is negative, then an error is generated
2. Seeks beyond the end-of-file are allowed. Future writes will fill the gap
   with data and future reads will return errors.
3. Seeks within the bounds of a file are fine.

Closes #10432
2014-02-12 08:11:46 -08:00
..
2014-02-11 19:58:44 -08:00
2014-02-03 09:32:33 -08:00
2014-01-07 18:49:13 -08:00
2014-01-09 15:41:46 +11:00
2014-02-02 02:58:57 +11:00
2014-02-03 09:32:33 -08:00
2014-02-11 14:38:36 +00:00
2014-02-08 05:39:50 +11:00
2014-02-03 09:32:33 -08:00
2014-02-08 15:08:44 +09:00