rust/src/libstd
Kevin Ballard 0a380a9318 Implement io::Seek for io::BufReader<R> where R: io::Seek
Seeking the `BufReader` discards the internal buffer (and adjusts the
offset appropriately when seeking with `SeekFrom::Current(_)`).
2015-04-08 21:25:58 -07:00
..
collections Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
ffi rollup merge of #23919: alexcrichton/stabilize-io-error 2015-03-31 16:18:55 -07:00
io Implement io::Seek for io::BufReader<R> where R: io::Seek 2015-04-08 21:25:58 -07:00
net std: Changing the meaning of the count to splitn 2015-04-01 13:29:42 -07:00
num Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
old_io Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
old_path rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
prelude std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
rand iOS: os::last_os_error() fallout 2015-04-01 20:38:58 +03:00
rt Tweak relese notes + rebase fixes 2015-04-02 00:18:45 -07:00
sync Test fixes and rebase conflicts, round 2 2015-04-01 18:38:24 -07:00
sys fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
thread rollup merge of #23860: nikomatsakis/copy-requires-clone 2015-04-01 18:37:54 -07:00
time Stabilize std::num 2015-03-31 07:50:25 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs Test fixes and rebase conflicts, round 3 2015-03-27 16:09:54 -07:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
env.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
error.rs std: impl From<String> for Box<Error + Send> 2015-04-02 21:10:25 +01:00
fs.rs Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichton 2015-04-02 18:17:48 +00:00
lib.rs Don't speak of old_io 2015-04-03 15:24:47 -04:00
macros.rs rollup merge of #23879: seanmonstar/del-from-error 2015-03-31 15:53:39 -07:00
os.rs rollup merge of #23879: seanmonstar/del-from-error 2015-03-31 15:53:39 -07:00
panicking.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
path.rs rollup merge of #23951: alexcrichton/splitn 2015-04-01 13:30:08 -07:00
process.rs Update android tests to reflect API switch from os::env to env::vars. 2015-04-01 11:59:51 +02:00
rtdeps.rs
thunk.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs