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
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
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-15
Remove http_client from CliState, store in OpState directly (#7497)
Ryan Dahl
2020-09-14
refactor(core): remove JsRuntime::set_js_error_create_fn (#7478)
Bartek Iwańczuk
2020-09-14
Rename deno::state::State to deno::state::CliState (#7480)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-11
refactor(core): JsRuntime initialization (#7415)
Bartek Iwańczuk
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
refactor(core): merge CoreIsolate and EsIsolate (#7370)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-10
Remove unnecessary drop calls (#7007)
Ryan Dahl
2020-07-10
fix(URL): Implement spec-compliant host parsing (#6689)
Nayeem Rahman
2020-07-09
fix(cli): panic when stdio is null on windows (#6528)
Maayan Hanin
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk
2020-06-01
Move create_main_worker to MainWorker::create (#6034)
Ryan Dahl
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-05-29
refactor: TS compiler and module graph (#5817)
Bartek Iwańczuk
2020-05-25
fix: BorrowMutError when evaluating expression in inspector console (#5822)
Bert Belder
2020-05-17
Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)
Yiyu Lin
2020-05-14
Fix typos across the repo (#5295)
Dante Calderón
2020-05-13
Make --inspect-brk pause on the first line of _user_ code (#5250)
Bert Belder
2020-05-11
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Bert Belder
2020-04-25
remove bootstrap methods from global scope after bootstrapping (#4869)
Bartek Iwańczuk
2020-04-21
Move resource_table from deno::State to deno_core::Isolate (#4834)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
store debugger url on DenoInspector (#4793)
Bartek Iwańczuk
2020-04-16
remove more calls to futures::executor::block_on (#4775)
Bartek Iwańczuk
2020-04-10
implement Worker.terminate() and self.close() (#4684)
Bartek Iwańczuk
2020-04-03
clippy (#4618)
Kitson Kelly
2020-04-03
Make inspector more robust, add --inspect-brk support (#4552)
Bert Belder
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-03-07
refactor: remove cli/ops/files.rs (#4246)
Bartek Iwańczuk
[next]