summaryrefslogtreecommitdiff
path: root/serde_v8/src/lib.rs
AgeCommit message (Expand)Author
2022-03-24chore: drop src/ in bench_util & serde_v8 (#14097)Aaron O'Mullan
2022-03-16perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)Andreu Botella
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
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-04-19refactor(core): move SerializablePkg to serde_v8 (#10231)Aaron O'Mullan
2021-04-04perf(serde_v8): introduce Serializable boxable object (#9983)Aaron O'Mullan
2021-03-27chore: add Deno copyright headers to all rust files (#9909)Aaron O'Mullan
2021-03-25Introduce serde_v8 (#9722)Aaron O'Mullan