summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2022-06-15LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecordLinus Groh
2022-06-15LibJS: Leverage ToPartialDuration in ToTemporalDurationRecordLinus Groh
2022-06-15LibJS: Fold ToPartialTime into ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFieldsLinus Groh
2022-06-15LibJS: Add missing conversion to integer values in Calendar AOsLinus Groh
2022-06-15LibJS: Mark various uses of CreateTemporalTime as infallibleLinus Groh
2022-06-13LibJS: Update order of parameters in our is_less_than implementationObinna Ikeh
2022-06-13LibJS: Implement Array.prototype.with()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSpliced()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSorted()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toReversed()Linus Groh
2022-06-13LibJS: Implement the SortIndexedProperties AOLinus Groh
2022-06-13LibJS: Implement the CompareArrayElements AOLinus Groh
2022-06-13LibJS: Remove redundant VM& parameter from array_merge_sort()Linus Groh
2022-06-13LibJS: Make array_merge_sort() publicLinus Groh
2022-06-13LibJS: Update Array.prototype.group{,ToMap} spec URLsLinus Groh
2022-06-13LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}Linus Groh
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-06-10LibJS: Simplify Temporal unit AOsLinus Groh
2022-06-10LibJS: Remove unnecessary ToLimitedTemporalDuration AOLinus Groh
2022-06-10LibJS: Align DifferenceTemporalInstant with similar AOsLinus Groh
2022-06-10LibJS: Refactor Temporal parse AOsLinus Groh
2022-06-10LibJS: Rename DefaultMergeFields to DefaultMergeCalendarFieldsLinus Groh
2022-06-10LibJS: Mark a call of CreateTemporalDate as infallibleLinus Groh
2022-06-02LibJS: Stub out String.prototype.normalizestelar7
2022-05-25LibJS: Remove assertions replaced with structured headersLinus Groh
2022-05-25LibJS: Correct section IDs of Temporal .prototype property clausesLinus Groh
2022-05-25LibJS: Use the rounding abstract operations from Intl.NumberFormat V3Linus Groh
2022-05-25LibJS: Use default argument of CalendarDateFromFieldsLinus Groh
2022-05-25LibJS: Align DifferenceTemporalPlainTime with other Difference* AOsLinus Groh
2022-05-25LibJS: Mark concrete method calls of Environment Records with ?/!Linus Groh
2022-05-17LibJS: Mark two Get operations in ToTemporalZonedDateTime infallibleLinus Groh
2022-05-17LibJS: Use required fields argument in ISOYearMonthFromFieldsLinus Groh
2022-05-17LibJS: Combine TemporalTimeZoneIdentifier and TimeZoneBracketedNameLinus Groh
2022-05-16LibJS: Remove faulty assertion in BalanceDurationRelativeLuke Wilde
2022-05-16LibJS: Introduce ISO Date RecordsLinus Groh
2022-05-16LibJS: Swap until/since arguments to DifferenceTemporalZonedDateTimeLinus Groh
2022-05-16LibJS: Remove unnecessary CalendarDate productionLinus Groh
2022-05-16LibJS: Remove redundant TemporalRelativeToString productionLinus Groh
2022-05-16LibJS: Remove redundant TemporalDateString productionLinus Groh
2022-05-16LibJS: Replace "enclosed by" with "contained within" in spec commentsLinus Groh
2022-05-09LibJS: Use '2 × nsMaxInstant' in a couple of assertion commentsLinus Groh
2022-05-08LibJS: Add a couple of missing spec steps to PerformEvalLuke Wilde
2022-05-08LibJS: Remove callerRealm from HostEnsureCanCompileStringsLuke Wilde
2022-05-08LibJS: Change internal slots of Duration to store mathematical valuesLinus Groh
2022-05-08LibJS: Refactor Temporal since/until to common AOsLinus Groh
2022-05-08LibJS: Remove ToISODayOfWeekLinus Groh
2022-05-08LibJS: Remove ToISODayOfYearLinus Groh
2022-05-08LibJS: Remove IsISOLeapYearLinus Groh