Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-19 | chore: fix clippy warnings (#15944) | Ben Noordhuis | |
Stop allowing clippy::derive-partial-eq-without-eq and fix warnings about deriving PartialEq without also deriving Eq. In one case I removed the PartialEq because it a) wasn't necessary, and b) sketchy because it was comparing floating point numbers. IMO, that's a good argument for enforcing the lint rule, because it would most likely have been caught during review if it had been enabled. | |||
2022-07-28 | serde_v8: improvements to avoid hitting unimplemented codepaths (#13915) | Arthur Silva | |
2022-04-12 | fix(serde_v8): more robust number deserialization (#14216) | Aaron O'Mullan | |
Fixes #14128 | |||
2022-04-02 | feat(serde_v8): DetachedBuffer (#14102) | Aaron O'Mullan | |
2022-03-24 | chore: drop src/ in bench_util & serde_v8 (#14097) | Aaron O'Mullan | |
To align with conventions used in our other crates |