Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | core: make Isolate concrete, remove Dispatch trait (#2183) | Ryan Dahl | |
Op dispatch is now dynamically dispatched, so slightly less efficient. The immeasurable perf hit is a reasonable trade for the API simplicity that is gained here. | |||
2019-04-21 | Refactor CLI entry point (#2157) | Bartek IwaĆczuk | |
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" | |||
2019-04-17 | Fix clippy warnings | Bert Belder | |
2019-04-16 | Move deno_core_http_bench into examples dir (#2127) | Ryan Dahl | |