| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-15 | std: Delete unused file | Brian Anderson | -52/+0 | |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -2/+0 | |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -69/+0 | |
| This is just an unnecessary trait that no one's ever going to parameterize over and it's more useful to just define the methods directly on the types themselves. The implementors of this type almost always don't want inner_mut_ref() but they're forced to define it as well. | ||||
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -1/+1 | |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -3/+3 | |
| This function had type &[u8] -> ~str, i.e. it allocates a string internally, even though the non-allocating version that take &[u8] -> &str and ~[u8] -> ~str are all that is necessary in most circumstances. | ||||
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+123 | |
