Commit History

Author SHA1 Message Date
  Linus Groh 1e41a8668d LibJS: Add sign(Crypto::SignedBigInteger const&) overload 3 years ago
  Linus Groh 55dbd19a16 LibJS: Update to_largest_temporal_unit() to allow undefined fallback 3 years ago
  Linus Groh de23f0b68c LibJS: Start fleshing out an ISO 8601 parser for Temporal 3 years ago
  Linus Groh ec1e1f4f12 LibJS: Disallow Temporal.Duration input values to be non-integers 3 years ago
  Luke Wilde ac65fb40d9 LibJS: Implement Temporal.PlainDate.prototype.since 3 years ago
  Linus Groh dbe70e7c55 LibJS: Implement Temporal.Duration.prototype.total() 3 years ago
  Luke Wilde 29072f4b09 LibJS: Implement the required AOs for Temporal.Duration.compare 3 years ago
  Linus Groh fdffdc43fa LibJS: Implement the rest of to_temporal_month_day() 3 years ago
  Luke Wilde dc72d416b2 LibJS: Implement the required AOs for ZonedDateTime stringifiers 3 years ago
  Linus Groh c3c9ac93d0 LibJS: Implement Temporal.PlainDate.prototype.with() 3 years ago
  Linus Groh b2548393d2 LibJS: Implement Temporal.Duration.prototype.toString() 3 years ago
  Luke Wilde 2b89d2a360 LibJS: Implement ToTemporalZonedDateTime and the required AOs 3 years ago
  Linus Groh d129e1ff29 LibJS: Move common code into RejectObjectWithCalendarOrTimeZone 3 years ago
  Luke Wilde d1a5254e41 LibJS: Implement Temporal.PlainDateTime.prototype.round 3 years ago
  Linus Groh d49bbb1da3 LibJS: Implement TODO()'d parts of balance_duration() 3 years ago
  Linus Groh 97f6c6029f LibJS: Implement Temporal.TimeZone.prototype.getInstantFor() 3 years ago
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 years ago
  Linus Groh 8b07453bce LibJS: Add non-BigInt overload of round_number_to_increment() 3 years ago
  Linus Groh 6b4777c558 LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr 3 years ago
  Linus Groh 9ac426c906 LibJS: Convert to_positive_integer() to ThrowCompletionOr 3 years ago
  Linus Groh 2f56fd48ca LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOr 3 years ago
  Linus Groh 14f16d9ed4 LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOr 3 years ago
  Linus Groh 0ccd11ba5f LibJS: Convert parse_temporal_time_string() to ThrowCompletionOr 3 years ago
  Linus Groh f86fa12deb LibJS: Convert parse_temporal_duration_string() to ThrowCompletionOr 3 years ago
  Linus Groh 3c530dec5a LibJS: Convert parse_temporal_date_time_string() to ThrowCompletionOr 3 years ago
  Linus Groh 4cb6eaf588 LibJS: Convert parse_temporal_date_string() to ThrowCompletionOr 3 years ago
  Linus Groh 2e28f0b371 LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr 3 years ago
  Linus Groh 4f487266b4 LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOr 3 years ago
  Linus Groh 3112de6f35 LibJS: Convert parse_iso_date_time() to ThrowCompletionOr 3 years ago