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
/
src
Age
Commit message (
Expand
)
Author
2021-04-30
feat(serde_v8): ZeroCopyBuf (#10432)
Aaron O'Mullan
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
refactor(serde_v8): move magic code to subfolder and minor cleanup (#10230)
Aaron O'Mullan
2021-04-18
lint(serde_v8): fix "inconsistent struct constructor" (#10227)
Aaron O'Mullan
2021-04-04
perf(serde_v8): preallocate vector when serializing arrays (#9955)
Aaron O'Mullan
2021-04-04
perf(serde_v8): drop need for EscapableHandleScope (#9990)
Aaron O'Mullan
2021-04-04
perf(serde_v8): introduce Serializable boxable object (#9983)
Aaron O'Mullan
2021-04-04
perf(serde_v8): drop need for RC in serializer (#9987)
Aaron O'Mullan
2021-04-02
perf(serde_v8/de): implement SeqAccess size_hint (#9975)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-27
chore: add Deno copyright headers to all rust files (#9909)
Aaron O'Mullan
2021-03-25
Introduce serde_v8 (#9722)
Aaron O'Mullan