Historique des commits

Auteur SHA1 Message Date
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> il y a 2 ans
  Linus Groh b09522312c LibJS: Port iso_month_code() to String il y a 2 ans
  Linus Groh bcca5efd5a LibJS: Port format_calendar_annotation() to String il y a 2 ans
  Linus Groh 269f3c4105 LibJS: Port maybe_format_calendar_annotation() to String il y a 2 ans
  Linus Groh 627291b075 LibJS: Port calendar_month_code() to String il y a 2 ans
  Linus Groh 46cff34baf LibJS: Port get_builtin_calendar() to String il y a 2 ans
  Linus Groh a101b15ad0 LibJS: Port create_temporal_calendar() to String il y a 2 ans
  Linus Groh ef389c086d LibJS: Port parse_temporal_calendar_string() il y a 2 ans
  Linus Groh 227379a1da LibJS: Port prepare_temporal_fields() and calendar_fields() to String il y a 2 ans
  BodilessSleeper 8e6920a18d LibJS: Convert calendar operation results to floats il y a 2 ans
  BodilessSleeper 84db0c8dbf LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonth il y a 2 ans
  Luke Wilde fa1416987a LibJS: Add yearOfWeek calendar methods and properties il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Moustafa Raafat 092b33c96e LibJS: Remove trivial operations ISO{Year,Month,Day} il y a 2 ans
  Moustafa Raafat 48cc557dfa LibJS: Merge ISOMonthCode and BuildISOMonthCode il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Linus Groh 36225c0ae7 LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotation il y a 2 ans
  Linus Groh 741cc08221 LibJS: Use fully spec'd algorithm for ToISOWeekOfYear il y a 2 ans
  Luke Wilde 54bb6bf2c0 LibJS: Avoid calling ToString on calendar when calendarName is "never" il y a 3 ans
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] il y a 2 ans
  Linus Groh 7a8e6cf6c6 LibJS: Move MergeLists into non-Temporal ECMA-262 amendments il y a 3 ans
  Linus Groh 0c3d2b656e LibJS: Rename CalendarMergeFieldNames to MergeLists il y a 3 ans
  Linus Groh 3025f77991 LibJS: Add an explicit operation for merging calendar field names il y a 3 ans
  Linus Groh 86e22abd76 LibJS: Rename DefaultMergeFields to DefaultMergeCalendarFields il y a 3 ans
  Linus Groh d2c1dd5454 LibJS: Introduce ISO Date Records il y a 3 ans
  Linus Groh fc6cf3cb9d LibJS: Remove ToISODayOfWeek il y a 3 ans
  Linus Groh cabcdd838b LibJS: Remove ToISODayOfYear il y a 3 ans
  Linus Groh a216c0b6df LibJS: Remove IsISOLeapYear il y a 3 ans
  Linus Groh 6d0d7c8fd0 LibJS: Remove ISODaysInYear il y a 3 ans
  Linus Groh aac457755d LibJS: Define IsBuiltinCalendar in terms of AvailableCalendars il y a 3 ans