index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
web
/
timers.rs
Age
Commit message (
Expand
)
Author
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-16
chore(ext/web): refactor timer ops before landing op sanitizer (#22435)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-26
refactor: op_sleep uses op2 macro (#20908)
Bartek Iwańczuk
2023-10-25
chore: update deno_core and port all remaining ops to `op2` (#20954)
Bartek Iwańczuk
2023-10-09
refactor: remove TimersPermissions::check_unstable (#20831)
Bartek Iwańczuk
2023-10-05
refactor: rewrite several extension ops to op2 (#20457)
Bartek Iwańczuk
2023-09-04
Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (...
Bartek Iwańczuk
2023-09-02
refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303)
Bartek Iwańczuk
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-17
feat(ext/web): Request higher-resolution timer on Windows if user requests se...
Matt Mastracci
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-10-17
perf(ext/web): optimize timer cancellation (#16316)
Divy Srivastava
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-08-28
perf: use fast api for op_now (#15643)
Divy Srivastava
2022-08-16
perf: improve performance.now (#15481)
Ryan Dahl
2022-07-26
chore(ops): Remove unused arguments from ops (#15315)
Aapo Alasuutari
2022-07-22
Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)
Divy Srivastava
2022-07-22
feat(ops): V8 Fast Calls (#15122)
Divy Srivastava
2022-06-13
Remove unstable Deno.sleepSync (#14719)
Ryan Dahl
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella