]> git.lizzy.rs Git - rust.git/commit
auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestinger
authorbors <bors@rust-lang.org>
Mon, 22 Apr 2013 23:33:51 +0000 (16:33 -0700)
committerbors <bors@rust-lang.org>
Mon, 22 Apr 2013 23:33:51 +0000 (16:33 -0700)
commit05f9586d0682e87362a5783edc7e5238094b8ae2
treeb5b43357ac886775de44f93791f120511fd706af
parentaba93c6b60a91fc4b6b60408e51b23dbee5f44c9
parentbf4f088eaccfe24d4c30e7bf52e4c2bd20b9ff47
auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestinger

Added Ascii type to use for byte inputs that are known to contain Ascii only.
src/libcore/core.rc
src/libcore/prelude.rs
src/libcore/str.rs