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
/
snapshot_util.rs
Age
Commit message (
Expand
)
Author
2023-06-14
chore(core): Refactor runtime and split out tests (#19491)
Matt Mastracci
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-05-31
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-16
refactor(core): op initialization and snapshot creator (#18221)
Bartek Iwańczuk
2023-03-09
refactor(core): remove RuntimeOptions::extensions_with_js (#18099)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-20
build: add "include_js_files_for_snapshotting" Cargo feature (#17826)
Bartek Iwańczuk
2023-02-14
chore(build): don't compress TSC snapshot in debug build (#17772)
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-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-11-27
feat(core): support initializing extensions with and without JS (#16789)
Bartek Iwańczuk
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk