summaryrefslogtreecommitdiff
path: root/cli/worker.rs
AgeCommit message (Expand)Author
2024-03-13perf(permissions): Fast exit from checks when permission is in "fully-granted...Matt Mastracci
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-11fix(ext/node): make worker setup synchronous (#22815)Bartek Iwańczuk
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-02-10chore: deno_core bump (#22379)Matt Mastracci
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-26fix: make deprecation warnings less verbose (#22128)Bartek Iwańczuk
2024-01-25chore(cli): split 40_testing (#22112)Matt Mastracci
2024-01-18feat: Start warning on each use of a deprecated API (#21939)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-19fix(node): child_process IPC on Windows (#21597)Divy Srivastava
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-16fix(npm): support cjs entrypoint in node_modules folder (#21224)David Sherret
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-14perf: move jupyter esm out of main snapshot (#21163)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: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-05refactor(npm): add referrer when resolving npm package sub path from deno mod...David Sherret
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-09-29refactor(cli): make `CliNpmResolver` a trait (#20732)David Sherret
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-09-14fix: output traces for op sanitizer in more cases (#20494)Luca Casonato
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-08-01feat(npm): support running non-bin scripts in npm pkgs via `deno run` (#19975)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-05feat(runtime): support creating workers using custom v8 params (#19339)Mathias Lafeldt
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret