aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-vec-str-conversions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Add native vec[u8] to str converter. Put in workaround for leak in str to ↵Roy Frostig2010-08-111-0/+41
vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers.