Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | refactor(core): rename CoreIsolate to JsRuntime (#7373) | Bartek IwaĆczuk | |
deno_core/ - rename core_isolate.rs to runtime.rs - rename CoreIsolate to JsRuntime - rename JSError to JsError - rename JSStackFrame to JsStackFrame cli/ - update references from deno_core::CoreIsolate to deno_core::JsRuntime - rename deno_core::JSError to deno_core::JsError - rename fmt_errors::JSError to fmt_errors::JsError | |||
2020-08-21 | Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147) | Bert Belder | |
2020-05-16 | Fix spelling: "--alow-write" => "--allow-write" (#5486) | Akash Vishwakarma | |
2020-01-23 | update readmes (#3765) | Ryan Dahl | |
2019-05-20 | Adjust core/README.md text | Ryan Dahl | |
2019-05-11 | Typo (#2337) | Nikola Ristic | |
2019-04-21 | Fix link to http_bench example in core README (#2167) | Matt Harrison | |
2019-04-09 | core: Rename Behavior to Dispatch (#2082) | Ryan Dahl | |
And rename IsolateState to ThreadSafeState. Also make ThreadSafeState directly implement Dispatch. This is simpler. | |||
2019-04-04 | Improve docs in core (#2049) | Ryan Dahl | |