]> git.lizzy.rs Git - rust.git/commit
libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and `pop_by...
authorPiotr Czarnecki <pioczarn@gmail.com>
Sun, 9 Mar 2014 21:55:43 +0000 (22:55 +0100)
committerPiotr Czarnecki <pioczarn@gmail.com>
Mon, 10 Mar 2014 12:55:02 +0000 (13:55 +0100)
commit0349f2ae8a7462c72345717671269224f50ec606
tree53f1415f7f4b29773f2a82630196566184cbf15d
parent62f1d68439dcfd509eaca29887afa97f22938373
libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and `pop_byte` to return an Option instead of failing
src/libglob/lib.rs
src/libstd/str.rs
src/test/run-pass/utf8_chars.rs