Historique des commits

Auteur SHA1 Message Date
  Shannon Booth bb8dad5bb0 LibJS: Begin using CalendarMethodsRecord for AOs il y a 1 an
  Shannon Booth 6d4eda0028 LibJS: Make CreateTemporalDuration return a NonnullGCPtr il y a 1 an
  Shannon Booth 83b84cf0bd LibJS: Implement Temporal AO DifferenceDate il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Linus Groh 921ef7273e LibJS: Port temporal_date_to_string() to String il y a 2 ans
  Linus Groh 453d3063f5 LibJS: Port pad_iso_year() to String il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] il y a 2 ans
  Linus Groh d2c1dd5454 LibJS: Introduce ISO Date Records il y a 3 ans
  Linus Groh cc8f5151d7 LibJS: Refactor Temporal since/until to common AOs il y a 3 ans
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs il y a 3 ans
  Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records" il y a 3 ans
  Linus Groh 99adb54391 LibJS: Implement Temporal.Calendar.prototype.dateUntil() il y a 3 ans
  Linus Groh 35bba1c98d LibJS: Convert PlainDate AOs to ThrowCompletionOr il y a 3 ans
  Linus Groh e4c07c5b8f LibJS: Make new_target parameter of all Temporal AOs a const* il y a 3 ans
  Linus Groh 81aaa9ccd5 LibJS: Replace String const& with StringView in various Temporal AOs il y a 3 ans
  Linus Groh e3254bf4c5 LibJS: Implement Temporal.Calendar.prototype.dateAdd() il y a 3 ans
  Linus Groh 402f04c2fc LibJS: Implement Temporal.PlainDate.prototype.toString() il y a 3 ans
  Linus Groh ed9d37bd40 LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields() il y a 3 ans
  Linus Groh e036f4a786 LibJS: Make regulate_iso_date() and iso_date_from_fields() use ISODate il y a 4 ans
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() il y a 4 ans
  Idan Horowitz 07485802c6 LibJS: Implement Temporal.PlainDate.compare il y a 4 ans
  Idan Horowitz 2c6bd3a61b LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar il y a 4 ans
  Linus Groh bece2093f2 LibJS: Remove pointless 'explicit' from a couple of constructors il y a 4 ans
  Idan Horowitz cf78efaef5 LibJS: Implement the ToTemporalDate Abstract Operation il y a 4 ans
  Idan Horowitz 1e471e2e2f LibJS: Add Temporal.Calendar.prototype.dateFromFields & required AOs il y a 4 ans
  Idan Horowitz cc00ccec41 LibJS: Start implementing Temporal.PlainDate il y a 4 ans
  Idan Horowitz b816037739 LibJS: Add the ToTemporalInstant Abstract Operation & its requirements il y a 4 ans