Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/boa-dev/temporal

A Rust implementation of ECMAScript's Temporal API
https://github.com/boa-dev/temporal

Update try_new, new, and new_with_overflow integer type

nekevss opened this pull request 15 days ago
Remove support for parsing MINUS (\u2212) in `ixdtf` strings

nekevss opened this issue 16 days ago
Fix `Calendar::from_str` to be case-insensitive

nekevss opened this pull request 16 days ago
Add ZonedDateTime functionality to `Duration::round`

nekevss opened this pull request 17 days ago
Bump dependencies for `ixdtf`, `tzif`, `icu_calendar`, and `tinystr`.

nekevss opened this pull request 19 days ago
Add to-x methods and with-x methods to ZonedDateTime

nekevss opened this pull request 23 days ago
Remove epochSeconds and epochMicroseconds + adjust epochMillseconds

nekevss opened this pull request 24 days ago
Migrate repo to workspace

jedel1043 opened this pull request 24 days ago
Update CHANGELOG for v0.0.4 release

nekevss opened this pull request 26 days ago
Add now feature flag

nekevss opened this pull request 26 days ago
Patch the now test per matrix discussion

nekevss opened this pull request 26 days ago
bump release

jasonwilliams opened this pull request 26 days ago
Migrate to `web_time::SystemTime` for `wasm32-unknown-unknown` targets

nekevss opened this pull request about 1 month ago
Add `ZonedDateTime` calendar accessor methods

nekevss opened this pull request about 1 month ago
Add an `EpochNanosecond` new type

nekevss opened this pull request about 1 month ago
chore(dependabot): bump the rust-dependencies group with 3 updates

dependabot[bot] opened this pull request about 1 month ago
Migrate errors to static enums

jedel1043 opened this issue about 1 month ago
Some `Error` optimizations

CrazyboyQCD opened this pull request about 1 month ago
Adds `into_message` to `TemporalError`

CrazyboyQCD opened this pull request about 1 month ago
Bug fixes and more implementation

jasonwilliams opened this pull request about 1 month ago
`Instant::add` and `Instant::subtract` possibly need to be updated

nekevss opened this issue about 2 months ago
Add matrix links to README and some layout adjustments

nekevss opened this pull request about 2 months ago
Add more documentation and doctests to the builtins

nekevss opened this issue about 2 months ago
Add `from_partial` methods to `PlainTime`, `PlainDate`, and `PlainDateTime`

nekevss opened this pull request about 2 months ago
Add an FFI for `temporal_rs`

nekevss opened this issue 2 months ago
Remove num-bigint dependency and rely on primitives

nekevss opened this pull request 2 months ago
Implement `ZonedDateTime`'s add and subtract methods

nekevss opened this pull request 2 months ago
Move to no_std

Manishearth opened this pull request 2 months ago
Stub out `tzdb` support for Windows and POSIX tz string

nekevss opened this pull request 2 months ago
Stub out tzdb support to unblock `Now` and `ZonedDateTime`

nekevss opened this pull request 2 months ago
Implement `date` macro

nekevss opened this pull request 2 months ago
General API cleanup and adjustments

nekevss opened this pull request 2 months ago
Update README.md

jasonwilliams opened this pull request 2 months ago
Refactor `TemporalFields` into `CalendarFields`

nekevss opened this pull request 4 months ago
Patch for partial records

nekevss opened this pull request 5 months ago
Should the API for creating the date components be updated?

nekevss opened this issue 5 months ago
Fix lints for rustc 1.80.0

jedel1043 opened this pull request 5 months ago
Add is empty for partialDuration

jasonwilliams opened this pull request 5 months ago
Implement `MonthCode`, `PartialDate`, and `Date::with`

nekevss opened this pull request 5 months ago
Implement `DateTime` round method

nekevss opened this pull request 5 months ago
Refactor `TemporalFields` interface and add `FieldsKey` enum

nekevss opened this pull request 5 months ago
Update `Duration` types to use a `FiniteF64` instead of `f64` primitive.

nekevss opened this pull request 5 months ago
Updates to instant and its methods

nekevss opened this pull request 6 months ago
Add `with_*` methods to `Date` and `DateTime`

