summaryrefslogtreecommitdiff
path: root/ext/web/timers.rs
AgeCommit message (Expand)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-17feat(ext/web): Request higher-resolution timer on Windows if user requests se...Matt Mastracci
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-10-17perf(ext/web): optimize timer cancellation (#16316)Divy Srivastava
2022-09-07perf(ops): inline &[u8] arguments and enable fast API (#15731)Divy Srivastava
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-08-28perf: use fast api for op_now (#15643)Divy Srivastava
2022-08-16perf: improve performance.now (#15481)Ryan Dahl
2022-07-26chore(ops): Remove unused arguments from ops (#15315)Aapo Alasuutari
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-06-13Remove unstable Deno.sleepSync (#14719)Ryan Dahl
2022-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-02-15chore(ext/timers): move ext/timers to ext/web (#13665)Andreu Botella