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
/
ser.rs
Age
Commit message (
Expand
)
Author
2022-03-24
chore: drop src/ in bench_util & serde_v8 (#14097)
Aaron O'Mullan
2022-03-23
cleanup(serde_v8): streamline magic types (#14076)
Aaron O'Mullan
2022-03-16
perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)
Andreu Botella
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
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
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-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): drop need for RC in serializer (#9987)
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