rust/src/librustc/metadata
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
..
common.rs Remove "unboxed" attribute in code referring to new closures. 2015-01-26 04:15:09 +02:00
creader.rs rustc: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
csearch.rs Record negative trait_impls separatedly 2015-01-16 08:18:55 +01:00
cstore.rs Fallout from stabilization. 2015-01-21 08:11:07 -08:00
decoder.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
encoder.rs std: Rename Writer::write to Writer::write_all 2015-01-26 16:01:58 -08:00
filesearch.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
loader.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
mod.rs
tydecode.rs Adjust most comments and messages to not use "unboxed". 2015-01-26 04:15:09 +02:00
tyencode.rs std: Rename Writer::write to Writer::write_all 2015-01-26 16:01:58 -08:00