Commit History

Author SHA1 Message Date
  Linus Groh 3679f671b9 LibJS: Mark some calls of CreateTemporalDate as infallible 3 years ago
  Linus Groh 7b5a7e7759 LibJS: Check for invalid epoch nanoseconds in NanosecondsToDays 3 years ago
  Linus Groh ddea6d451b LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffset 3 years ago
  Linus Groh 2c647da0b5 LibJS: Mark AddInstant in AddZonedDateTime as fallible 3 years ago
  Linus Groh 36ef604905 LibJS: Assume options is an object in the DifferenceZonedDateTime AO 3 years ago
  Linus Groh 52a4ee563d LibJS: Assume options is an object in the MergeLargestUnitOption AO 3 years ago
  Linus Groh 8be4cc9653 LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime 3 years ago
  Linus Groh be2c86002a LibJS: Handle absent options in DifferenceZonedDateTime 3 years ago
  Linus Groh 9b3602d000 LibJS: Update missing/superfluous commas in various spec comments 3 years ago
  Linus Groh 3e6561c75f LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields 3 years ago
  Linus Groh 4c77575ec5 LibJS: Simplify Temporal unit AOs 3 years ago
  Linus Groh ae1fdf299d LibJS: Use the rounding abstract operations from Intl.NumberFormat V3 3 years ago
  Linus Groh 74695ce76e LibJS: Mark two Get operations in ToTemporalZonedDateTime infallible 3 years ago
  Linus Groh 80048c694a LibJS: Use '2 × nsMaxInstant' in a couple of assertion comments 3 years ago
  Linus Groh cc8f5151d7 LibJS: Refactor Temporal since/until to common AOs 3 years ago
  Linus Groh c6f7214a60 LibJS: Replace magic nanosecond numbers with constants 3 years ago
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs 3 years ago
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS 3 years ago
  Linus Groh 76a6bd0e75 LibJS: Fix numeric type confusion in GetEpochFromISOParts return value 3 years ago
  Linus Groh 70593b7448 LibJS: Update for structured headers added to various Temporal AOs 3 years ago
  Linus Groh 9a3014c91a LibJS: Drop "integral part of" language 3 years ago
  Luke Wilde c32dcf7f75 LibJS: Update ZonedDateTime AO spec comments for structured headers 3 years ago
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs 3 years ago
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options 3 years ago
  Linus Groh ff3256792d LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt 3 years ago
  Linus Groh 039cb9f189 LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt 3 years ago
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 3 years ago
  Linus Groh f75052ff7c LibJS: Assert CreateTemporalDuration does not throw given correct input 3 years ago
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records 3 years ago
  Linus Groh 2bae040bc9 LibJS: Remove Sign abstract operation 3 years ago