Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh 31283b5e64 LibJS: Pass valid offset string directly to CreateTemporalTimeZone hace 3 años
  Linus Groh 6d744eb4a7 LibJS: Use consistent name for offset strings hace 3 años
  Timothy Flynn 70f49d0696 LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST hace 3 años
  Linus Groh b9093dd0ab LibJS: Don't validate time zone name when parsing Instant string hace 3 años
  Linus Groh cf6ceb956f LibJS: Avoid js_string() allocation in parse_time_zone_offset_string() hace 3 años
  Timothy Flynn f6786881aa LibJS: Implement the ECMA-402 definition of DefaultTimeZone hace 3 años
  Linus Groh 355fbcb702 LibJS: Actually implement get_iana_time_zone_offset_nanoseconds() hace 3 años
  Linus Groh d527eb62da LibJS: Support non-UTC time zones in Temporal :^) hace 3 años
  Linus Groh f1276144ba LibJS: Check if input was exhausted after parsing UTC offset fraction hace 3 años
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records hace 3 años
  Linus Groh c56e5139f5 LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns hace 3 años
  Linus Groh 9c209b8079 LibJS: Support modulo(x, y) with different types hace 3 años
  Linus Groh b70a55bd5a LibJS: Update spec comment in get_iso_parts_from_epoch() hace 3 años
  Linus Groh 3f1af7c05f LibJS: Update parse_temporal_time_zone() to match the spec again hace 3 años
  Linus Groh 2ecb47c985 LibJS: Update spec comments in format_time_zone_offset_string() hace 3 años
  Linus Groh eaa3329573 LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch() hace 3 años
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for hace 3 años
  Linus Groh e93ce1ff69 LibJS: Fix nanoseconds formatting in format_time_zone_offset_string() hace 3 años
  Linus Groh 68d80d239b LibJS: Fix fraction substring in parse_time_zone_offset_string() hace 3 años
  Luke Wilde 706296374b LibJS: Implement Temporal.ZonedDateTime.prototype.equals hace 3 años
  Linus Groh dd1a808f7e LibJS: Remove TODO() from implemented code path hace 3 años
  Linus Groh 38809f90d9 LibJS: Introduce & use FormatISOTimeZoneOffsetString hace 3 años
  Linus Groh 97f6c6029f LibJS: Implement Temporal.TimeZone.prototype.getInstantFor() hace 3 años
  Linus Groh a7cb042ca8 LibJS: Fix format_time_zone_offset_string() for negative offsets hace 3 años
  Linus Groh 92fdae178b LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition() hace 3 años
  Linus Groh e9cbeeac45 LibJS: Implement Temporal.TimeZone.prototype.getNextTransition() hace 3 años
  Linus Groh 5fde02184d LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor() hace 3 años
  Linus Groh 09d1db5afd LibJS: Clarify mathematical types in Temporal AOs and functions hace 3 años
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr hace 3 años
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr hace 3 años