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
2025-09-07
optimization: Don't include ASCII characters in Unicode tables
Karl Meakin
-0
/
+5
2025-09-05
change file-is-generated doc comment to inner
Marijn Schouten
-1
/
+1
2025-09-03
Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,...
Stuart Cook
-149
/
+143
2025-08-16
refactor: Hard-code `char::is_control`
Karl Meakin
-1
/
+0
2025-08-15
refactor: Add tests for case conversions
Karl Meakin
-11
/
+41
2025-08-15
refactor: `generate_tests`
Karl Meakin
-52
/
+45
2025-08-15
refactor: rewrite `ranges_from_set`
Karl Meakin
-66
/
+17
2025-08-15
refactor: Include size of case conversion tables
Karl Meakin
-13
/
+35
2025-08-15
refactor: Include table sizes in comment at top of `unicode_data.rs`
Karl Meakin
-11
/
+9
2025-08-05
fix(unicode-table-generator): fix duplicated unique indices
Marco Cavenati
-1
/
+1
2025-07-18
unicode-table-gen: more clippy fixes
Marijn Schouten
-8
/
+8
2025-07-18
unicode-table-gen: edition 2024
Marijn Schouten
-2
/
+2
2025-07-18
unicode-table-gen: clippy fixes
Marijn Schouten
-35
/
+28
2025-07-10
Remove uncessary parens in closure body with unused lint
yukang
-1
/
+1
2025-03-08
Remove unneeded parentheses.
Markus Reiter
-1
/
+1
2025-03-08
Fix formatting.
Markus Reiter
-34
/
+7
2025-03-07
Use `intrinsics::assume` instead of `hint::assert_unchecked`.
Markus Reiter
-2
/
+8
2025-03-07
Never inline `lookup_slow`.
Markus Reiter
-0
/
+2
2025-03-06
Add second precondition for `skip_search`.
Markus Reiter
-28
/
+89
2025-03-06
Allow optimizing out `panic_bounds_check` in Unicode checks.
Markus Reiter
-14
/
+31
2025-02-08
Rustfmt
bjorn3
-21
/
+27
2024-11-27
update cfgs
Boxy
-5
/
+0
2024-11-12
stabilize const_unicode_case_lookup
Ralf Jung
-0
/
+5
2024-11-06
Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhpratt
bors
-1
/
+1
2024-11-03
Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35
Matthias Krüger
-1
/
+1
2024-11-02
make char::is_whitespace unstably const
Ralf Jung
-1
/
+1
2024-11-02
unicode_data.rs: show command for generating file
Ralf Jung
-1
/
+1
2024-11-02
get rid of a whole bunch of unnecessary rustc_const_unstable attributes
Ralf Jung
-6
/
+0
2024-10-20
Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-Simulacrum
Matthias Krüger
-5
/
+3
2024-10-13
unicode-table-generator: sync comments
许杰友 Jieyou Xu (Joe)
-4
/
+2
2024-10-13
unicode-table-generator: match bin name with tool name
许杰友 Jieyou Xu (Joe)
-1
/
+1
2024-10-13
switch unicode-data back to 'static'
Ralf Jung
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-29
/
+23
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-11
/
+15
2024-04-20
Add a lower bound check to `unicode-table-generator` output
Arpad Borsos
-3
/
+27
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
[next]