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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Stabilize UNICODE_VERSION (feature unicode_version)
Pyfisch
-3
/
+1
2020-04-11
Store UNICODE_VERSION as a tuple
Pyfisch
-2
/
+0
2020-01-14
Replace old tables with new unicode data
Mark Rousskov
-2
/
+2
2019-11-26
Format libcore with rustfmt
David Tolnay
-41
/
+40
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-6
/
+6
2019-04-18
libcore => 2018
Taiki Endo
-4
/
+4
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
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-08-04
Remove explicit returns where unnecessary
ljedrz
-2
/
+2
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-5
/
+0
2018-05-30
mod.rs isn't beautiful
uuttff8
-4
/
+4
2018-04-24
Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler
kennytm
-0
/
+3
2018-04-20
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-1
/
+1
2018-04-15
Deprecate Read::chars and char::decode_utf8
Simon Sapin
-0
/
+3
2018-04-12
Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.
Simon Sapin
-3
/
+3
2018-04-12
Move core::char::printable to core::unicode::printable
Simon Sapin
-1
/
+0
2018-04-12
Remove the CharExt trait, now that libcore has inherent methods for char
Simon Sapin
-28
/
+0
2018-04-12
Move the rest of core::unicode::char to core::unicode
Simon Sapin
-150
/
+138
2018-04-12
Move char conversions into a separate private module.
Simon Sapin
-290
/
+11
2018-04-12
Move char decoding iterators into a separate private module.
Simon Sapin
-120
/
+6
2018-04-12
Reexport from core::unicode::char in core::char rather than vice versa
Simon Sapin
-0
/
+12
2018-04-12
Move the core::char module to its own directory
Simon Sapin
-0
/
+928