rust/src/libcoretest
Alex Crichton 5d836cdf86 std: Rename Writer::write to Writer::write_all
In preparation for upcoming changes to the `Writer` trait (soon to be called
`Write`) this commit renames the current `write` method to `write_all` to match
the semantics of the upcoming `write_all` method. The `write` method will be
repurposed to return a `usize` indicating how much data was written which
differs from the current `write` semantics. In order to head off as much
unintended breakage as possible, the method is being deprecated now in favor of
a new name.

[breaking-change]
2015-01-26 16:01:58 -08:00
..
2015-01-07 19:27:27 -08:00
2015-01-07 19:26:36 -05:00
2015-01-11 11:47:44 -08:00
2015-01-08 03:07:23 -08:00
2015-01-12 17:59:37 -05:00
2015-01-02 08:54:06 -08:00
2015-01-03 23:43:57 -08:00
2014-12-30 13:06:25 +13:00
2015-01-07 12:10:31 +13:00
2015-01-03 23:43:57 -08:00
2015-01-07 17:35:56 -05:00
2015-01-03 23:43:57 -08:00