This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
Optimize YearNames storage (unicode-org#5721)
Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
Fix generic location format for single-tz countries (unicode-org#5657)
Support localized offsets with seconds (unicode-org#5674)
Fix panic "compiler/fallback mismatch 949" when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (#484)
1.0.90
Improve error recovery in TokenStream's and Literal's FromStr implementations to work around rust-lang/rust#58736 such that rustc does not poison compilation on codepaths that should be recoverable errors (#477, #478, #479, #480, #481, #482)
This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
Optimize YearNames storage (unicode-org#5721)
Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
Fix generic location format for single-tz countries (unicode-org#5657)
Support localized offsets with seconds (unicode-org#5674)
This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
Optimize YearNames storage (unicode-org#5721)
Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
Fix generic location format for single-tz countries (unicode-org#5657)
Support localized offsets with seconds (unicode-org#5674)
This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
Optimize YearNames storage (unicode-org#5721)
Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
Fix generic location format for single-tz countries (unicode-org#5657)
Support localized offsets with seconds (unicode-org#5674)
This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
Optimize YearNames storage (unicode-org#5721)
Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
Fix generic location format for single-tz countries (unicode-org#5657)
Support localized offsets with seconds (unicode-org#5674)
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
| url | [>= 2.5.3.a, < 2.5.4] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the rust-dependencies group with 12 updates:
2.5.3
2.5.4
0.2.15
0.2.16
1.0.11
1.0.13
0.7.3
0.7.4
1.0.89
1.0.92
0.38.40
0.38.41
2.0.87
2.0.89
1.0.13
1.0.14
0.7.4
0.7.5
0.7.4
0.7.5
0.1.4
0.1.5
0.1.4
0.1.5
Updates
url
from 2.5.3 to 2.5.4Release notes
Sourced from url's releases.
Commits
d77dfb4
Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" (#999)da64903
Change no_std to no-std in Cargo.toml (#991)Updates
cpufeatures
from 0.2.15 to 0.2.16Commits
b0d1a8a
cpufeatures: release v0.2.16 (#1138)21105ea
cpufeatures: fix cfg for freestanding x86 targets (#1137)e74e578
inout: release v0.2.0-rc.3 (#1135)ca82661
aarch64-dit: commit Cargo.lock (#1134)7948352
inout: addInOutBufReserved::split_reserved
method (#1133)8bb6c50
inout: addInOut::into_out
andInOutBufReserved::into_out
(#1132)Updates
itoa
from 1.0.11 to 1.0.13Release notes
Sourced from itoa's releases.
Commits
d49fc1d
Release 1.0.133118ea6
Merge pull request #55 from dtolnay/isizeed2b9b4
Eliminate 64-bit-to-isize conversion513debf
Merge pull request #54 from dtolnay/lut09a06f6
Change decimal digits lookup table from static to constd39d767
Merge pull request #53 from dtolnay/renderdaf766b
Replace 'decode' terminology with 'render'535f396
Merge pull request #52 from dtolnay/fouratatime21e76dc
Remove redundant size_of checkc4ba250
Merge pull request #51 from dtolnay/maxlenUpdates
litemap
from 0.7.3 to 0.7.4Changelog
Sourced from litemap's changelog.
... (truncated)
Commits
Updates
proc-macro2
from 1.0.89 to 1.0.92Release notes
Sourced from proc-macro2's releases.
Commits
acc7d36
Release 1.0.920cb443d
Merge pull request #487 from dtolnay/mismatchlineae478ed
Change mismatch panic message to avoid github linkifying5046761
Release 1.0.9127c5494
Merge pull request #486 from dtolnay/compilerlexa9146d6
Ensure that compiler tokenstream parsing only produces a compiler lexerror1ce5f04
Merge pull request #485 from dtolnay/fallbackident75d0818
Make parser's fallback Ident symmetric with Group and Literal56c3e31
Merge pull request #484 from dtolnay/fbliterald2c0e61
Fix spanned fallback literal constructionUpdates
rustix
from 0.38.40 to 0.38.41Commits
cd8725d
chore: Release rustix version 0.38.410168574
Add aport_getn_query
function. (#1216)cac5c92
Fixport_getn
calling. (#1215)0c2061c
Addio_uring_buf_ring
struct (#1155)ffcdad7
Fix compile errors in tests on Solaris. (#1214)Updates
syn
from 2.0.87 to 2.0.89Release notes
Sourced from syn's releases.
Commits
06af36b
Release 2.0.8942b4747
Fix "compiler/fallback mismatch 949" panic424e484
Release 2.0.882375d9a
Pull in proc-macro2 FromStr's more robust error recoveryf46a6f3
Update test suite to nightly-2024-11-18fc133eb
Resolve unnecessary_map_or clippy lint0ccac34
Resolve question_mark clippy lint5c1c057
Disable toml "display" feature5bbe46a
Prevent upload-artifact step from causing CI failure2b45e93
Raise minimum version for syn-codegen crate to Rust 1.65Updates
unicode-ident
from 1.0.13 to 1.0.14Release notes
Sourced from unicode-ident's releases.
Commits
404f1e8
Release 1.0.14a1f8406
Merge pull request #28 from Jake-Shadle/master36cccb8
Update LICENSE-UNICODE to Unicode-3.010483de
Update LICENSE-UNICODE text5dac50c
Resolve unnecessary_map_or clippy lint5f17dcb
Prevent upload-artifact step from causing CI failure5cb61e3
Re-enable unicode-xid comparison testUpdates
yoke
from 0.7.4 to 0.7.5Changelog
Sourced from yoke's changelog.
... (truncated)
Commits
Updates
yoke-derive
from 0.7.4 to 0.7.5Changelog
Sourced from yoke-derive's changelog.
... (truncated)
Commits
Updates
zerofrom
from 0.1.4 to 0.1.5Changelog
Sourced from zerofrom's changelog.
... (truncated)
Commits
Updates
zerofrom-derive
from 0.1.4 to 0.1.5Changelog
Sourced from zerofrom-derive's changelog.
... (truncated)
Commits
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | url | [>= 2.5.3.a, < 2.5.4] |Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show