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
Age
Commit message (
Expand
)
Author
2023-06-14
refactor(core): some runtime methods should live on the module map (#19502)
Matt Mastracci
2023-06-14
perf: don't run microtask checkpoint if macrotask callback did no work (#19492)
Bartek Iwańczuk
2023-06-14
chore(core): Refactor runtime and split out tests (#19491)
Matt Mastracci
2023-06-13
chore(core): Split modules.rs into multiple files (no code changes) (#19486)
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-09
chore: forward v1.34.2 release commit to main (#19434)
denobot
2023-06-07
refactor(core): use JoinSet instead of FuturesUnordered (#19378)
Bartek Iwańczuk
2023-06-06
refactor(core): ensureFastOps is an op-generating proxy (#19377)
Matt Mastracci
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-05-31
refactor(core): don't pass op state to prepare_module_load() (#19332)
Nayeem Rahman
2023-05-31
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-05-29
chore: forward v1.34.1 to main (#19312)
Bartek Iwańczuk
2023-05-28
refactor(core): Refactor and re-organize code for easier maintenance (#19287)
Matt Mastracci
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-26
chore: upgrade rusty_v8 to 0.73.0 (#19278)
Bartek Iwańczuk
2023-05-24
1.34.0 (#19246)
denobot
2023-05-24
refactor(core): store pending ops per realm (#19054)
Bartek Iwańczuk
2023-05-21
refactor(core): set function names for ops in JavaScript (#19208)
Bartek Iwańczuk
2023-05-18
chore: forward v1.33.4 release commit to main (#19181)
denobot
2023-05-17
fix(runtime): Box the main future to avoid blowing up the stack (#19155)
Matt Mastracci
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-12
chore: forward v1.33.3 release commit to main (#19111)
denobot
2023-05-10
chore(core): fix a warning (#19072)
Bartek Iwańczuk
2023-05-09
fix(core): let V8 drive extension ESM loads (#18997)
Luca Casonato
2023-05-08
refactor(core): make sure to always set embedder wrapper offset (#19048)
Bartek Iwańczuk
2023-05-08
refactor(core): verify there are no ops with duplicate names (#19047)
Bartek Iwańczuk
2023-05-09
Revert "perf(core): use jemalloc for V8 array buffer allocator (#18875)" (#19...
Bartek Iwańczuk
2023-05-08
fix(core): always report the first error on unhandled rejection (#18992)
ud2
2023-05-06
refactor(core): remove run_in_task helper, use tokio::test macro (#19009)
Bartek Iwańczuk
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-05-04
chore: forward v1.33.2 release commit to main (#18990)
denobot
2023-05-04
fix(core): allow esm extensions not included in snapshot (#18980)
Nayeem Rahman
2023-05-03
fix(core): rebuild when JS sources for snapshotting change (#18976)
Bartek Iwańczuk
2023-05-03
perf: use jemalloc as global allocator (#18957)
Bartek Iwańczuk
2023-05-02
perf(core): use jemalloc for V8 array buffer allocator (#18875)
Divy Srivastava
2023-05-02
chore: release extension crates, unpin tokio (#18954)
Bartek Iwańczuk
2023-05-02
refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...
Kenta Moriuchi
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
2023-05-01
bench: fix benchmarks again (#18942)
Bartek Iwańczuk
2023-05-01
bench: fix json ops benchmark (#18941)
Bartek Iwańczuk
2023-05-01
refactor: migrate async ops to generated wrappers (#18937)
Bartek Iwańczuk
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-04-30
perf(core): async op pseudo-codegen and performance work (#18887)
Matt Mastracci
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-29
fix(ext/kv): stricter structured clone serializer (#18914)
Luca Casonato
2023-04-28
fix(ext/io) several sync fs fixes (#18886)
Igor Zinkovsky
2023-04-28
chore: forward v1.33.1 release commit to main (#18897)
denobot
2023-04-28
1.33.0 (#18879)
denobot
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
[next]