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
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
2019-07-08
cli: refactor deno_dir to use Url instead of String
Bartek Iwańczuk
2019-07-08
core: clearly define when module lookup is path-based vs URL-based
Bert Belder
2019-06-27
Fix multiple error messages for a missing file (#2587)
Gurwinder Singh
2019-06-24
refactor: use Path/PathBuf in deno dir (#2559)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-12
Refactor module resolving (#2493)
Bartek Iwańczuk
2019-06-11
Removed unused method and update docs (#2499)
Gurwinder S
2019-06-11
Move Modules to ThreadSafeState (#2498)
Ryan Dahl
2019-06-11
Add --seed for setting RNG seed (#2483)
Matt Harrison
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk
2019-06-08
Add 'bundle' subcommand. (#2467)
Kitson Kelly
2019-06-08
Remove tokio_util::block_on dep in compile_async and other cleanup
gurv-s
2019-06-06
Cleanup compiler API (#2466)
Kitson Kelly
2019-06-05
RecursiveLoad shouldn't own the Isolate (#2453)
Ryan Dahl
2019-05-29
TS compiler refactor
Ryan Dahl
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-05-08
First pass at permissions whitelist (#2129)
andy finch
[next]