index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
char
/
methods.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-12
Improve docs on some char boolean methods
BO41
-63
/
+109
2019-09-04
remove XID and Pattern_White_Space unicode tables from libcore
Aleksey Kladov
-23
/
+0
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-12
/
+2
2019-07-25
Fix inconsistent highlight blocks.
Tomasz Różański
-7
/
+7
2019-07-22
add rustc_private as a proper language feature gate
Aleksey Kladov
-7
/
+12
2019-06-30
fix the same typo in doctest
lcolaholicl
-2
/
+2
2019-06-30
Fix a typo
lcolaholicl
-1
/
+1
2019-06-14
Change `...` to `..=` where applicable
Aaron Kutch
-17
/
+17
2019-04-18
libcore => 2018
Taiki Endo
-4
/
+5
2019-02-12
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
bors
-3
/
+1
2019-02-12
Make the prema-unstable char::escape_debug_ext method crate-private
Simon Sapin
-3
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-10
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-14
core/char: Add comment to `to_digit()`
Tobias Bieniek
-0
/
+3
2018-11-14
core/char: Drop `radix == 10` special case
Tobias Bieniek
-8
/
+1
2018-11-13
core/char: Speed up `to_digit()` for `radix <= 10`
Tobias Bieniek
-5
/
+20
2018-11-13
core/char: Replace condition + `panic!()` with `assert!()`
Tobias Bieniek
-3
/
+1
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-1
/
+1
2018-08-05
Correct invalid feature attributes
varkor
-20
/
+0
2018-08-01
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
bors
-4
/
+4
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-9
/
+9
2018-06-17
Treat gc=No characters as numeric
David Corbett
-4
/
+4
2018-05-21
Only escape extended grapheme characters in the first position
varkor
-12
/
+22
2018-05-21
Use Grapheme_Extend instead of Mn
varkor
-8
/
+8
2018-05-21
Remove example in test for is_nonspacing_mark because it's currently private
varkor
-10
/
+0
2018-05-21
Escape combining characters in escape_debug
varkor
-2
/
+24
2018-04-12
Move core::char::printable to core::unicode::printable
Simon Sapin
-1
/
+1
2018-04-12
Remove the CharExt trait, now that libcore has inherent methods for char
Simon Sapin
-153
/
+104
2018-04-12
Move the rest of core::unicode::char to core::unicode
Simon Sapin
-0
/
+1442