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
/
tests
/
de.rs
Age
Commit message (
Expand
)
Author
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-12
fix(serde_v8): more robust number deserialization (#14216)
Aaron O'Mullan
2022-04-02
experiment(serde_v8): derive_more enabled opaque wrappers (#14096)
Aaron O'Mullan
2022-03-23
cleanup(serde_v8): streamline magic types (#14076)
Aaron O'Mullan
2022-03-07
perf(serde_v8): optimize ByteString deserialization (#13853)
Aaron O'Mullan
2022-01-20
feat(serde_v8): deserialize ArrayBuffers (#13436)
Aaron O'Mullan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-07
fix(serde_v8): support #[serde(default)] (#13300)
Aaron O'Mullan
2021-11-10
fix: non ascii buffer response in http server (#12728)
Luca Casonato
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-10-20
feat(serde_v8): StringOrBuffer (#12503)
Aaron O'Mullan
2021-10-20
chore: return serde_v8 to main repo (#12500)
Aaron O'Mullan
2021-06-09
chore: move serde_v8 to separate repo (#10909)
Bartek IwaĆczuk
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-28
chore: fix clippy warning in serde_v8. (#9917)
Divy Srivastava
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