]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9455 : jesseray/rust/master, r=pnkfelix
authorbors <bors@rust-lang.org>
Wed, 25 Sep 2013 10:55:56 +0000 (03:55 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 Sep 2013 10:55:56 +0000 (03:55 -0700)
In "/src/libstd/char.rs", there are function and method definitions for `is_lowercase()`, `is_uppercase()`, `is_whitespace()`, etc. However, there was no function or method for control characters, so I added the `is_control()` function and method definitions along with documentation and tests. Running `./configure && make check` shows that all tests for `is_control()` pass.


Trivial merge