]> git.lizzy.rs Git - rust.git/commit
auto merge of #10333 : huonw/rust/ascii, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 8 Nov 2013 03:16:11 +0000 (19:16 -0800)
committerbors <bors@rust-lang.org>
Fri, 8 Nov 2013 03:16:11 +0000 (19:16 -0800)
commit27eb85daed8ddf2a59942d3722541aed288b29af
treead0fba2a564bdf95c50eb0dfba8b734e2a0e4359
parentf00bb2ec0462cba7ad9be04db44a3b1255aaafc6
parentb95a8c63fd7f89d38dc5ddee106cb0865274874e
auto merge of #10333 : huonw/rust/ascii, r=alexcrichton

This renames to_str_ascii to as_str_ascii and makes it non-copying,
which is possible now that strings no longer have a hidden extra
byte/null terminator.

Fixes #6120.