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-07-27
mv std libs to library/
mark
-2639
/
+0
2020-07-27
Rollup merge of #73858 - tspiteri:const-methods, r=oli-obk
Manish Goregaokar
-10
/
+10
2020-07-22
mark methods as constant since 1.47.0 instead of 1.46.0
Trevor Spiteri
-20
/
+10
2020-06-30
Deny unsafe ops in unsafe fns, part 6
LeSeulArtichaut
-4
/
+0
2020-06-30
Deny unsafe ops in unsafe fns, part 1
LeSeulArtichaut
-2
/
+8
2020-06-29
stabilize const_ascii_ctype_on_intrinsics
Trevor Spiteri
-10
/
+20
2020-06-13
Adjusted some doctests in libcore to use `should_panic`.
Jake Degen
-53
/
+20
2020-05-30
encode_utf8_raw is not always valid UTF-8; clarify comments
Ralf Jung
-7
/
+12
2020-05-30
also expose and use encode_utf16_raw for wtf8
Ralf Jung
-22
/
+39
2020-05-30
expose char::encode_utf8_raw for libstd
Ralf Jung
-40
/
+63
2020-05-28
from_u32_unchecked: check validity when debug assertions are enabled
Ralf Jung
-2
/
+2
2020-05-21
Rollup merge of #72371 - Elrendio:char_documentation, r=steveklabnik
Ralf Jung
-2
/
+4
2020-05-20
FIX - Char documentation for unexperienced users
Elrendio
-2
/
+4
2020-05-03
Try to fix doc links in new `char` methods.
Eduardo Sánchez Muñoz
-16
/
+13
2020-05-03
Make `std::char` functions and constants associated to `char`.
Eduardo Sánchez Muñoz
-2
/
+242
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-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
[next]