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