mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
David Tolnay
|
c737169fe5
|
Format libcore with rustfmt (including tests and benches)
|
2019-12-06 20:20:51 -08:00 |
|
Oliver Middleton
|
911a633bb1
|
Remove copy paste error in char tests
Co-Authored-By: xfix <konrad@borowski.pw>
|
2019-02-27 14:44:20 +01:00 |
|
Konrad Borowski
|
988b3d5f9e
|
Implement ExactSizeIterator for ToLowercase and ToUppercase
|
2019-02-27 14:30:15 +01:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
bors
|
c4156768aa
|
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
Treat gc=No characters as numeric
[`char::is_numeric`](https://doc.rust-lang.org/std/primitive.char.html#method.is_numeric) and [`char::is_alphanumeric`](https://doc.rust-lang.org/std/primitive.char.html#method.is_alphanumeric) are documented to be defined “in terms of the Unicode General Categories 'Nd', 'Nl', 'No'”, but unicode.py does not group 'No' with the other 'N' categories. These functions therefore currently return `false` for characters like ⟨¾⟩ and ⟨①⟩.
|
2018-08-01 17:44:25 +00:00 |
|
Simon Sapin
|
4ca77f702f
|
Remove unstable and deprecated APIs
|
2018-07-30 18:18:23 +02:00 |
|
David Corbett
|
5150ff0c72
|
Treat gc=No characters as numeric
|
2018-06-17 13:47:47 -04:00 |
|
varkor
|
c51f002802
|
Only escape extended grapheme characters in the first position
|
2018-05-21 18:57:54 +01:00 |
|
varkor
|
8c89e7f3d5
|
Make {char, str}::escape_debug and impl Debug for {char, str} consistent
|
2018-05-21 18:57:54 +01:00 |
|
varkor
|
699a2b5c7e
|
Add test for Debug formatting of char
|
2018-05-21 18:57:54 +01:00 |
|
Simon Sapin
|
7cbeddb7b7
|
Deprecate Read::chars and char::decode_utf8
Per FCP:
* https://github.com/rust-lang/rust/issues/27802#issuecomment-377537778
* https://github.com/rust-lang/rust/issues/33906#issuecomment-377534308
|
2018-04-15 08:18:00 +02:00 |
|
Jimmy Cuadra
|
414ee9a254
|
Remove test case that assumes FromStr provides TryFrom<&'a str>.
See https://travis-ci.org/rust-lang/rust/jobs/269861252
|
2017-08-30 04:43:09 -07:00 |
|
tinaun
|
fd9d7aa2cf
|
added FromStr Impl for char
|
2017-06-20 04:38:02 -04:00 |
|
Stjepan Glavina
|
13c744f30d
|
Move libXtest into libX/tests
This change moves:
1. `libcoretest` into `libcore/tests`
2. `libcollectionstest` into `libcollections/tests`
This is a follow-up to #39561.
|
2017-04-03 20:49:39 +02:00 |
|