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
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-26
refactor: use default implementation of BootstrapOptions (#18439)
Bartek Iwańczuk
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-20
refactor(ext/node): untangle dependencies between js files (#18284)
Bartek Iwańczuk
2023-03-20
refactor(ext/node): make initialization functions sync (#18282)
Bartek Iwańczuk
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-13
refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)
Bartek Iwańczuk
2023-03-13
Revert "feat(core): prevent isolate drop for CLI main worker (#18059)" (#18157)
Ryan Dahl
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-09
refactor(core): remove RuntimeOptions::extensions_with_js (#18099)
Bartek Iwańczuk
2023-03-08
feat(core): prevent isolate drop for CLI main worker (#18059)
Divy Srivastava
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk
2023-02-24
fix: ensure concurrent non-statically analyzable dynamic imports do not somet...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-10
refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2022-12-19
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Leo Kettmeir
2022-12-16
fix(npm): fix require resolution if using --node-modules-dir (#17087)
Bartek Iwańczuk
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-12-08
fix(compile): ensure import map is used when specified in deno config file (#...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-14
fix(install): support npm specifiers (#16634)
David Sherret
2022-11-10
feat(runtime): support creating workers with custom v8 snapshots (#16553)
Mathias Lafeldt
2022-10-28
refactor(npm): reorganize initialization of compat layer (#16471)
Bartek Iwańczuk
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-09-28
feat(npm): functionality to support child_process.fork (#15891)
David Sherret
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-26
chore: use Rust 1.64.0 (#16035)
Mathias Lafeldt
2022-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-06
fix(watch): ignore unload errors on drop (#15782)
Nayeem Rahman
2022-09-06
refactor(npm): reorganize remapping built-in Node modules to remote URLs (#15...
Bartek Iwańczuk
[prev]
[next]