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-26
chore: fix typos (#19572)
Martin Fischer
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
refactor(ops): ops2 supports result in fast path (#19603)
Matt Mastracci
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-24
refactor(ops): op2 supports Result in slow call path (#19602)
Matt Mastracci
2023-06-24
refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)
Matt Mastracci
2023-06-24
refactor: remove remaining references to ZeroCopyBuf (#19598)
Bartek Iwańczuk
2023-06-23
fix(serde_v8): Do not coerce values in serde_v8 (#19569)
Divy Srivastava
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-16
chore: forward v1.34.3 release commit to main (#19526)
denobot
2023-06-14
refactor(core): Remove MaybeDone from ops to eventually remove the box (#19508)
Matt Mastracci
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
[next]