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
2021-02-15
upgrade: rusty_v8 0.19.0 (#9466)
Bartek Iwańczuk
2021-02-09
chore: add flag to v8 (#9456)
Bartek Iwańczuk
2021-01-11
chore: Move comment to correct place (#9086)
Ryan Dahl
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-07
ignore "use asm" (#9019)
Anonymous
2021-01-05
refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)
Bartek Iwańczuk
2020-12-28
upgrade: rusty_v8 0.15.0, v8 8.8.294 (#8898)
Bartek Iwańczuk
2020-12-20
Revert "fix: TLA in web worker (#8809)" (#8839)
Bartek Iwańczuk
2020-12-20
fix: TLA in web worker (#8809)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-12-10
refactor(core): stack trace mapping (#8660)
Bartek Iwańczuk
2020-12-08
refactor(core): change script name for core.js (#8650)
Bartek Iwańczuk
2020-12-05
docs(core): Fix typo in load_module's docstring (#8564)
Paco
2020-12-01
fix(compile): disable source mapping of errors (#8581)
Bartek Iwańczuk
2020-11-28
chore: clippy future cleanups (#8514)
Kitson Kelly
2020-11-27
fix: panic in worker when closing at top level (#8510)
Bartek Iwańczuk
2020-11-21
refactor(core): don't depend on get_identity_hash for modules (#8354)
Bartek Iwańczuk
2020-11-21
refactor(corr): accept get_error_class_fn in RuntimeOptions (#8444)
Bartek Iwańczuk
2020-11-13
refactor(cli+core): various cleanups in Rust (#8336)
KNnut
2020-11-11
refactor(core): don't depend on get_identity_hash for promises (#8352)
Bartek Iwańczuk
2020-11-06
docs(core): document several concepts around JsRuntime and ops (#7897)
Jan Haller
2020-10-31
fix(core/error): Remove extra newline from JsError::fmt() (#8145)
Nayeem Rahman
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
[prev]