Historique des commits

Auteur SHA1 Message Date
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS il y a 3 ans
  Linus Groh 76a6bd0e75 LibJS: Fix numeric type confusion in GetEpochFromISOParts return value il y a 3 ans
  Linus Groh 70593b7448 LibJS: Update for structured headers added to various Temporal AOs il y a 3 ans
  Linus Groh 9a3014c91a LibJS: Drop "integral part of" language il y a 3 ans
  Luke Wilde c32dcf7f75 LibJS: Update ZonedDateTime AO spec comments for structured headers il y a 3 ans
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs il y a 3 ans
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options il y a 3 ans
  Linus Groh ff3256792d LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt il y a 3 ans
  Linus Groh 039cb9f189 LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt il y a 3 ans
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt il y a 3 ans
  Linus Groh f75052ff7c LibJS: Assert CreateTemporalDuration does not throw given correct input il y a 3 ans
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records il y a 3 ans
  Linus Groh 2bae040bc9 LibJS: Remove Sign abstract operation il y a 3 ans
  Linus Groh 17da627b4c LibJS: Fix "set it to" language to be more explicit il y a 3 ans
  Linus Groh a496868ee5 LibJS: Create Duration Records with their own abstract operations il y a 3 ans
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" il y a 3 ans
  Linus Groh af7003ebd2 LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*> il y a 3 ans
  Linus Groh 6d744eb4a7 LibJS: Use consistent name for offset strings il y a 3 ans
  Linus Groh b9093dd0ab LibJS: Don't validate time zone name when parsing Instant string il y a 3 ans
  Luke Wilde 16301a603c LibJS: Implement difference_zoned_date_time() il y a 3 ans
  Linus Groh 1e41a8668d LibJS: Add sign(Crypto::SignedBigInteger const&) overload il y a 3 ans
  Linus Groh 27304017e3 LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time() il y a 3 ans
  Linus Groh 0d9defdad8 LibJS: Rename MatchBehavior members back to their old names il y a 3 ans
  Linus Groh 6ef1a2793f LibJS: Rename ZonedDateTime's MatchBehavior enum members to match spec il y a 3 ans
  Luke Wilde dc72d416b2 LibJS: Implement the required AOs for ZonedDateTime stringifiers il y a 3 ans
  Linus Groh 36b51276d5 LibJS: Change calendar_date_add() date parameter from PlainDate to Value il y a 3 ans
  Luke Wilde 2b89d2a360 LibJS: Implement ToTemporalZonedDateTime and the required AOs il y a 3 ans
  Linus Groh d49bbb1da3 LibJS: Implement TODO()'d parts of balance_duration() il y a 3 ans
  Idan Horowitz 1822b2938e LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr il y a 3 ans