Age | Commit message (Expand) | Author |
---|---|---|
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-03-30 | LibJS: Explicitly indicate infallible incovations | Timothy Flynn |
2022-03-15 | LibJS: Reorganize spec steps for Intl.RelativeTimeFormat | Timothy Flynn |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2022-01-30 | LibJS: Generalize Intl.NumberFormat to operate on Value types | Timothy Flynn |
2022-01-27 | LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts | Timothy Flynn |
2022-01-27 | LibJS: Implement Intl.RelativeTimeFormat.prototype.format | Timothy Flynn |
2022-01-27 | LibJS: Add missing spec link for InitializeRelativeTimeFormat | Timothy Flynn |
2022-01-25 | LibJS: Use new construct AO overload where easily applicable | Timothy Flynn |
2022-01-25 | LibJS: Implement the Intl.RelativeTimeFormat constructor | Timothy Flynn |
2022-01-25 | LibJS: Implement a nearly empty Intl.RelativeTimeFormat object | Timothy Flynn |