summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
AgeCommit message (Expand)Author
2024-05-24fix: use hash of in-memory bytes only for code cache (#23966)David Sherret
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-03-14fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)Matt Mastracci
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-03-13chore: upgrade deno_core to 0.270.0 (#22826)Divy Srivastava
2024-03-13chore: explicitly type `state.put` for permissions (#22881)Divy Srivastava
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-10chore: deno_core bump (#22379)Matt Mastracci
2024-02-06refactor: don't expose worker ops to user code (#22276)Bartek Iwańczuk
2024-01-22fix(runtime): only discard extension sources if a snapshot is provided (#22023)Nayeem Rahman
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-28fix: allow npm: specifiers in import.meta.resolve (#21716)Bartek Iwańczuk
2023-12-24chore: bump deno_core (#21675)Matt Mastracci
2023-12-15refactor: setup child process pipe in Rust (#21579)Divy Srivastava
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)Matt Mastracci
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-28chore: fix formatting (#21364)David Sherret
2023-11-27chore: bump deno_core (#21351)Matt Mastracci
2023-11-26refactor: use new poll methods from JsRuntime (#21302)Bartek Iwańczuk
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-20chore: fix `__runtime_js_sources` feature flag (#21265)Divy Srivastava
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-10perf(cli): strace mode for ops (undocumented) (#21131)Matt Mastracci
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-08-28refactor(runtime): factor out code between build.rs and worker.rs (#20299)Nayeem Rahman
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk