Age | Commit message (Expand) | Author |
---|---|---|
2021-08-08 | LibJS: Mark getters of more Temporal objects [[nodiscard]] | Linus Groh |
2021-08-05 | LibJS: Implement Temporal.ZonedDateTime.prototype.offset | Linus Groh |
2021-08-01 | LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots | Linus Groh |
2021-08-01 | LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor() | Linus Groh |
2021-08-01 | LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor() | Linus Groh |
2021-07-27 | LibJS: Implement Temporal.Now.plainDate() | Linus Groh |
2021-07-25 | LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor() | Linus Groh |
2021-07-22 | LibJS: Remove pointless 'explicit' from a couple of constructors | Linus Groh |
2021-07-16 | LibJS: Start implementing Temporal.Duration | Linus Groh |
2021-07-14 | LibJS: Use more specific return types for some Temporal AOs | Linus Groh |
2021-07-12 | LibJS: Add the ToTemporalInstant Abstract Operation & its requirements | Idan Horowitz |
2021-07-07 | LibJS: Start implementing Temporal.TimeZone | Linus Groh |