about summary refs log tree commit diff
path: root/compiler/rustc_baked_icu_data
AgeCommit message (Collapse)AuthorLines
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-06Update ICU4XNilstrieb-874/+200
This updates all ICU4X crates and regenerates rustc_baked_icu_data. Since the new unicode license under which they are licensed does not have an SPDX identifier yet, we define some exceptions. The license has to be reviewed to make sure it is still fine to use here, but I assume that is the case. I also added an exception for rustc_icu_data to the unexplained ignore doctest tidy lint. This is a bit hacky but the whole style.rs in tidy is a mess so I didn't want to touch it more than this small hack.
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-0/+4
- Sort dependencies and features sections. - Add `tidy` markers to the sorted sections so they stay sorted. - Remove empty `[lib`] sections. - Remove "See more keys..." comments. Excluded files: - rustc_codegen_{cranelift,gcc}, because they're external. - rustc_lexer, because it has external use. - stable_mir, because it has external use.
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+4
c6e6ecb1afea9695a42d0f148ce153536b279eb5 added it to some of the compiler's crates, but avoided adding it to all of them to reduce bit-rot. This commit adds to more.
2023-05-02Regen baked dataManish Goregaokar-2018/+188
2023-05-02Update ICU4X to 1.2Manish Goregaokar-5/+5
2023-02-04update ICU4X to 1.1.0Lukas Markeffsky-2271/+2707
2022-11-18Update crate documentation of `rustc_baked_icu_data` crateCharles Lew-21/+20
2022-11-18Include `zh` locale in icu dataCharles Lew-8/+9
2022-11-18Enable icu sync feature for parallel compilerCharles Lew-0/+3
2022-11-18Import icu locale fallback dataCharles Lew-2/+1096
2022-11-18Migrate diagnostics list output to use icu list formatter.Charles Lew-6/+21
2022-11-18Add `rustc_baked_icu_data` crate.Charles Lew-0/+1231