Age | Commit message (Expand) | Author |
---|---|---|
2021-08-08 | LibJS: Mark getters of more Temporal objects [[nodiscard]] | Linus Groh |
2021-08-07 | LibJS: Implement Temporal.Instant.prototype.add() | Linus Groh |
2021-08-01 | LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots | Linus Groh |
2021-07-22 | LibJS: Remove pointless 'explicit' from a couple of constructors | Linus Groh |
2021-07-12 | LibJS: Add Temporal.Instant.prototype.round() | Idan Horowitz |
2021-07-12 | LibJS: Add Temporal.Instant.compare() | Idan Horowitz |
2021-07-12 | LibJS: Add the ToTemporalInstant Abstract Operation & its requirements | Idan Horowitz |
2021-07-07 | LibJS: Start implementing Temporal.Instant | Linus Groh |