summaryrefslogtreecommitdiff
path: root/ext/web/timers.rs
AgeCommit message (Expand)Author
2024-11-08fix: performance.timeOrigin (#26787)snek
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-16chore(ext/web): refactor timer ops before landing op sanitizer (#22435)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-26refactor: op_sleep uses op2 macro (#20908)Bartek Iwańczuk
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-09refactor: remove TimersPermissions::check_unstable (#20831)Bartek Iwańczuk
2023-10-05refactor: rewrite several extension ops to op2 (#20457)Bartek Iwańczuk
2023-09-04Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (...Bartek Iwańczuk
2023-09-02refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303)Bartek Iwańczuk
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