summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-06-29refactor(ops): op2 support for generics (#19636)Matt Mastracci
2023-06-29fix(core): Ensure we don't lose the waker when polling an empty JoinSet (#19655)Matt Mastracci
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25refactor(ops): ops2 supports result in fast path (#19603)Matt Mastracci
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-24refactor(ops): op2 supports Result in slow call path (#19602)Matt Mastracci
2023-06-24refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)Matt Mastracci
2023-06-24refactor: remove remaining references to ZeroCopyBuf (#19598)Bartek Iwańczuk
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-14refactor(core): Remove MaybeDone from ops to eventually remove the box (#19508)Matt Mastracci
2023-06-14refactor(core): some runtime methods should live on the module map (#19502)Matt Mastracci
2023-06-14perf: don't run microtask checkpoint if macrotask callback did no work (#19492)Bartek Iwańczuk
2023-06-14chore(core): Refactor runtime and split out tests (#19491)Matt Mastracci
2023-06-13chore(core): Split modules.rs into multiple files (no code changes) (#19486)Matt Mastracci
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-07refactor(core): use JoinSet instead of FuturesUnordered (#19378)Bartek Iwańczuk
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-05-31refactor(core): don't pass op state to prepare_module_load() (#19332)Nayeem Rahman
2023-05-31chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)Matt Mastracci
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-28refactor(core): Refactor and re-organize code for easier maintenance (#19287)Matt Mastracci
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-26chore: upgrade rusty_v8 to 0.73.0 (#19278)Bartek Iwańczuk
2023-05-241.34.0 (#19246)denobot
2023-05-24refactor(core): store pending ops per realm (#19054)Bartek Iwańczuk
2023-05-21refactor(core): set function names for ops in JavaScript (#19208)Bartek Iwańczuk
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-17fix(runtime): Box the main future to avoid blowing up the stack (#19155)Matt Mastracci
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-10chore(core): fix a warning (#19072)Bartek Iwańczuk
2023-05-09fix(core): let V8 drive extension ESM loads (#18997)Luca Casonato
2023-05-08refactor(core): make sure to always set embedder wrapper offset (#19048)Bartek Iwańczuk
2023-05-08refactor(core): verify there are no ops with duplicate names (#19047)Bartek Iwańczuk
2023-05-09Revert "perf(core): use jemalloc for V8 array buffer allocator (#18875)" (#19...Bartek Iwańczuk
2023-05-08fix(core): always report the first error on unhandled rejection (#18992)ud2
2023-05-06refactor(core): remove run_in_task helper, use tokio::test macro (#19009)Bartek Iwańczuk
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-04fix(core): allow esm extensions not included in snapshot (#18980)Nayeem Rahman
2023-05-03fix(core): rebuild when JS sources for snapshotting change (#18976)Bartek Iwańczuk
2023-05-03perf: use jemalloc as global allocator (#18957)Bartek Iwańczuk
2023-05-02perf(core): use jemalloc for V8 array buffer allocator (#18875)Divy Srivastava
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk