Bartek Iwańczuk
|
1054723a4b
|
feat(serde_v8): better error output (#18815)
The type that was received is now printed as part of a message.
|
2023-04-27 02:12:39 +02: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 |
|
Yiyu Lin
|
a00e432297
|
chore: add copyright_checker tool and add the missing copyright (#17285)
|
2023-01-13 16:51:32 +09:00 |
|
Divy Srivastava
|
e267ec6ed5
|
chore(serde_v8): take mutable reference in ToV8::to_v8 (#15707)
|
2022-09-01 15:54:40 +05:30 |
|
Bartek Iwańczuk
|
b8b82c3ea4
|
chore: use Rust 1.62.0 (#15028)
|
2022-07-01 15:28:06 +02:00 |
|
Geert-Jan Zwiers
|
ab9c7f52e0
|
chore(serde_v8): throw error when string buffer exceeds v8 max length (#14588)
|
2022-05-26 17:15:44 +02:00 |
|
Aaron O'Mullan
|
94885bc293
|
experiment(serde_v8): derive_more enabled opaque wrappers (#14096)
|
2022-04-02 14:37:11 +02:00 |
|
Aaron O'Mullan
|
6516130b01
|
chore: drop src/ in bench_util & serde_v8 (#14097)
To align with conventions used in our other crates
|
2022-03-24 11:23:40 +01:00 |
|