aboutsummaryrefslogtreecommitdiff
path: root/src/lib/_str.rs
Commit message (Expand)AuthorAgeFilesLines
* Add native vec[u8] to str converter. Put in workaround for leak in str to ve...Roy Frostig2010-08-111-4/+31
* Implement _str.len() to return the number of bytes, rename it to byte_len(),Jeffrey Yasskin2010-08-061-5/+10
* Mop up workarounds in stdlib no longer required as issue #93 is closed.Graydon Hoare2010-08-051-3/+2
* Add to std._io some formatter/type-specific-writer mechanism. Make a few typ...Roy Frostig2010-08-041-0/+19
* Ensure that functions that should return a value do; issue 41Patrick Walton2010-07-161-0/+1
* Add differently-typed refcount synonyms to _str and _vec.Graydon Hoare2010-07-131-0/+1
* Uint-ify various bits of _str and _vec, enrich _vec a bit.Graydon Hoare2010-07-051-2/+2
* Populate tree.Graydon Hoare2010-06-231-0/+23