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
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
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr
2022-09-02
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Nayeem Rahman
2022-08-23
feat(npm): support packages with multiple command names (#15565)
David Sherret
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-12-07
refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637)
Bartek Iwańczuk
2020-12-07
refactor(cli): Reorganize worker code, use stronger memory ordering (#8638)
Bartek Iwańczuk
2020-12-01
fix(compile): disable source mapping of errors (#8581)
Bartek Iwańczuk
2020-11-30
feat: deno compile (#8539)
Luca Casonato
2020-11-26
refactor(cli): reorganize main.rs and split workers (#8495)
Bartek Iwańczuk
2020-11-21
refactor(corr): accept get_error_class_fn in RuntimeOptions (#8444)
Bartek Iwańczuk
2020-11-19
refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435)
Bartek Iwańczuk
2020-11-13
refactor: deno_crypto op crate (#7956)
Divy Srivastava
2020-11-02
refactor(cli): remove ProgramState::permissions (#8228)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-14
fix: top-level-await module execution (#7946)
Bartek Iwańczuk
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-09
refactor: Worker is not a Future (#7895)
Bartek Iwańczuk
2020-10-07
refactor(core): JsRuntime is not a Future (#7855)
Bartek Iwańczuk
2020-10-07
refactor: rename isolate to js_runtime (#7858)
Bartek Iwańczuk
2020-10-07
refactor(core): JsRuntime doesn't defer to OwnedIsolate (#7853)
Bartek Iwańczuk
2020-10-06
fix(core): module execution with top level await (#7672)
Bartek Iwańczuk
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-09-28
fix(cli/test): do not start inspector server when collecting coverage (#7718)
Casper Beyer
2020-09-28
refactor: move op state registration to workers (#7696)
Bartek Iwańczuk
2020-09-26
refactor: combine MainWorker::new and MainWorker::create (#7693)
Bartek Iwańczuk
2020-09-25
refactor(cli/inspector): make server optional (#7656)
Casper Beyer
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-18
refactor: move fields from CliState to OpState (#7558)
Bartek Iwańczuk
2020-09-17
refactor: Move URL to op_crates/web (#7544)
Bartek Iwańczuk
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
[next]