Historique des commits

Auteur SHA1 Message Date
  Linus Groh 0d06f3655f LibJS: Move string-parsing code into ToTemporalDurationRecord il y a 3 ans
  Linus Groh 87fb005a8d LibJS: Move IsValidDuration check into ToTemporalDurationRecord il y a 3 ans
  Linus Groh a009e834dc LibJS: Add clarifying assertion to BalanceDurationRelative 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 64e43c89bc LibJS: Remove assertions that are now part of structured headers il y a 3 ans
  Linus Groh 97bd4cebab LibJS: Refactor return value of RoundDuration il y a 3 ans
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" il y a 3 ans
  Linus Groh fb6c8781a2 LibJS: Update RoundDuration after DRY refactor in spec il y a 3 ans
  Linus Groh 5277646f46 LibJS: Fix 'precision != "auto"' check in temporal_duration_to_string() il y a 3 ans
  Linus Groh acce65b52c LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString() il y a 3 ans
  Linus Groh bdb8fc54f2 LibJS: Update spec comment in balance_duration_relative() il y a 3 ans
  Andreas Kling fed6a76990 LibJS: Add Handle::operator->() il y a 3 ans
  Timothy Flynn 1039159a6c LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView il y a 3 ans
  Linus Groh 7a2eeae8c6 LibJS: Implement Temporal.ZonedDateTime.prototype.until() il y a 3 ans
  Luke Wilde 7dc846d51c LibJS: Implement balance_duration_relative() il y a 3 ans
  Luke Wilde 9559cea8e5 LibJS: Implement add_duration() il y a 3 ans
  Luke Wilde 1f84deaf63 LibJS: Implement default_temporal_largest_unit() il y a 3 ans
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments il y a 3 ans
  Linus Groh 8d6d39e07c LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime il y a 3 ans
  Linus Groh ec1e1f4f12 LibJS: Disallow Temporal.Duration input values to be non-integers il y a 3 ans
  Linus Groh dbe70e7c55 LibJS: Implement Temporal.Duration.prototype.total() il y a 3 ans
  Linus Groh 656efe5d6c LibJS: Fix days calculation in round_duration() for "year" - "day" units il y a 3 ans
  Linus Groh f11277b50d LibJS: Fix missing handling of "week" largest_unit in balance_duration() il y a 3 ans
  Linus Groh 8c73d85a65 LibJS: Fix logic typo in round_duration() remainder calculation il y a 3 ans
  Linus Groh f0cd727d74 LibJS: Fix logic typo in balance_duration() hours calculation il y a 3 ans
  Luke Wilde 29072f4b09 LibJS: Implement the required AOs for Temporal.Duration.compare il y a 3 ans
  Linus Groh e9f66d1c2a LibJS: Mark DaysUntil as infallible il y a 3 ans
  Linus Groh b2548393d2 LibJS: Implement Temporal.Duration.prototype.toString() il y a 3 ans
  Linus Groh d49bbb1da3 LibJS: Implement TODO()'d parts of balance_duration() il y a 3 ans