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