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
Age
Commit message (
Expand
)
Author
2022-10-03
chore(serde_v8): Use SeqAccess in MapObjectAccess to avoid intermediate alloc...
Jakub Łabor
2022-10-02
fix(serde_v8): serialize objects with numeric keys correctly (#15946)
Darshan Sen
2022-10-02
fix(serde_v8): Implement MapAccess for StructAccess (#15962)
Jakub Łabor
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-02
feat(serde_v8): Support StringObject as unit enum variant (#15715)
Jakub Łabor
2022-09-01
feat(serde_v8): Serialize integers as BigInt (#15692)
Jakub Łabor
2022-07-28
serde_v8: improvements to avoid hitting unimplemented codepaths (#13915)
Arthur Silva
2022-05-13
feat(serde_v8): bytes::Bytes support (#14412)
Aaron O'Mullan
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-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
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-04-30
feat(serde_v8): ZeroCopyBuf (#10432)
Aaron O'Mullan
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