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