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-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
2023-01-15
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2023-01-14
feat(core): Reland support for async ops in realms (#17204)
Andreu Botella
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-26
chore(core): Make `OpCtx` instances be realm-specific (#17174)
Andreu Botella
2022-12-23
fix(core): run macrotasks and next ticks after polling dynamic imports (#17173)
Bartek Iwańczuk
2022-12-20
fix(core): Have custom errors be created in the right realm (#17050)
Andreu Botella
2022-12-19
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Leo Kettmeir
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-17
chore(core): Small realm-related fixes (#17044)
Andreu Botella
2022-12-13
chore(core): Deduplicate `event_loop_pending_state` (#17039)
Andreu Botella
2022-11-30
chore: remove unnecessary lifetimes (#16878)
David Sherret
2022-11-28
feat(core): show unresolved promise origin (#16650)
Bartek Iwańczuk
2022-11-27
feat(core): support initializing extensions with and without JS (#16789)
Bartek Iwańczuk
2022-11-27
feat(core): send "executionContextDestroyed" notification on program end (#16...
Bartek Iwańczuk
2022-11-26
fix(inspector): send "isDefault" in aux data (#16836)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-12
chore: upgrade rusty_v8 to 0.55.0 (#16604)
Bartek Iwańczuk
2022-11-11
feat(ops): implement fast lazy async ops (#16579)
Divy Srivastava
2022-11-10
perf(core): minimize trivial heap allocations in `resolve_async_ops` (#16584)
Divy Srivastava
2022-11-08
refactor: simplify deno_core's grab_global and ensure_objs (#16564)
Ryan Dahl
2022-10-28
feat(core): support creating snapshots from existing snapshots (#14744)
Bartek Iwańczuk
[next]