summaryrefslogtreecommitdiff
path: root/cli/worker.rs
AgeCommit message (Expand)Author
2020-09-11refactor(core): JsRuntime initialization (#7415)Bartek Iwańczuk
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-09-06refactor(core): merge CoreIsolate and EsIsolate (#7370)Bartek Iwańczuk
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-09-05feat: Implement WebSocket API (#7051)crowlKats
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-19Make Rc/Arc wrapper around State/GlobalState visible (#7104)Bert Belder
2020-08-10Remove unnecessary drop calls (#7007)Ryan Dahl
2020-07-10fix(URL): Implement spec-compliant host parsing (#6689)Nayeem Rahman
2020-07-09fix(cli): panic when stdio is null on windows (#6528)Maayan Hanin
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-06-01Move create_main_worker to MainWorker::create (#6034)Ryan Dahl
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-29refactor: TS compiler and module graph (#5817)Bartek Iwańczuk
2020-05-25fix: BorrowMutError when evaluating expression in inspector console (#5822)Bert Belder
2020-05-17Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)Yiyu Lin
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-13Make --inspect-brk pause on the first line of _user_ code (#5250)Bert Belder
2020-05-11Change plugin interface to prevent segfaults when unloading plugin (#5210)Bert Belder
2020-04-25remove bootstrap methods from global scope after bootstrapping (#4869)Bartek Iwańczuk
2020-04-21Move resource_table from deno::State to deno_core::Isolate (#4834)Ryan Dahl
2020-04-19Modify op dispatcher to include &mut Isolate argument (#4821)Ryan Dahl
2020-04-18store debugger url on DenoInspector (#4793)Bartek Iwańczuk
2020-04-16remove more calls to futures::executor::block_on (#4775)Bartek Iwańczuk
2020-04-10implement Worker.terminate() and self.close() (#4684)Bartek Iwańczuk
2020-04-03clippy (#4618)Kitson Kelly
2020-04-03Make inspector more robust, add --inspect-brk support (#4552)Bert Belder
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
2020-03-07refactor: remove cli/ops/files.rs (#4246)Bartek Iwańczuk
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-02-26DenoFlags -> Flags (#4136)Ryan Dahl
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-18refactor: cleanup cli/lib.rs (#4006)Bartek Iwańczuk
2020-02-15refactor: replace Arc<Box<..>> with Rc<..> (#3996)Bartek Iwańczuk
2020-02-11refactor: Remove atomics from metrics (#3968)Bartek Iwańczuk
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-02-06Rename ThreadSafeGlobalState to GlobalState (#3907)Ryan Dahl
2020-02-05Move create_channels into worker constructor (#3889)Ryan Dahl
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk
2020-01-25Refactor error tracking and scope juggling in deno_core (#3783)Bert Belder
2020-01-24Add signal handlers (#3757)Yoshiya Hinosawa
2020-01-21refactor: split cli::Worker (#3735)Bartek Iwańczuk
2020-01-21refactor: Rename JS entry functions (#3732)Bartek Iwańczuk