aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-str-buf.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* rustc: Add str_from_cstr() and str_from_buf() functions to the standard ↵Patrick Walton2011-03-161-0/+14
library, as well as a test case