diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-10-09 17:08:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 17:08:40 +0200 |
| commit | 21a5101e21a770a90f8e322569ac38717d48c0cb (patch) | |
| tree | 73881c87808c126c2501248111cd5daa287058cd /compiler/rustc_codegen_cranelift/example/alloc_example.rs | |
| parent | 703cb973ec5f80675676e7194349f65886478813 (diff) | |
| parent | 459a7e340c7670ef50e0f3606686eb190a9dd5af (diff) | |
| download | rust-21a5101e21a770a90f8e322569ac38717d48c0cb.tar.gz rust-21a5101e21a770a90f8e322569ac38717d48c0cb.zip | |
Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplett
Update to Unicode 14.0 The Unicode Standard [announced Version 14.0](https://home.unicode.org/announcing-the-unicode-standard-version-14-0/) on September 14, 2021, and this pull request updates the generated tables in `core` accordingly. This did require a little prep-work in `unicode-table-generator`. First, #81358 had modified the generated file instead of the tool, so that change is now reflected in the tool as well. Next, I found that the "Alphabetic" property in version 14 was panicking when generating a bitset, "cannot pack 264 into 8 bits". We've been using the skiplist for that anyway, so I changed this to fail gracefully. Finally, I confirmed that the tool still created the exact same tables for 13 before moving to 14.
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/alloc_example.rs')
0 files changed, 0 insertions, 0 deletions
