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-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
2019-05-01
core: express op as enum (#2255)
Ryan Dahl
2019-05-01
Refactor zero-copy buffers for performance and to prevent memory leaks
Bert Belder
2019-04-29
Add support for custom tsconfig.json (#2089)
Kitson Kelly
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-17
Fix clippy warnings
Bert Belder
2019-04-16
Implement async module loading in CLI (#2084)
Ryan Dahl
2019-04-11
Improve op dispatch (#2088)
andy finch
2019-04-09
core: Rename Behavior to Dispatch (#2082)
Ryan Dahl