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
/
unicode
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Stabilize UNICODE_VERSION (feature unicode_version)
Pyfisch
-1
/
+6
2020-04-11
Store UNICODE_VERSION as a tuple
Pyfisch
-28
/
+5
2020-03-27
Remove separate encoding for a single nonzero-mapping byte
Mark Rousskov
-15
/
+7
2020-03-27
Add skip list based implementation for smaller encoding
Mark Rousskov
-777
/
+244
2020-03-21
Avoid relying on const parameters to function
Mark Rousskov
-4
/
+4
2020-03-21
Arrange for zero to be canonical
Mark Rousskov
-252
/
+227
2020-03-21
Push the byte of LAST_CHUNK_MAP into the array
Mark Rousskov
-35
/
+35
2020-03-21
Deduplicate test and primary range_search definitions
Mark Rousskov
-46
/
+50
2020-03-21
Add a right shift mapping
Mark Rousskov
-825
/
+782
2020-03-21
Shrink bitset words through functional mapping
Mark Rousskov
-413
/
+962
2020-03-20
Pre-pop zero chunks before mapping LAST_CHUNK_MAP
Mark Rousskov
-88
/
+72
2020-03-20
Dynamically choose best chunk size
Mark Rousskov
-119
/
+95
2020-03-11
Regenerate tables for Unicode 13.0.0
Josh Stone
-445
/
+462
2020-01-14
Replace old tables with new unicode data
Mark Rousskov
-3179
/
+2343
2020-01-14
Add support code for new unicode_data module
Mark Rousskov
-5
/
+49
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-11-29
Make libcore/unicode/tables.rs compatible with rustfmt
David Tolnay
-29
/
+36
2019-11-29
Make libcore/unicode/printable.rs compatible with rustfmt
David Tolnay
-4
/
+11
2019-11-26
Format libcore with rustfmt
David Tolnay
-6
/
+6
2019-09-06
it's more pythonic to use 'is not None' in python files
Guanqun Lu
-1
/
+1
2019-09-04
remove XID and Pattern_White_Space unicode tables from libcore
Aleksey Kladov
-385
/
+4
2019-08-05
Make some items in core::unicode private
Matthew Jasper
-20
/
+20
2019-07-26
Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm
Mazdak Farrokhzad
-2
/
+2
2019-07-12
allow clippy::unreadable_literal in unicode tables
Andy Russell
-4
/
+4
2019-07-12
Regenerate character tables for Unicode 12.1
Josh Stone
-734
/
+765
2019-07-12
Update unicode scripts for the current coding style
Josh Stone
-5
/
+5
2019-07-06
Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkor
Mazdak Farrokhzad
-352
/
+740
2019-07-01
Address review remarks in unicode.py
Paweł Romanowski
-55
/
+61
2019-06-10
Apply suggestions from code review
Paweł Romanowski
-4
/
+5
2019-04-19
Refactor and document unicode.py script
Paweł Romanowski
-302
/
+518
2019-04-18
Fix tidy errors
Paweł Romanowski
-2
/
+3
2019-04-18
More cleanups for unicode.py
Paweł Romanowski
-25
/
+23
2019-04-18
Clean up unicode.py script
Paweł Romanowski
-103
/
+269
2019-04-18
libcore => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-90
/
+1
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-6
/
+6
2018-11-10
revert making internal APIs const fn.
Mazdak Farrokhzad
-1
/
+1
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-2
/
+1
2018-08-01
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
bors
-30
/
+44
2018-07-06
Handle array manually in string case conversion methods
Pazzaz
-0
/
+3
2018-06-17
Treat gc=No characters as numeric
David Corbett
-30
/
+44
2018-06-11
Regenerate character tables for Unicode 11
Josh Stone
-1120
/
+1214
2018-05-21
Fix tables.rs
varkor
-6
/
+45
2018-05-21
Avoid counting characters and add explanatory comment to test
varkor
-1
/
+1
2018-05-21
Use Grapheme_Extend instead of Mn
varkor
-166
/
+129
2018-05-21
Use the correct output directory for downloading Unicode files
varkor
-2
/
+1
2018-05-21
Escape combining characters in escape_debug
varkor
-1
/
+1
2018-05-21
Keep tables.rs copyright notice up to date
varkor
-5
/
+5
2018-05-21
Download unicode data files in directory of unicode.py
varkor
-7
/
+11
2018-05-21
Update unicode/tables.rs with Mn
varkor
-1
/
+121
[next]