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
/
state.rs
Age
Commit message (
Expand
)
Author
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-18
refactor: remove run_worker_loop (#4028)
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-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-25
refactor: Modules and Loader trait (#3791)
Bartek Iwańczuk
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-21
feat: add AsyncUnref ops (#3721)
Yoshiya Hinosawa
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-17
workers: minimal error handling and async module loading (#3665)
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
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-24
refactor: Elevate DenoPermissions lock to top level (#3398)
Kevin (Kun) "Kassimo" Qian
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-14
refactor: per-worker resource table, take 2 (#3342)
Bartek Iwańczuk
2019-11-13
Revert "refactor: per-worker resource table (#3306)"
Ryan Dahl
2019-11-13
refactor: per-worker resource table (#3306)
Bartek Iwańczuk
2019-11-09
refactor: worker is no longer a resource (#3290)
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-11-03
feat: lockfiles (#3231)
Ry Dahl
2019-10-23
refactor DenoPermissions.check_net & resolve_addr (#3182)
EnokMan
2019-10-17
feat: --reload flag to take arg for partial reload (#3109)
Michał Sabiniarz
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-10-03
Update rust to 1.38.0 (#3030)
Andy Hayden
2019-10-02
feat: JSX Support (#3038)
Yusuke Sakurai
2019-10-01
use Isolate::register_op in deno_cli (#3039)
Bartek Iwańczuk
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-15
Fix import map panics, use import map's location as its base URL (#2770)
Nayeem Rahman
2019-08-13
Dynamic import should respect permissions (#2764)
Ryan Dahl
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
refactor: cleanup compiler pipeline (#2686)
Bartek Iwańczuk
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
[next]