| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
