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
Age
Commit message (
Expand
)
Author
Lines
2020-02-11
Improve `char::is_ascii_*` code
Andrea Canciani
-10
/
+40
2020-02-08
Make the ASCII ctype inherent methods const
Dylan MacKenzie
-10
/
+20
2020-01-14
Replace old tables with new unicode data
Mark Rousskov
-10
/
+10
2019-12-23
Minimize unsafety in encode_utf8
Mark Rousskov
-30
/
+29
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-4
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+4
2019-12-11
Some small readability improvements
Andre Bogus
-10
/
+5
2019-11-26
Format libcore with rustfmt
David Tolnay
-83
/
+57
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-1
/
+5
2019-10-12
Improve docs on some char boolean methods
BO41
-63
/
+109
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-34
/
+32
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
-18
/
+18
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-10
/
+9
2019-04-18
libcore => 2018
Taiki Endo
-13
/
+16
2019-03-19
Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin
Mazdak Farrokhzad
-0
/
+22
2019-03-19
Update since annotation for ExactSizeIterator for ToUppercase/Lowercase
Konrad Borowski
-2
/
+2
2019-02-27
Implement ExactSizeIterator for ToLowercase and ToUppercase
Konrad Borowski
-0
/
+22
2019-02-13
Stabilize TryFrom and TryInto
Simon Sapin
-4
/
+4
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
-11
/
+11
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-21
update various stdlib docs
Steve Klabnik
-4
/
+2
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
reduce list to functions callable in const ctx.
Mazdak Farrokhzad
-1
/
+1
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-2
/
+2
2018-09-25
Add examples for doc
Son
-4
/
+22
2018-08-20
Add doc for impl From in char_convert
Son
-0
/
+8
2018-08-12
Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm
Guillaume Gomez
-2
/
+2
2018-08-05
Correct invalid feature attributes
varkor
-20
/
+0
2018-08-04
Remove explicit returns where unnecessary
ljedrz
-2
/
+2
2018-08-01
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
bors
-4
/
+4
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-132
/
+0
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-18
/
+18
2018-06-17
Treat gc=No characters as numeric
David Corbett
-4
/
+4
2018-05-30
mod.rs isn't beautiful
uuttff8
-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
[next]