Luca Casonato
|
b99c431ac7
|
feat(serde_v8): support BigInt serialization (#18225)
This commit enables serializing `v8::BigInt` to `num_bigint::BigInt`
in Rust.
Pre-requisite for sub upcoming feature work.
|
2023-03-16 16:59:47 +00:00 |
|
David Sherret
|
f5840bdcd3
|
chore: upgrade to Rust 1.67 (#17548)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2023-01-27 10:43:16 -05:00 |
|
Divy Srivastava
|
d5634164cb
|
chore: use rustfmt imports_granularity option (#17421)
Closes https://github.com/denoland/deno/issues/2699
Closes https://github.com/denoland/deno/issues/2347
Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not
need to switch the cargo toolchain to nightly. Do we care about
formatting stability of our codebase across Rust versions? (I don't)
|
2023-01-14 23:18:58 -05:00 |
|
David Sherret
|
10e4b2e140
|
chore: update copyright year to 2023 (#17247)
Yearly tradition of creating extra noise in git.
|
2023-01-02 21:00:42 +00:00 |
|
Jakub Łabor
|
37b32fa348
|
feat(serde_v8): Serialize integers as BigInt (#15692)
|
2022-09-01 16:21:28 +05:30 |
|
Arthur Silva
|
5d263c932f
|
serde_v8: improvements to avoid hitting unimplemented codepaths (#13915)
|
2022-07-28 12:46:10 +02:00 |
|
Ryan Dahl
|
1fb5858009
|
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
2022-01-07 22:09:52 -05:00 |
|
Luca Casonato
|
be68b82eb4
|
chore: update to rusty_v8 0.33.0 (#12564)
|
2021-10-27 23:26:15 +02:00 |
|
Aaron O'Mullan
|
4f48efcc55
|
chore: return serde_v8 to main repo (#12500)
Reduces fragmentation, avoids version drift and facilitates coordinating serde_v8 and op-layer changes
|
2021-10-20 00:00:45 +02:00 |
|
Bartek Iwańczuk
|
e75ffab0c8
|
chore: move serde_v8 to separate repo (#10909)
Now available at https://github.com/denoland/serde_v8
|
2021-06-09 20:37:43 +02:00 |
|
Divy Srivastava
|
00468bceff
|
chore: fix clippy warning in serde_v8. (#9917)
|
2021-03-28 17:09:46 +02:00 |
|
Aaron O'Mullan
|
fa67aeb026
|
chore: add Deno copyright headers to all rust files (#9909)
|
2021-03-27 01:26:27 +01:00 |
|
Aaron O'Mullan
|
3d2e05dc7b
|
Introduce serde_v8 (#9722)
|
2021-03-25 22:36:46 -04:00 |
|