Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | LibJS: Remove unused header includes | Brian Gianforcaro |
2021-07-27 | LibJS: Implement a bunch of time value related Date AOs | Linus Groh |
2021-07-12 | LibJS: Add the ToTemporalInstant Abstract Operation & its requirements | Idan Horowitz |
2021-06-20 | LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors | Linus Groh |
2021-06-06 | LibJS: Store Date milliseconds as signed to support negative offsets | Idan Horowitz |
2021-06-06 | LibJS: Ignore arguments in Date's constructor when called as a function | Idan Horowitz |
2021-05-07 | LibJS: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-04-22 | Everywhere: Use linusg@serenityos.org for my copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-22 | LibJS Date: Added "Invalid Date". | Petróczi Zoltán |
2021-03-15 | LibJS: Add Date.prototype.toGMTString() | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |