Age | Commit message (Expand) | Author |
2023-05-26 | LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1 | Timothy Flynn |
2023-05-22 | LibJS: Add "Month dd, yy hh:mm:ss" Date format | Luke Wilde |
2023-05-07 | Everywhere: Change spelling of 'behaviour' to 'behavior' | Ben Wiederhake |
2023-05-06 | LibJS: Guard against stack overflow in ProxyObject set_property() | Maciej |
2023-05-06 | LibJS: Guard against stack overflow in ProxyObject has_property() | Maciej |
2023-04-02 | LibJS: Parse secondary expressions with the original forbidden token set | Linus Groh |
2023-03-23 | LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independent | Hendiadyoin1 |
2023-03-23 | LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for Date | Luke Wilde |
2023-03-21 | LibJS: Ensure Date tests can pass in any time zone by testing UTC values | Timothy Flynn |
2023-03-01 | LibJS: Make int_part a double in StringPrototype::to_string | Luke Wilde |
2023-02-16 | LibJS: Manually loop over escaped regex pattern instead of ::replace() | Ali Mohammad Pur |
2023-02-15 | LibUnicode: Fix typos causing text segmentation on mid-word punctuation | Timothy Flynn |
2023-02-11 | LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD | Luke Wilde |
2023-02-02 | LibJS: Format the era of ISO year 0 as BC | Timothy Flynn |
2023-01-30 | LibJS: Allow "approximately" results to differ in plural form | Timothy Flynn |
2023-01-30 | LibJS: Move resolution of some Intl.NumberFormat options to a common AO | Timothy Flynn |
2023-01-23 | LibJS: Add DisposableStack{, Prototype, Constructor} | davidot |
2023-01-23 | LibJS: Add using declaration support in for and for of loops | davidot |
2023-01-23 | LibJS: Add using declaration support, RAII like operation in js | davidot |
2023-01-23 | LibJS: Add Symbol.dispose | davidot |
2023-01-23 | LibJS: Add SuppressedError{, Prototype, Constructor} | davidot |
2023-01-23 | LibJS: Add custom details to toBe{True, False} shown on failure | davidot |
2023-01-23 | LibJS: Clarify more errors in test-common | davidot |
2023-01-14 | LibJS: Set approximate number range format result's "source" to "shared" | Timothy Flynn |
2023-01-10 | LibJS: Use a work queue instead of the C++ stack for the GC mark phase | Andreas Kling |
2022-12-26 | LibJS: Add yearOfWeek calendar methods and properties | Luke Wilde |
2022-12-15 | LibJS: Throw a RangeError when when formatting strings in DurationFormat | Timothy Flynn |
2022-12-14 | LibJS: Don't update names of resulting functions in object expression | davidot |
2022-12-13 | LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date | Luke Wilde |
2022-12-10 | LibJS: Use ToPropertyKey AO for computed member expression value | Linus Groh |
2022-12-07 | LibJS: Protect CanonicalIndex against double-to-integer overflow | Timothy Flynn |
2022-12-03 | LibJS: Add a function to ensure calls are made within the same second | davidot |
2022-12-02 | LibJS: Implement Set.prototype.isDisjointFrom | Idan Horowitz |
2022-12-02 | LibJS: Implement Set.prototype.isSupersetOf | Idan Horowitz |
2022-12-02 | LibJS: Implement Set.prototype.isSubsetOf | Idan Horowitz |
2022-12-02 | LibJS: Implement Set.prototype.symmetricDifference | Idan Horowitz |
2022-12-02 | LibJS: Implement Set.prototype.difference | Idan Horowitz |
2022-12-02 | LibJS: Implement Set.prototype.intersection | Idan Horowitz |
2022-12-02 | LibJS: Implement Set.prototype.union | Idan Horowitz |
2022-12-02 | LibJS: Throw on conversion from TimeZone to Calendar and vice versa | Linus Groh |
2022-12-01 | LibJS: Implement String.prototype.toWellFormed | Timothy Flynn |
2022-12-01 | LibJS: Implement String.prototype.isWellFormed | Timothy Flynn |
2022-11-30 | LibJS: Allow TypedArrays to become detached while sorting | Timothy Flynn |
2022-11-30 | LibJS: Allow CallExpressions as lhs of assignments in most cases | davidot |
2022-11-30 | LibJS: Fix that constant declaration in for loop was mutable in body | davidot |
2022-11-29 | LibJS: Allow specifying only roundingIncrement in NumberFormat options | Timothy Flynn |
2022-11-28 | LibJS: Enable commented out tests in Math.asin | davidot |
2022-11-28 | LibJS: Add spec comments and check for edge cases in Math.tanh | davidot |
2022-11-28 | LibJS: Add spec comments and check for edge cases in Math.sinh | davidot |
2022-11-28 | LibJS: Add spec comments and check for edge cases in Math.log10 | davidot |