Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double hace 3 años
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS hace 3 años
  Linus Groh 76a6bd0e75 LibJS: Fix numeric type confusion in GetEpochFromISOParts return value hace 3 años
  Linus Groh 70593b7448 LibJS: Update for structured headers added to various Temporal AOs hace 3 años
  Linus Groh 2499911898 LibJS: Rename DateFromFields to CalendarDateFromFields, etc hace 3 años
  Linus Groh 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO hace 3 años
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs hace 3 años
  Linus Groh 2844a2c448 LibJS: Handle undefined options in MergeLargestUnitOption hace 3 años
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Linus Groh cfb04765fa LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars hace 3 años
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt hace 3 años
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records hace 3 años
  Linus Groh 4ceff91893 LibJS: Use different variable name in DifferenceISODateTime hace 3 años
  Linus Groh 17da627b4c LibJS: Fix "set it to" language to be more explicit hace 3 años
  Linus Groh a496868ee5 LibJS: Create Duration Records with their own abstract operations hace 3 años
  Linus Groh 64e43c89bc LibJS: Remove assertions that are now part of structured headers hace 3 años
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" hace 3 años
  Timothy Flynn 1039159a6c LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView hace 3 años
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments hace 3 años
  Luke Wilde 29072f4b09 LibJS: Implement the required AOs for Temporal.Duration.compare hace 3 años
  Linus Groh 36b51276d5 LibJS: Change calendar_date_add() date parameter from PlainDate to Value hace 3 años
  Luke Wilde b2bbd4d2b8 LibJS: Implement Temporal.PlainDateTime.prototype.toString hace 3 años
  Linus Groh d49bbb1da3 LibJS: Implement TODO()'d parts of balance_duration() hace 3 años
  Linus Groh 97f6c6029f LibJS: Implement Temporal.TimeZone.prototype.getInstantFor() hace 3 años
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr hace 3 años
  Linus Groh f90d98aef0 LibJS: Update step order in the InterpretTemporalDateTimeFields AO hace 3 años
  Linus Groh d764f1c699 LibJS: Convert PlainDateTime AOs to ThrowCompletionOr hace 3 años
  Linus Groh 20337a34a2 LibJS: Convert Instant AOs to ThrowCompletionOr hace 3 años
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr hace 3 años