Age | Commit message (Expand) | Author |
---|---|---|
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2021-10-23 | LibJS: Convert Atomics functions to ThrowCompletionOr | Timothy Flynn |
2021-10-20 | LibJS: Add ThrowCompletionOr versions of the JS native function macros | Idan Horowitz |
2021-07-14 | LibJS: Implement Atomics.isLockFree | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.compareExchange | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.exchange | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.store | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.xor | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.sub | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.or | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.and | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.load | Timothy Flynn |
2021-07-14 | LibJS: Implement Atomics.add | Timothy Flynn |
2021-07-14 | LibJS: Begin implementing Atomics | Timothy Flynn |