nekevss opened this pull request 6 months ago
Implement `DateTime` diffing methods `Until` and `Since`

nekevss opened this pull request 6 months ago
Implement compare functionality and some more traits

nekevss opened this pull request 6 months ago
Add some missing trait implementations

nekevss opened this pull request 6 months ago
chore(dependabot): bump zerovec-derive from 0.10.2 to 0.10.3

dependabot[bot] opened this pull request 6 months ago
Add prefix option to commit-message

nekevss opened this pull request 6 months ago
Bump zerovec from 0.10.2 to 0.10.4

dependabot[bot] opened this pull request 6 months ago
Add commit-message prefix to dependabot

nekevss opened this pull request 6 months ago
Bump `temporal_rs` version and update changelog

nekevss opened this pull request 6 months ago
Implement PartialEq and Eq for `Calendar`, `Date`, and `DateTime`

nekevss opened this pull request 6 months ago
Implement add and subtract methods for Duration

nekevss opened this pull request 6 months ago
Update duration validation and switch asserts to debug-asserts

nekevss opened this pull request 6 months ago
Implement duration rounding method `nudge_to_zoned_time`

nekevss opened this issue 6 months ago
Tracking issue for `Now` namespace

jasonwilliams opened this issue 6 months ago
WIP: Build out support for `Now` component

nekevss opened this pull request 6 months ago
Update duration rounding to new algorithms

nekevss opened this pull request 6 months ago
Remove custom calendars & timezones

jasonwilliams opened this issue 6 months ago
Ensure parsing throws with unknown critical annotations

jedel1043 opened this pull request 6 months ago
Reject `IsoDate` when outside the allowed range

jedel1043 opened this pull request 6 months ago
Avoid overflowing when calling `NormalizedTimeDuration::add_days`

jedel1043 opened this pull request 6 months ago
Bump rustc-hash from 1.1.0 to 2.0.0

dependabot[bot] opened this pull request 6 months ago
Bump icu_calendar from 1.5.1 to 1.5.2

dependabot[bot] opened this pull request 6 months ago
Ensure parsing throws when duplicate calendar is critical

jedel1043 opened this pull request 6 months ago
Fix rounding when the dividend is smaller than the divisor

jedel1043 opened this pull request 6 months ago
Cleanup rounding increment usages with new struct

jedel1043 opened this pull request 7 months ago
Update increment rounding functionality

nekevss opened this pull request 7 months ago
Bump icu_calendar from 1.5.0 to 1.5.1

dependabot[bot] opened this pull request 7 months ago
Bump tinystr from 0.7.5 to 0.7.6

dependabot[bot] opened this pull request 7 months ago
Migrate parsing to `ixdtf` crate

nekevss opened this pull request 7 months ago
Add struct to encapsulate invariants of rounding increments

jedel1043 opened this pull request 7 months ago
Patch `(un)balance_relative` to avoid panicking

jedel1043 opened this pull request 7 months ago
Bump `icu_calendar` to 1.5

jedel1043 opened this pull request 7 months ago
Fix method call in days_in_month

nekevss opened this pull request 8 months ago
Implement add & subtract methods for `DateTime` component

nekevss opened this pull request 8 months ago
adding methods for yearMonth and MonthDay

jasonwilliams opened this pull request 8 months ago
Bump num-bigint from 0.4.4 to 0.4.5

dependabot[bot] opened this pull request 8 months ago
Bump num-traits from 0.2.18 to 0.2.19

dependabot[bot] opened this pull request 8 months ago
Extract temporal tests from the test262 suite

jedel1043 opened this pull request 9 months ago
Fix panics when no relative_to is supplied to round

nekevss opened this pull request 9 months ago
Migrate to the `ixdtf` crate for datetime parsing

jedel1043 opened this issue 9 months ago
Fix clippy lints and bump bitflags version

nekevss opened this pull request 9 months ago
Bump bitflags from 2.4.2 to 2.5.0

dependabot[bot] opened this pull request 9 months ago
Implement Time's until and since methods

nekevss opened this pull request 10 months ago
Implements `Date`'s `add`, `subtract`, `until`, and `since` methods

nekevss opened this pull request 10 months ago
Fix panics when no relative_to is supplied to round

robot-head opened this pull request 10 months ago