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
/
tools
/
unicode-table-generator
Age
Commit message (
Expand
)
Author
Lines
2023-04-12
remove some unneeded imports
KaDiWa
-2
/
+0
2023-03-21
Use hex literal for INDEX_MASK
Martin Gammelsæter
-1
/
+1
2023-03-16
Improve case mapping encoding scheme
Martin Gammelsæter
-49
/
+54
2023-03-16
Split unicode case LUTs in single and multi variants
Martin Gammelsæter
-13
/
+45
2023-03-15
Skip serializing ascii chars in case LUTs
Martin Gammelsæter
-14
/
+11
2022-09-04
Address feedback from PR #101401
Sage Mitchell
-4
/
+8
2022-09-04
Make `char::is_lowercase` and `char::is_uppercase` const
Sage Mitchell
-10
/
+16
2022-08-28
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
bors
-6
/
+2
2022-08-27
Rollup merge of #100924 - est31:closure_to_fn_ptr, r=Mark-Simulacrum
Yuki Okushi
-17
/
+16
2022-08-23
Change hint to correct path
est31
-1
/
+1
2022-08-23
Simplify unicode_downloads.rs
est31
-16
/
+15
2022-08-13
avoid cloning and then iterating
KaDiWa
-6
/
+2
2022-07-20
add #inline
Bruce A. MacNaughton
-0
/
+1
2022-07-19
formatted
Bruce A. MacNaughton
-34
/
+20
2022-07-19
working updates
Bruce A. MacNaughton
-2
/
+108
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-8
/
+7
2021-10-06
Let unicode-table-generator fail gracefully for bitsets
Josh Stone
-4
/
+6
2021-10-06
Redo #81358 in unicode-table-generator
Josh Stone
-7
/
+15
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2020-08-24
unicode_table_generator: fix clippy::writeln_empty_string, clippy::useless_fo...
Matthias Krüger
-6
/
+6
2020-08-06
Fix typo "biset" -> "bitset"
Izzy Swart
-1
/
+1
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-04-11
Store UNICODE_VERSION as a tuple
Pyfisch
-1
/
+1
2020-03-27
Update the documentation comment
Mark Rousskov
-39
/
+73
2020-03-27
Remove separate encoding for a single nonzero-mapping byte
Mark Rousskov
-31
/
+2
2020-03-27
Add skip list based implementation for smaller encoding
Mark Rousskov
-42
/
+222
2020-03-24
Add richer printing
Mark Rousskov
-1
/
+9
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
-1
/
+15
2020-03-21
Push the byte of LAST_CHUNK_MAP into the array
Mark Rousskov
-11
/
+14
2020-03-21
Deduplicate test and primary range_search definitions
Mark Rousskov
-55
/
+53
2020-03-21
Add a right shift mapping
Mark Rousskov
-8
/
+32
2020-03-21
Shrink bitset words through functional mapping
Mark Rousskov
-19
/
+249
2020-03-20
Pre-pop zero chunks before mapping LAST_CHUNK_MAP
Mark Rousskov
-8
/
+16
2020-03-20
Generate tests for Unicode property data
Mark Rousskov
-0
/
+101
2020-03-20
Dynamically choose best chunk size
Mark Rousskov
-19
/
+39
2020-03-20
Avoid re-fetching Unicode data
Mark Rousskov
-3
/
+8
2020-03-03
Use .next() instead of .nth(0) on iterators.
Matthias Krüger
-1
/
+1
2020-01-14
Add unicode table generator
Mark Rousskov
-0
/
+545