summaryrefslogtreecommitdiff
path: root/serde_v8/tests
AgeCommit message (Expand)Author
2022-10-03chore(serde_v8): Use SeqAccess in MapObjectAccess to avoid intermediate alloc...Jakub Łabor
2022-10-02fix(serde_v8): serialize objects with numeric keys correctly (#15946)Darshan Sen
2022-10-02fix(serde_v8): Implement MapAccess for StructAccess (#15962)Jakub Łabor
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-02feat(serde_v8): Support StringObject as unit enum variant (#15715)Jakub Łabor
2022-09-01feat(serde_v8): Serialize integers as BigInt (#15692)Jakub Łabor
2022-07-28serde_v8: improvements to avoid hitting unimplemented codepaths (#13915)Arthur Silva
2022-05-13feat(serde_v8): bytes::Bytes support (#14412)Aaron O'Mullan
2022-04-25cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380)Aaron O'Mullan
2022-04-24perf(serde_v8): zero-copy StringOrBuffer (#14381)Aaron O'Mullan
2022-04-12fix(serde_v8): more robust number deserialization (#14216)Aaron O'Mullan
2022-04-02experiment(serde_v8): derive_more enabled opaque wrappers (#14096)Aaron O'Mullan
2022-03-23cleanup(serde_v8): streamline magic types (#14076)Aaron O'Mullan
2022-03-07perf(serde_v8): optimize ByteString deserialization (#13853)Aaron O'Mullan
2022-01-20feat(serde_v8): deserialize ArrayBuffers (#13436)Aaron O'Mullan
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-07fix(serde_v8): support #[serde(default)] (#13300)Aaron O'Mullan
2021-11-10fix: non ascii buffer response in http server (#12728)Luca Casonato
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-20feat(serde_v8): StringOrBuffer (#12503)Aaron O'Mullan
2021-10-20chore: return serde_v8 to main repo (#12500)Aaron O'Mullan
2021-06-09chore: move serde_v8 to separate repo (#10909)Bartek Iwańczuk
2021-04-30feat(serde_v8): ZeroCopyBuf (#10432)Aaron O'Mullan
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-28chore: fix clippy warning in serde_v8. (#9917)Divy Srivastava
2021-03-27chore: add Deno copyright headers to all rust files (#9909)Aaron O'Mullan
2021-03-25Introduce serde_v8 (#9722)Aaron O'Mullan