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
/
serde_v8
/
ser.rs
Age
Commit message (
Expand
)
Author
2023-07-02
refactor(core): Extract deno_core (#19658)
Matt Mastracci
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
2023-03-16
feat(serde_v8): support BigInt serialization (#18225)
Luca Casonato
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-07
perf(napi): optimize primitive napi functions (#16163)
Divy Srivastava
2022-10-07
chore: upgrade rusty_v8 to 0.52.0 (#16183)
Bartek Iwańczuk
2022-09-01
fix(serde_v8): no panic on reading large text file (#15494)
Geert-Jan Zwiers
2022-09-01
feat(serde_v8): Serialize integers as BigInt (#15692)
Jakub Łabor
2022-09-01
chore(serde_v8): take mutable reference in `ToV8::to_v8` (#15707)
Divy Srivastava
2022-07-28
serde_v8: improvements to avoid hitting unimplemented codepaths (#13915)
Arthur Silva
2022-04-25
cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380)
Aaron O'Mullan
2022-04-24
perf(serde_v8): zero-copy StringOrBuffer (#14381)
Aaron O'Mullan
2022-04-02
feat(serde_v8): DetachedBuffer (#14102)
Aaron O'Mullan
2022-03-24
chore: drop src/ in bench_util & serde_v8 (#14097)
Aaron O'Mullan