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
/
unicode.py
Age
Commit message (
Expand
)
Author
Lines
2020-01-14
Replace old tables with new unicode data
Mark Rousskov
-878
/
+0
2019-11-29
Make libcore/unicode/tables.rs compatible with rustfmt
David Tolnay
-16
/
+20
2019-09-04
remove XID and Pattern_White_Space unicode tables from libcore
Aleksey Kladov
-5
/
+4
2019-08-05
Make some items in core::unicode private
Matthew Jasper
-4
/
+4
2019-07-12
allow clippy::unreadable_literal in unicode tables
Andy Russell
-3
/
+3
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
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+1
2018-06-17
Treat gc=No characters as numeric
David Corbett
-1
/
+1
2018-05-21
Fix tables.rs
varkor
-1
/
+1
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
-2
/
+3
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
-4
/
+4
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
/
+1
2018-04-12
Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.
Simon Sapin
-0
/
+1
2018-04-12
Remove the CharExt trait, now that libcore has inherent methods for char
Simon Sapin
-1
/
+1
2018-04-12
Move contents of libstd_unicode into libcore
Simon Sapin
-0
/
+501