| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-25 | char::to_uppercase doc typo: use the 'an' article. | Colin Wallace | -1/+1 | |
| 2017-03-25 | char::to_uppercase doc typo: s/lowercase/uppercase/ | Colin Wallace | -1/+1 | |
| 2017-03-17 | Rollup merge of #40499 - ericfindlay:master, r=steveklabnik | Corey Farwell | -2/+4 | |
| Corrected very minor documentation detail about Unicode and Japanese Japanese half-width and full-width romaji characters do have upper and lowercase according Unicode (but other Japanese characters do not). For example, ` assert_eq!('\u{FF21}'.to_lowercase().collect::<String>(),"\u{FF41}");` r? @steveklabnik | ||||
| 2017-03-15 | Ammended minor documentation detail abour Unicode cases. | Eric Findlay | -2/+4 | |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -7/+7 | |
| This was never established as a convention we should follow in the 'More API Documentation Conventions' RFC: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md | ||||
| 2017-03-14 | Corrected very minor documentation detail about Unicode and Japanese | Eric Findlay | -2/+2 | |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -3/+2 | |
| The versions show up in rustdoc. | ||||
| 2017-01-11 | Implement Display for char Escape*, To*case. | Clar Charr | -49/+150 | |
| 2016-12-16 | Address fallout | Aaron Turon | -2/+0 | |
| 2016-12-15 | Stabilize std::char::{encode_utf8, encode_utf16} | Aaron Turon | -10/+2 | |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -0/+977 | |
| Fixes #26554. | ||||
