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
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
2019-09-19
Remove test.py, use cargo test as test frontend (#2967)
Ryan Dahl
2019-09-04
Run tests after "cargo build" on travis (#2854)
Ryan Dahl
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-09
Fix dynamic import base path problem for REPL and eval (#2757)
Kevin (Kun) "Kassimo" Qian
2019-08-09
Dynamic import (#2516)
Bert Belder
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-08-05
Provide option to delete Deno namespace in worker (#2717)
Kevin (Kun) "Kassimo" Qian
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-31
factor out FileFetcher to separate module (#2683)
Bartek Iwańczuk
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-08
core: clearly define when module lookup is path-based vs URL-based
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-12
Refactor module resolving (#2493)
Bartek Iwańczuk
2019-06-12
Remove Config struct from core (#2502)
Ryan Dahl
2019-06-11
Removed unused method and update docs (#2499)
Gurwinder S
2019-06-11
Move Modules to ThreadSafeState (#2498)
Ryan Dahl
2019-06-08
Add 'bundle' subcommand. (#2467)
Kitson Kelly
2019-06-05
RecursiveLoad shouldn't own the Isolate (#2453)
Ryan Dahl
2019-06-04
Handle compiler diagnostics in Rust (#2445)
Kitson Kelly
2019-05-29
TS compiler refactor
Ryan Dahl
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-05-03
add --no-fetch CLI flag to prevent remote downloads (#2213)
Bartek Iwańczuk
2019-04-23
core: make Isolate concrete, remove Dispatch trait (#2183)
Ryan Dahl
2019-04-21
Refactor CLI entry point (#2157)
Bartek Iwańczuk
2019-04-18
Fix redirects under async load (#2133)
Kevin (Kun) "Kassimo" Qian
2019-04-17
Fix clippy warnings
Bert Belder
2019-04-16
Implement async module loading in CLI (#2084)
Ryan Dahl
2019-04-14
Fix silent error, add custom panic handler (#2098)
Ryan Dahl
2019-04-12
better wait for removed_from_resource_table_on_close test (#2104)
andy finch
2019-04-11
Improve op dispatch (#2088)
andy finch
2019-04-09
core: Rename Behavior to Dispatch (#2082)
Ryan Dahl
2019-04-08
Merge Worker and Isolate types (#2078)
Ryan Dahl
[prev]