summaryrefslogtreecommitdiff
path: root/core/runtime.rs
AgeCommit message (Expand)Author
2023-03-23fix(core): panic at build time if extension code contains anything other than...Matt Mastracci
2023-03-23core: disable resizable ArrayBuffer and growable SharedArrayBuffer (#18395)Bartek Iwańczuk
2023-03-23refactor(core): move setting up snapshot context to JsRuntime::snapshot (#18383)Bartek Iwańczuk
2023-03-22docs(JsRealm.execute_script): adding info and doc test about the isolate para...Vagelis Prokopiou
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-21chore(core): remove stray log statement (#18322)Bartek Iwańczuk
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18271)Bartek Iwańczuk
2023-03-18Revert "perf(core): use static specifier in ExtensionFileSource (#182… (#18...Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18264)Divy Srivastava
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-16refactor(core): op initialization and snapshot creator (#18221)Bartek Iwańczuk
2023-03-15chore(core): don't print cargo directives if not creating snapshot (#18205)Bartek Iwańczuk
2023-03-13Revert "feat(core): prevent isolate drop for CLI main worker (#18059)" (#18157)Ryan Dahl
2023-03-09refactor(core): remove RuntimeOptions::extensions_with_js (#18099)Bartek Iwańczuk
2023-03-09perf(core): over-allocate in ModuleMap when running from snapshot (#18083)Bartek Iwańczuk
2023-03-08feat(core): prevent isolate drop for CLI main worker (#18059)Divy Srivastava
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-06refactor: use v8::String::new_external_onebyte_static where appropriate (#18051)Bartek Iwańczuk
2023-02-23fix(core): remove async op inlining optimization (#17899)Divy Srivastava
2023-02-22fix(core): rebuild when JS sources for snapshotting change (#17876)Bartek Iwańczuk
2023-02-22perf(core, runtime): Further improve startup time (#17860)Bartek Iwańczuk
2023-02-21refactor(core): More efficient serde for ES modules in snapshot (#17856)Bartek Iwańczuk
2023-02-20build: add "include_js_files_for_snapshotting" Cargo feature (#17826)Bartek Iwańczuk
2023-02-20refactor(core): definition of "ExtensionFileSource" (#17823)Bartek Iwańczuk
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-14feat(core): allow to specify entry point for snapshotted ES modules (#17771)Bartek Iwańczuk
2023-02-08refactor: internal runtime code TS support (#17672)Leo Kettmeir
2023-02-08fix(core): don't allow to import internal code is snapshot is loaded (#17694)Bartek Iwańczuk
2023-02-08refactor(core): change SourcePair to ExtensionFileSource (#17686)Bartek Iwańczuk
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-07chore: upgrade rusty_v8 to 0.62.2 (#17604)Bartek Iwańczuk
2023-02-06refactor: create JsRuntime outside of run_in_task (#17667)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-03Revert "chore(core): remove have_unpolled_ops on rt state (#17601)" (#17631)Bartek Iwańczuk
2023-01-31chore(core): remove have_unpolled_ops on rt state (#17601)Luca Casonato
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26chore(core): fix typo in runtime.rs (#17537)Ikko Eltociear Ashimine
2023-01-25Revert "chore: upgrade rusty_v8 to 0.62.0 (#17200)" (#17523)Bartek Iwańczuk
2023-01-25chore: upgrade rusty_v8 to 0.62.0 (#17200)Bartek Iwańczuk
2023-01-19refactor: cleanup ModuleMap (#17469)Leo Kettmeir
2023-01-19feat: ES module snapshotting (#17460)Leo Kettmeir
2023-01-16refactor(core): Move `pending_promise_rejections` to `ContextState` (#17447)Andreu Botella
2023-01-16refactor(core): rename pending_promise_exception to pending_promise_rejection...Bartek Iwańczuk
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava