summaryrefslogtreecommitdiff
path: root/core/runtime.rs
AgeCommit message (Expand)Author
2020-10-26fix(core/runtime): Indicate exceptions in promises (#8124)Nayeem Rahman
2020-10-17refactor(core): more control over isolate creation (#8000)Ben Noordhuis
2020-10-14fix: top-level-await module execution (#7946)Bartek Iwańczuk
2020-10-11reland JsRuntime/Worker is not a Future (#7924)Bartek Iwańczuk
2020-10-10Fix 100% CPU idling problem by reverting #7672 (#7911)Ryan Dahl
2020-10-07refactor(core): JsRuntime is not a Future (#7855)Bartek Iwańczuk
2020-10-07refactor(core): JsRuntime doesn't defer to OwnedIsolate (#7853)Bartek Iwańczuk
2020-10-06fix(core): module execution with top level await (#7672)Bartek Iwańczuk
2020-10-05refactor(core): JsRuntime::poll (#7825)Bartek Iwańczuk
2020-10-02fix(cli/repl): use a default referrer when empty (#7794)Casper Beyer
2020-10-02chore(core): remove experimental wasm bigint flag (#7790)Casper Beyer
2020-09-22Actually remove js_check (#7636)Ryan Dahl
2020-09-22refactor(core): support error stack, remove js_check (#7629)Bartek Iwańczuk
2020-09-20refactor: remove CliState, use OpState, add CliModuleLoader (#7588)Bartek Iwańczuk
2020-09-14Make JsRuntimeState private (#7484)Ryan Dahl
2020-09-14refactor(core): remove JsRuntime::set_js_error_create_fn (#7478)Bartek Iwańczuk
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-11refactor(core): JsRuntime initialization (#7415)Bartek Iwańczuk
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk