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-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
2020-01-02
Happy new year! (#3578)
Ry Dahl
2020-01-01
cleanup after tokio upgrade (#3571)
Gurwinder Singh
2019-12-30
upgrade: Tokio 0.2 (#3418)
Bartek Iwańczuk
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-20
repl: do not crash on async op reject (#3527)
Kevin (Kun) "Kassimo" Qian
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
2019-12-03
remove duplicated argv member from ThreadSafeGlobalState (#3433)
Ry Dahl
2019-11-24
refactor: Elevate DenoPermissions lock to top level (#3398)
Kevin (Kun) "Kassimo" Qian
2019-11-22
remove tokio_util::block_on (#3388)
Bartek Iwańczuk
2019-11-22
minor clean ups in TS compiler (#3394)
Bartek Iwańczuk
2019-11-19
remove tokio_util::block_on from ops/workers.rs (#3381)
Bartek Iwańczuk
2019-11-17
refactor: fixes for futures (#3363)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-09
refactor: worker is no longer a resource (#3290)
Bartek Iwańczuk
2019-11-07
refactor: remove cli::resources::Resource (#3285)
Bartek Iwańczuk
2019-11-06
Remove CoreResource::inspect_repr method (#3274)
Ry Dahl
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-10-28
refactor: use core ResourceTable in cli (#3206)
Bartek Iwańczuk
2019-10-19
feat: Allow "deno eval" to run code as module (#3148)
Kevin (Kun) "Kassimo" Qian
2019-10-14
perf: eager poll async ops in Isolate (#3046)
Bartek Iwańczuk
2019-10-13
fix: [tls] op_dial_tls is not registerd and broken (#3121)
Yusuke Sakurai
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-10-06
remove more calls to tokio_util::block_on (#3059)
Bartek Iwańczuk
2019-10-02
feat: Add support for passing a key to Deno.env() (#2952)
Jed Fox
2019-10-01
use Isolate::register_op in deno_cli (#3039)
Bartek Iwańczuk
[prev]
[next]