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-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
2023-04-27
fix(repl): print unhandled rejections and event errors (#18878)
Nayeem Rahman
2023-04-27
chore: upgrade rusty_v8 to 0.71.0 (#18868)
Bartek Iwańczuk
2023-04-27
fix(test): handle dispatched exceptions from test functions (#18853)
Nayeem Rahman
2023-04-27
feat(serde_v8): better error output (#18815)
Bartek Iwańczuk
2023-04-26
refactor(core): simplify op types and codegeneration (#18843)
Bartek Iwańczuk
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-04-26
chore: upgrade rusty_v8 to 0.70.0 (#18844)
Bartek Iwańczuk
2023-04-26
fix(core): Wrap safe collections' argument of primordials (#18750)
Kenta Moriuchi
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-21
refactor(core): remove ops from Deno.core.ops that are disabled (#18793)
Bartek Iwańczuk
2023-04-19
refactor(core): remove PhantomData from IdentityHasher (#18770)
Bartek Iwańczuk
2023-04-19
refactor(core): return better error for non-existent async ops (#18772)
Bartek Iwańczuk
2023-04-19
refactor(core): store v8::Global<v8::Context> in an Rc (#18749)
Bartek Iwańczuk
2023-04-18
chore: forward v1.32.5 release commit to main (#18758)
denobot
2023-04-18
docs(core): fix example link (#18731)
Oleh Martsokha
2023-04-17
chore(ext/fs): decouple fs trait from deno_core (#18732)
Luca Casonato
2023-04-16
bench: add benchmark for deferred async ops (#18722)
Bartek Iwańczuk
2023-04-16
Revert "perf(core): immediately schedule another tick if there are un… (#18...
Bartek Iwańczuk
2023-04-14
fix(core): Use safe primordials wrappers (#18687)
Kenta Moriuchi
2023-04-14
perf(core): immediately schedule another tick if there are unpolled ops (#18611)
Bartek Iwańczuk
2023-04-14
refactor(core): limit number of boundary crossings between Rust and V8 (#18652)
Bartek Iwańczuk
2023-04-13
perf(ops): directly respond for eager ops (#18683)
Bartek Iwańczuk
2023-04-13
refactor(serde_v8): move to `thiserror`, better error output (#18202)
Yiyu Lin
[next]