summaryrefslogtreecommitdiff
path: root/core/runtime.rs
AgeCommit message (Expand)Author
2021-03-08fix(core): shared queue assertion failure in case of js error (#9721)Inteon
2021-03-04fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)Nayeem Rahman
2021-02-23refactor(core): cleanup module implementation (#9580)Bartek Iwańczuk
2021-02-23refactor(core): Allow multiple overflown responses in single poll (#9433)Inteon
2021-02-20fix(core/runtime): Fix dynamic imports for already rejected modules (#9559)Nayeem Rahman
2021-02-19fix(core): Make dynamic import async errors catchable (#9505)Nayeem Rahman
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-16feat: add structured cloning to Deno.core (#9458)Inteon
2021-02-15upgrade: rusty_v8 0.19.0 (#9466)Bartek Iwańczuk
2021-02-09chore: add flag to v8 (#9456)Bartek Iwańczuk
2021-01-11chore: Move comment to correct place (#9086)Ryan Dahl
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-07 ignore "use asm" (#9019)Anonymous
2021-01-05refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)Bartek Iwańczuk
2020-12-28upgrade: rusty_v8 0.15.0, v8 8.8.294 (#8898)Bartek Iwańczuk
2020-12-20Revert "fix: TLA in web worker (#8809)" (#8839)Bartek Iwańczuk
2020-12-20fix: TLA in web worker (#8809)Bartek Iwańczuk
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-12-10refactor(core): stack trace mapping (#8660)Bartek Iwańczuk
2020-12-08refactor(core): change script name for core.js (#8650)Bartek Iwańczuk
2020-12-05docs(core): Fix typo in load_module's docstring (#8564)Paco
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek Iwańczuk
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-27fix: panic in worker when closing at top level (#8510)Bartek Iwańczuk
2020-11-21refactor(core): don't depend on get_identity_hash for modules (#8354)Bartek Iwańczuk
2020-11-21refactor(corr): accept get_error_class_fn in RuntimeOptions (#8444)Bartek Iwańczuk
2020-11-13refactor(cli+core): various cleanups in Rust (#8336)KNnut
2020-11-11refactor(core): don't depend on get_identity_hash for promises (#8352)Bartek Iwańczuk
2020-11-06docs(core): document several concepts around JsRuntime and ops (#7897)Jan Haller
2020-10-31fix(core/error): Remove extra newline from JsError::fmt() (#8145)Nayeem Rahman
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