summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
2021-11-29LibJS: Change Intl's GetOption AO to accept a Span rather than a VectorTimothy Flynn
2021-11-29LibJS: Implement parsing and executing for-await-of loopsdavidot
2021-11-29LibJS: Implement the async versions of iterator operationsdavidot
2021-11-29LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instancesdavidot
2021-11-29LibJS: Move the TRY_OR_REJECT macro to PromiseReactiondavidot
2021-11-29LibJS: Add AsyncIteratorPrototypedavidot
2021-11-28LibJS: Spin the event loop while waiting for async completion in `await`Ali Mohammad Pur
2021-11-28LibJS: Implement parsing of TemporalDurationStringLinus Groh
2021-11-27LibJS: Parse TemporalInstantString as part of TemporalCalendarStringLinus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.since()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.until()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.subtract()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.add()Linus Groh
2021-11-27LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceededIdan Horowitz
2021-11-24LibJS: Make section URLs more consistentLinus Groh
2021-11-24LibJS: Simplify TemporalRelativeToStringLinus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.since()Linus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.until()Linus Groh
2021-11-24LibJS: Implement balance_duration_relative()Luke Wilde
2021-11-24LibJS: Implement add_duration()Luke Wilde
2021-11-24LibJS: Implement default_temporal_largest_unit()Luke Wilde
2021-11-24LibJS: Implement difference_zoned_date_time()Luke Wilde
2021-11-24LibJS: Add sign(Crypto::SignedBigInteger const&) overloadLinus Groh
2021-11-24LibJS: Fix incorrectly formatted section commentsLinus Groh
2021-11-24LibJS: Re-implement SetNumberFormatDigitOptions AOTimothy Flynn
2021-11-24LibJS: Update spec comments in GetOption and DefaultNumberOption AOsTimothy Flynn
2021-11-24LibJS: Don't accept UTC designators in strings for plain Temporal typesLinus Groh
2021-11-24LibJS: Fix parse ErrorType used in parse_temporal_date_string()Linus Groh
2021-11-23LibJS: Update to_largest_temporal_unit() to allow undefined fallbackLinus Groh
2021-11-21LibJS: Parse async generator functionsdavidot
2021-11-21LibJS: Don't set a prototype property on async functionsdavidot
2021-11-21LibJS: Parse async arrow functionsdavidot
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.since()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.until()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainTime.prototype.since()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainTime.prototype.until()Linus Groh
2021-11-20LibJS: Implement parsing of TemporalInstantStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalCalendarStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalRelativeToStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalZonedDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalYearMonthStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalMonthDayStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateStringLinus Groh
2021-11-20LibJS: Update parse_temporal_time_zone() to match the spec againLinus Groh
2021-11-20LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()Linus Groh
2021-11-20LibJS: Fix fallback of hour, minute, second in parse_iso_date_time()Linus Groh