summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
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: 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
2021-11-20LibJS: Start fleshing out an ISO 8601 parser for TemporalLinus Groh
2021-11-19LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTimeLinus Groh
2021-11-19LibJS: Update spec comments in format_time_zone_offset_string()Linus Groh
2021-11-19LibJS: Allow string as parameter in Temporal's round() / total()Linus Groh
2021-11-17LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()Linus Groh
2021-11-17LibJS: Disallow Temporal.Duration input values to be non-integersLinus Groh
2021-11-17LibJS + js: Rethrow exception on the vm after bytecode interpreter rundavidot