Commit History

Author SHA1 Message Date
  Linus Groh c0986be2c1 LibJS: Use consistent alias names for object-copy steps 3 years ago
  Linus Groh 07041498f8 LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonth 3 years ago
  Linus Groh aaa9524a52 LibJS: Add parentheses around modulo operation 3 years ago
  Linus Groh 690585323d LibJS: Prefer Else + Assertion over If for constrained values 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 93a20b3bfb LibJS: Use default argument of CalendarDateFromFields 3 years ago
  Linus Groh cc8f5151d7 LibJS: Refactor Temporal since/until to common AOs 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 70593b7448 LibJS: Update for structured headers added to various Temporal AOs 3 years ago
  Linus Groh 2499911898 LibJS: Rename DateFromFields to CalendarDateFromFields, etc 3 years ago
  Linus Groh 5397278bfc LibJS: Update spec comments to use ToZeroPaddedDecimalString AO 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 b5392f9e39 LibJS: Emit reference information for { calendarName: "always" } option 3 years ago
  Linus Groh 2ad69d789b LibJS: Remove the ConstrainToRange AO 3 years ago
  Linus Groh 68af8649fb LibJS: Follow rules for consuming completion records 3 years ago
  Linus Groh 17da627b4c LibJS: Fix "set it to" language to be more explicit 3 years ago
  Linus Groh 9c209b8079 LibJS: Support modulo(x, y) with different types 3 years ago
  Linus Groh a3de9dcf95 LibJS: Fix incorrect use of "modulo" in balance_iso_year_month() 3 years ago
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 years ago
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr 3 years ago
  Linus Groh 6b4777c558 LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr 3 years ago
  Linus Groh 2f56fd48ca LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOr 3 years ago
  Linus Groh 9f03647f1f LibJS: Convert to_temporal_overflow() to ThrowCompletionOr 3 years ago
  Idan Horowitz c57a78423d LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* 3 years ago
  Luke Wilde ff0b01a505 LibJS: Implement ToTemporalYearMonth AO 3 years ago