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-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
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-21
feat: Deno.fsEvents() (#3452)
Bartek Iwańczuk
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-02-15
refactor: replace Arc<Box<..>> with Rc<..> (#3996)
Bartek Iwańczuk
2020-02-11
refactor: Remove atomics from metrics (#3968)
Bartek Iwańczuk
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-02-06
Rename ThreadSafeGlobalState to GlobalState (#3907)
Ryan Dahl
2020-02-05
Move create_channels into worker constructor (#3889)
Ryan Dahl
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-25
Refactor error tracking and scope juggling in deno_core (#3783)
Bert Belder
2020-01-24
Add signal handlers (#3757)
Yoshiya Hinosawa
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-21
refactor: Rename JS entry functions (#3732)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-17
workers: minimal error handling and async module loading (#3665)
Bartek Iwańczuk
2020-01-08
refactor: module loading in EsIsolate (#3615)
Bartek Iwańczuk
2020-01-07
core: factor out EsIsolate from Isolate (#3613)
Bartek Iwańczuk
2020-01-06
merge libdeno::DenoIsolate into core::Isolate (#3605)
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-04
Use async at places, use &self instead of self: &Self (#3594)
Gurwinder Singh
[prev]
[next]