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
2021-05-07
fix: align plugin api with Extension (#10427)
Elias Sjögreen
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-05-03
fix(core/print): flush stderr (#10480)
Aaron O'Mullan
2021-05-02
refactor(core): convert core.print() to a builtin op (#10436)
Aaron O'Mullan
2021-05-01
fix(core): fix typo in error message of print function (#10456)
Aditya Pandit
2021-04-30
cleanup(core): use ZeroCopyBuf for serialize & encode bindings (#10435)
Aaron O'Mullan
2021-04-30
refactor(core): provide builtins as an Extension (#10449)
Aaron O'Mullan
2021-04-30
Rename crate_ops to extensions (#10431)
Andy Hayden
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-30
refactor(core): initialize extensions in runtime constructor (#10421)
Aaron O'Mullan
2021-04-30
feat(serde_v8): ZeroCopyBuf (#10432)
Aaron O'Mullan
2021-04-30
refactor(core.js): provide window.__bootstrap (#10423)
Aaron O'Mullan
2021-04-28
refactor(extensions): reintroduce builder (#10412)
Aaron O'Mullan
2021-04-28
enable error-on-warning (#10410)
Ryan Dahl
2021-04-28
core: introduce extensions (#9800)
Aaron O'Mullan
2021-04-28
refactor(core): simplify module loading code (#10385)
Bartek Iwańczuk
2021-04-28
chore: upgrade dprint plugins (#10397)
Satya Rohith
2021-04-26
fix(tls): throw meaningful error when hostname is invalid (#10387)
Bert Belder
2021-04-26
feat(core): enable wasm threading support (#10116)
Casper Beyer
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-25
refactor(core): move builtin ops to their own file (#10336)
Aaron O'Mullan
2021-04-25
feat(core): allow async opcalls in snapshots (#10308)
Aaron O'Mullan
2021-04-24
docs: updated link (#10345)
Anssi Eteläniemi
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-23
chore: release crates (#10327)
Luca Casonato
2021-04-23
chore: remove dead code (#10321)
Ryan Dahl
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-21
refactor(core): kill recv() and init() (#10299)
Aaron O'Mullan
2021-04-21
chore: release crates (#10269)
Bartek Iwańczuk
2021-04-20
chore: update copyright headers (#10243)
Yoshiya Hinosawa
2021-04-19
refactor(core): move SerializablePkg to serde_v8 (#10231)
Aaron O'Mullan
2021-04-18
cleanup(core): simplify op_async(), drop need for try_dispatch_op() (#10240)
Aaron O'Mullan
2021-04-18
tooling(bench_util): benching and profiling utilities (#10223)
Aaron O'Mullan
2021-04-18
refactor(core): remove ZeroCopyBuf's dep on the bindings mod (#10232)
Aaron O'Mullan
2021-04-14
fix(core): better "missing type" GothamState error (#10189)
Ben Noordhuis
2021-04-13
chore: release crates (#10164)
Bartek Iwańczuk
2021-04-13
fix(core): remove wasm-test-streaming flag (#10158)
Casper Beyer
2021-04-13
upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (#10159)
Bert Belder
2021-04-13
upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152)
Bert Belder
2021-04-12
perf(core/ops): avoid allocs when returning primitives (#10149)
Aaron O'Mullan
2021-04-12
core: remove some unnecessary heap allocations
Ben Noordhuis
2021-04-12
core: let embedders plug in their own V8 platform
Ben Noordhuis
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-12
feat: Add Deno.memoryUsage() (#9986)
Aaron O'Mullan
2021-04-11
core: avoid async op future reboxing to bundle PromiseId (#10123)
Aaron O'Mullan
2021-04-09
perf: use BTreeMap for ResourceTable (#10074)
Aaron O'Mullan
2021-04-09
perf(core): use BTreeMap for GothamState (#10073)
Aaron O'Mullan
2021-04-09
fix: async op error stacktraces (#10080)
Nayeem Rahman
[prev]
[next]