summaryrefslogtreecommitdiff
path: root/cli/worker.rs
AgeCommit message (Expand)Author
2024-11-20dedup, rename, fix testsBartek Iwańczuk
2024-11-18perf(compile): code cache (#26528)David Sherret
2024-11-15feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead of def...Sahand Akbarzadeh
2024-11-15perf: use available system memory for v8 isolate memory limit (#26868)Bartek Iwańczuk
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-15fix: do not panic running remote cjs module (#26259)David Sherret
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-29refactor: cleanup for creating worker structs (#25933)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-04chore: remove some dead code around DENO_FUTURE env var (#25418)Bartek Iwańczuk
2024-09-03chore: cleanup code for deprecation notices in JS code (#25368)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14fix(cli): support --watch when running cjs npm packages (#25038)Luca Casonato
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-22Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)Bartek Iwańczuk
2024-07-21fix: CFunctionInfo and CTypeInfo leaks (#24634)Divy Srivastava
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-05-28chore: set lockfile as having no content changes after write (#24023)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
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-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-05FUTURE: remove deprecated APIs within workers (#23220)Asher Gomez
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk