-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
522eeba
commit 6382876
Showing
15 changed files
with
188 additions
and
2,018 deletions.
There are no files selected for viewing
702 changes: 20 additions & 682 deletions
702
compiler/rustc_baked_icu_data/src/data/fallback/likelysubtags_v1/und.rs.data
Large diffs are not rendered by default.
Oops, something went wrong.
207 changes: 2 additions & 205 deletions
207
compiler/rustc_baked_icu_data/src/data/fallback/parents_v1/und.rs.data
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 12 additions & 36 deletions
48
compiler/rustc_baked_icu_data/src/data/list/and_v1/en.rs.data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,50 @@ | ||
::icu_list::provider::ListFormatterPatternsV1([ | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", and ", 6u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", and ", 6u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(" and ", 5u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(" and ", 5u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", & ", 4u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", & ", 4u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(" & ", 3u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(" & ", 3u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
::icu_list::provider::ConditionalListJoinerPattern { | ||
default: unsafe { | ||
::icu_list::provider::ListJoinerPattern::from_parts_unchecked(", ", 2u8) | ||
}, | ||
default: ::icu_list::provider::ListJoinerPattern::from_parts(", ", 2u8), | ||
special_case: None, | ||
}, | ||
]) |
Oops, something went wrong.