Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-06 | refactor(serde_v8): don't access backing store twice (#19382) | Bartek Iwańczuk | |
I did that change recently, did spot that we're calling `get_backing_store()` in succession and that API call is not cheap. | |||
2023-04-27 | chore: upgrade rusty_v8 to 0.71.0 (#18868) | Bartek Iwańczuk | |
2023-04-27 | feat(serde_v8): better error output (#18815) | Bartek Iwańczuk | |
The type that was received is now printed as part of a message. | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-09-01 | fix(serde_v8): update bytes::Bytes layout assumptions (#15718) | Divy Srivastava | |
2022-08-21 | chore: use Rust 1.63.0 (#15464) | Mathias Lafeldt | |
2022-07-04 | perf(serde_v8): avoid extra is_array_buffer_view check (#15056) | Divy Srivastava | |
2022-07-01 | chore: use Rust 1.62.0 (#15028) | Bartek Iwańczuk | |
2022-05-13 | feat(serde_v8): bytes::Bytes support (#14412) | Aaron O'Mullan | |
2022-05-05 | chore(serde_v8): V8Slice SAFETY (#14493) | Aaron O'Mullan | |
2022-04-25 | cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380) | Aaron O'Mullan | |