rust/src/librustc_trans
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
..
back std: Rename Writer::write to Writer::write_all 2015-01-26 16:01:58 -08:00
save Fallout of io => old_io 2015-01-26 16:01:16 -08:00
trans Adjust most comments and messages to not use "unboxed". 2015-01-26 04:15:09 +02:00
lib.rs Set allow(unstable) in crates that use unstable features 2015-01-17 16:38:04 -08:00
README.txt

See the README.txt in ../librustc.