Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS vor 3 Jahren
  Linus Groh df1f81ba90 LibJS: Add notes about lifetime of surrounding agent vor 3 Jahren
  Linus Groh 76a6bd0e75 LibJS: Fix numeric type confusion in GetEpochFromISOParts return value vor 3 Jahren
  Linus Groh 70593b7448 LibJS: Update for structured headers added to various Temporal AOs vor 3 Jahren
  Linus Groh 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO vor 3 Jahren
  Linus Groh a5ea066693 LibJS: Fix number types in GetISOPartsFromEpoch vor 3 Jahren
  Linus Groh 9950f06623 LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeFor vor 3 Jahren
  Linus Groh 619794dfa7 LibJS: Fix fraction substring in ParseTimeZoneOffsetString vor 3 Jahren
  Linus Groh 7f5b4842f2 LibJS: Replace dead code in ParseTimeZoneOffsetString with an assertion vor 3 Jahren
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records vor 3 Jahren
  Linus Groh 17da627b4c LibJS: Fix "set it to" language to be more explicit vor 3 Jahren
  Linus Groh 1d32ac7b8b LibJS: Convert get_iana_time_zone_epoch_value() to MarkedVector<BigInt*> vor 3 Jahren
  Linus Groh af7003ebd2 LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*> vor 3 Jahren
  davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls vor 3 Jahren
  Linus Groh 96db8a061b LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone vor 3 Jahren
  Linus Groh 31283b5e64 LibJS: Pass valid offset string directly to CreateTemporalTimeZone vor 3 Jahren
  Linus Groh 6d744eb4a7 LibJS: Use consistent name for offset strings vor 3 Jahren
  Timothy Flynn 70f49d0696 LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST vor 3 Jahren
  Linus Groh b9093dd0ab LibJS: Don't validate time zone name when parsing Instant string vor 3 Jahren
  Linus Groh cf6ceb956f LibJS: Avoid js_string() allocation in parse_time_zone_offset_string() vor 3 Jahren
  Timothy Flynn f6786881aa LibJS: Implement the ECMA-402 definition of DefaultTimeZone vor 3 Jahren
  Linus Groh 355fbcb702 LibJS: Actually implement get_iana_time_zone_offset_nanoseconds() vor 3 Jahren
  Linus Groh d527eb62da LibJS: Support non-UTC time zones in Temporal :^) vor 3 Jahren
  Linus Groh f1276144ba LibJS: Check if input was exhausted after parsing UTC offset fraction vor 3 Jahren
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records vor 3 Jahren
  Linus Groh c56e5139f5 LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns vor 3 Jahren
  Linus Groh 9c209b8079 LibJS: Support modulo(x, y) with different types vor 3 Jahren
  Linus Groh b70a55bd5a LibJS: Update spec comment in get_iso_parts_from_epoch() vor 3 Jahren
  Linus Groh 3f1af7c05f LibJS: Update parse_temporal_time_zone() to match the spec again vor 3 Jahren
  Linus Groh 2ecb47c985 LibJS: Update spec comments in format_time_zone_offset_string() vor 3 Jahren