Commit Graph

  • 113777a22f Upgrade windows-bindgen to 0.64 main Dirkjan Ochtman 2025-09-26 10:50:49 +02:00
  • 0f016846f1 Install extra components for lint workflow Dirkjan Ochtman 2025-09-26 09:07:59 +02:00
  • f3fd15f976 Bump version to 0.4.42 v0.4.42 Dirkjan Ochtman 2025-09-08 10:44:36 +02:00
  • 5cf5603500 strftime: add regression test case Dirkjan Ochtman 2025-09-08 10:03:38 +02:00
  • a6231701ee strftime: simplify error handling Dirkjan Ochtman 2025-09-08 10:42:52 +02:00
  • 36fbfb1221 strftime: move specifier handling out of match to reduce rightward drift Dirkjan Ochtman 2025-09-08 09:58:28 +02:00
  • 7f413c363b strftime: yield None early Dirkjan Ochtman 2025-09-08 09:52:31 +02:00
  • 9d5dfe1640 strftime: outline constants Dirkjan Ochtman 2025-09-08 09:51:07 +02:00
  • e5f6be7db4 strftime: move error() method below caller Dirkjan Ochtman 2025-09-08 09:48:01 +02:00
  • d516c2764d strftime: merge impl blocks Dirkjan Ochtman 2025-09-08 09:47:36 +02:00
  • 0ee2172fb9 strftime: re-order items to keep impls together Dirkjan Ochtman 2025-09-08 09:46:39 +02:00
  • 757a8b0226 Upgrade to windows-bindgen 0.63 Dirkjan Ochtman 2025-09-08 09:27:52 +02:00
  • 78c0fbcf18 Migrate to core::error::Error Benjamin Brittain 2025-05-19 22:51:42 -04:00
  • 0813b2c994 Bump actions/setup-node from 4 to 5 dependabot[bot] 2025-09-08 04:05:16 +00:00
  • 0f22fbda3c Bump actions/checkout from 4 to 5 dependabot[bot] 2025-08-18 06:28:45 +00:00
  • 6aeea3ff5c Add from_timestamp_secs method to DateTime Jason Owen 2025-08-08 16:51:43 -07:00
  • 59d5f46f17 Add ?Sized bound to related methods of DelayedFormat::write_to Huliiiii 2025-08-12 21:09:33 +08:00
  • b4b9aa580c Apply suggestions from clippy 1.89 Dirkjan Ochtman 2025-08-08 16:40:33 +02:00
  • d43108cbfc Convert NaiveDate to/from days since unix epoch Piotr Findeisen 2025-07-18 12:18:02 +02:00
  • 68fd4b67cf Fix typo in a comment Piotr Findeisen 2025-07-18 12:17:28 +02:00
  • 23c132fc4f Fix OpenHarmony's local timezone fetching and tzdata parsing ldm0 2025-07-08 22:17:34 +08:00
  • 9245a8f38f Apply suggestions from clippy 1.88 Dirkjan Ochtman 2025-06-27 09:41:23 +02:00
  • bab97905cc Upgrade to windows-bindgen 0.62 Dirkjan Ochtman 2025-06-16 11:04:20 +02:00
  • 1762c71777 Fix cfgs for wasm32-linux support Arjun Ramesh 2025-06-04 15:40:46 -04:00
  • 2e1cd2f5fa
    Fix incorrect parsing of fixed-length second fractions (#1705) Chris Leach 2025-06-03 12:48:36 +01:00
  • 3b4af71f0b Add warning about MappedLocalTime and wasm Ohad Lutzky 2025-05-05 21:06:33 +01:00
  • c5c22a357d Fix wrong amount of micro/milliseconds Tilman 2025-05-08 10:39:42 +02:00
  • 361b9fc61e Add fuzzer for DateTime::parse_from_str misha 2025-04-29 22:59:42 +03:00
  • d1de1d95ea Bump version to 0.4.41 v0.4.41 Dirkjan Ochtman 2025-04-29 10:35:56 +02:00
  • e2bd1d1d67
    Add support for lenient format strings (#1693) Jeremy Smart 2025-04-11 02:38:40 -04:00
  • 2c95b0aca8 Tweak expression to avoid repetition Dirkjan Ochtman 2025-04-09 13:25:03 +02:00
  • ebeef99426 TimeZone::from_posix_tz: Treat empty TZ variable as UTC Nicolas Boichat 2025-04-05 19:36:37 +02:00
  • dc068f0373 Tweak style on NaiveWeek fixes Dirkjan Ochtman 2025-04-04 11:01:26 +02:00
  • b267a4fe90 Implemented consistent Hash and Eq trait for NaiveWeek splashling 2025-04-04 09:39:41 +02:00
  • 7c0bd136d6 Apply suggestions from clippy 1.86 Dirkjan Ochtman 2025-04-03 16:57:48 +02:00
  • 104cdc73cb Bump MSRV to 1.62 Dirkjan Ochtman 2025-04-03 16:55:49 +02:00
  • 6a853015b7 Upgrade to windows-bindgen 0.61 Dirkjan Ochtman 2025-03-24 10:41:08 +01:00
  • 265c79b2a5 Tweak WeekdaySet method order Dirkjan Ochtman 2025-03-23 10:04:55 +01:00
  • 57567b3e56 Tweak WeekdaySet docs Dirkjan Ochtman 2025-03-23 10:01:47 +01:00
  • 97d6c63733 Privatize WeekdaySetIter fields Dirkjan Ochtman 2025-03-23 09:54:19 +01:00
  • 64c65a9256 Rename WeekdaySet::iter_from() to iter() Dirkjan Ochtman 2025-03-23 09:53:56 +01:00
  • 4094865116 Remove Not impls for WeekdaySet and Weekday Dirkjan Ochtman 2025-03-23 09:53:38 +01:00
  • cac4e8cf8d Move WeekdaySet constructors to the top Dirkjan Ochtman 2025-03-23 09:52:00 +01:00
  • cac71f3f4d Rename weekdays module to weekday_set Dirkjan Ochtman 2025-03-23 09:50:14 +01:00
  • 4f4e95bee8 add WeekdaySet - a collection of Weekday Ruslan Fadeev 2025-03-16 01:29:20 +04:00
  • 39fb201c08 Add num_days_in_month method to Datelike trait McKayla Washburn 2025-03-08 19:11:45 -07:00
  • 7ebf64c2d1 chore: fix some comments jimmycathy 2025-03-16 13:51:26 +08:00
  • fa957cc8dc Implement utility functions for converting TimeDelta to fractional seconds. Georges Goetz 2025-02-28 09:56:29 -08:00
  • cc6801d3dc Group subsec duration methods with their corresponding whole methods. Georges Goetz 2025-02-28 09:31:46 -08:00
  • 2115206bc3 Deprecate NaiveDateTime::UNIX_EPOCH Robert Bastian 2025-02-27 18:26:01 +01:00
  • 042109f4f8 Add subsec_millis and subsec_micros methods for TimeDelta. Georges Goetz 2025-02-26 19:23:18 +00:00
  • f0f807d1b5 Improve documentation for subsec_nanos() and add a test for the method. Georges Goetz 2025-02-26 19:22:44 +00:00
  • 2b7a28ebe9 Bump version to 0.4.40 v0.4.40 Dirkjan Ochtman 2025-02-26 09:25:59 +01:00
  • 6d29c8abe7 Add quarter (%q) date string specifier Nicolas Boichat 2025-02-24 19:37:53 +01:00
  • 07216ae8fd Upgrade to windows-bindgen 0.60 Dirkjan Ochtman 2025-02-24 13:47:49 +01:00
  • bf1973ccc7 Use similar-asserts to show bindgen diff Dirkjan Ochtman 2025-02-24 13:47:36 +01:00
  • d0f8b599b7 Restrict MSRV to check --lib Dirkjan Ochtman 2025-02-24 13:58:17 +01:00
  • 1f345fd7f9 Switch to 2024 idiom Dirkjan Ochtman 2025-02-21 10:35:37 +01:00
  • 7f6cf5e504 Switch to 2024 style Dirkjan Ochtman 2025-02-21 10:32:44 +01:00
  • 11d227a22b Apply suggestions from clippy 1.85 Dirkjan Ochtman 2025-02-21 10:32:15 +01:00
  • 15e287b4fb
    Use NaiveDateTime for internal tz_info methods. (#1658) AVee 2025-02-18 10:54:53 +01:00
  • 8317e7ca41 docs: fix minor typo Sam Folorunsho 2025-02-15 16:30:30 +00:00
  • 7cdca4b006 Update LICENSE.txt Maxim Evtush 2025-01-29 10:26:36 +01:00
  • 4c42ee5ceb Expose write_to for DelayedFormat Steven Tang 2025-01-21 14:21:02 -05:00
  • 5f2f5a8332
    Feature/round_up method on DurationRound trait (#1651) MagnumT 2025-01-20 10:21:13 +01:00
  • 82bacb85bd wasm32-wasi was renamed to wasm32-wasip1 Dirkjan Ochtman 2025-01-10 10:08:57 +01:00
  • 12a814f860 Add weekly scheduled CI runs Dirkjan Ochtman 2025-01-10 10:04:46 +01:00
  • 97f758f46d Update Windows dependencies Kenny Kerr 2025-01-07 13:17:55 -06:00
  • 07a42f9f49 Add Month::num_days() Dirkjan Ochtman 2025-01-06 14:28:41 +01:00
  • db464fafa8
    Fix parsing for zone offset seconds parse-offset-seconds Dirkjan Ochtman 2024-12-11 12:12:42 +01:00
  • 8b863490d8 Bump version to 0.4.39 v0.4.39 Dirkjan Ochtman 2024-12-03 15:23:24 +01:00
  • 33aaebfc35 Update mod.rs Noisy 2024-12-05 21:09:37 +01:00
  • 65c47f377d Update CHANGELOG.md futreall 2024-11-29 11:35:37 +02:00
  • ca8232ff4e Update licenses for unicode-ident 1.0.14 Dirkjan Ochtman 2024-11-29 10:42:22 +01:00
  • 1456fa0977 Apply suggestions from clippy 1.83 Dirkjan Ochtman 2024-11-29 10:41:32 +01:00
  • 1c7567b34d Bump codecov/codecov-action from 4 to 5 dependabot[bot] 2024-11-18 04:52:56 +00:00
  • f9ffd6fbde add #[inline] to num_days Frank Elsinga 2024-11-09 18:23:17 +01:00
  • 7974c60649 Fix comment. Kyle Huey 2024-10-23 21:13:17 -07:00
  • 77d50b1fc1 Fix typos Viktor Szépe 2024-10-20 07:38:15 +00:00
  • 771c0477bf Use Formatter::pad (instead of write_str) for Weekdays Jonas Schäfer 2024-10-14 12:42:49 +02:00
  • d8a177e4f5 Support ohos tzdata since oh35 Mirage Lyu 2024-09-12 16:41:06 +08:00
  • 05a6ce68cf Derive PartialEq,Eq,Hash,Copy and Clone on NaiveWeek DSeeLP 2024-09-30 12:09:37 +02:00
  • c8defc7766
    impl serde::Serialize and serde::Deserialize for TimeDelta (#1599) Ihor Ranchynskyi 2024-09-16 11:10:29 +01:00
  • 081c6482bc Test that NaiveWeek checked functions don't panic Kirill Ivanov 2024-07-22 20:15:02 +02:00
  • f765936ee3 Add checked_days Kirill Ivanov 2024-08-08 13:56:54 +03:00
  • ccb04bc449 Add checked_last_day Kirill Ivanov 2024-07-22 20:14:32 +02:00
  • 68afd5b407 Add checked_first_day Kirill Ivanov 2024-07-22 20:13:24 +02:00
  • 37ec019f86 Bump EmbarkStudios/cargo-deny-action from 1 to 2 dependabot[bot] 2024-08-05 12:31:21 +00:00
  • 50938ab454 deny: update config for 0.16 Dirkjan Ochtman 2024-08-05 14:12:11 +02:00
  • fb9eebc970 benches: add feature unstable-locales Dirkjan Ochtman 2024-07-25 15:25:31 +02:00
  • b18c1c1d8e Fix line continuation in Parsed::to_datetime() Dirkjan Ochtman 2024-07-25 15:07:48 +02:00
  • 1eb3174428 docs: document century cutoff for %y Marco Gorelli 2024-07-16 11:35:00 +01:00
  • c46b18d088 Update windows-bindgen requirement from 0.57 to 0.58 dependabot[bot] 2024-07-08 13:20:45 +00:00
  • 4401f399ab Use environment secrets for Codecov token Dirkjan Ochtman 2024-07-08 11:40:01 +02:00
  • 2cec1d3a6b Add TimeDelta::{MIN, MAX} const values Dirkjan Ochtman 2024-07-08 09:56:36 +02:00
  • e6f5d515cc Apply clippy suggestions from Rust 1.79 Dirkjan Ochtman 2024-07-08 09:54:21 +02:00
  • 51c2d4b5ef Fix typo in rustdoc of from_timestamp_nanos() Sebastian Goll 2024-06-12 21:09:15 +02:00
  • de2f1f4cee native/date: Improve DelayedFormat doc re Panics Behnam Esfahbod 2024-06-10 13:25:12 -07:00
  • 2085627892 Update windows-bindgen requirement from 0.56 to 0.57 dependabot[bot] 2024-06-10 04:55:33 +00:00
  • 865b0ad780 Fix micros (optional) limit in and_hms_micro_opt Kirill Zaborsky 2024-05-30 12:00:08 +03:00