about summary refs log tree commit diff
path: root/src/libstd/sys/windows/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-23 10:46:14 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-26 16:01:58 -0800
commit5d836cdf8666ce0af6911a0c89dffea4da74b374 (patch)
treea56491c0834f386aa44b9190d9ba493c60dce7b0 /src/libstd/sys/windows/stack_overflow.rs
parent3a07f859b880bfe4dd6f095c959422d7c6b53831 (diff)
downloadrust-5d836cdf8666ce0af6911a0c89dffea4da74b374.tar.gz
rust-5d836cdf8666ce0af6911a0c89dffea4da74b374.zip
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]
Diffstat (limited to 'src/libstd/sys/windows/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions