diff options
| author | Brian Anderson <[email protected]> | 2011-05-11 00:05:03 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-11 01:38:16 -0400 |
| commit | e35984b6c67f2adf1c12d84c48fdf4f01be020e5 (patch) | |
| tree | 73ee96cb57bcb696357ccc9252b2dd499905131e /src/rt/rustrt.def.in | |
| parent | More alias-ification of trans. (diff) | |
| download | rust-e35984b6c67f2adf1c12d84c48fdf4f01be020e5.tar.xz rust-e35984b6c67f2adf1c12d84c48fdf4f01be020e5.zip | |
Introduce str_slice runtime function
This reduces the time to execute the new lib-str tests from 1:40ish to a few
seconds and will eventually allow the full lib-sha1 test to run in a
reasonable amount of time. XFAIL lib-str in stage0 - it will run very slowly
until the next snapshot.
Diffstat (limited to 'src/rt/rustrt.def.in')
| -rw-r--r-- | src/rt/rustrt.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index b2d42463..1258f97b 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -32,6 +32,7 @@ str_from_buf str_from_cstr str_from_vec str_push_byte +str_slice str_vec task_sleep unsafe_vec_to_mut |