5 Commits

Author SHA1 Message Date
David Tolnay
4d5234c8d9
Copyright/license headers
The following changes are included:

- Delete per-file license notices at the top of each file.
- Delete the first paragraph of LICENSE-MIT (an inaccurate
  pseudo-copyright line), leaving only the text of the MIT license.

Nothing about the license of Serde code has changed, only our
understanding of how to correctly communicate the license has changed.

This mirrors an equivalent change being applied in the rust-lang/rust
repository.
2019-01-12 15:14:56 -08:00
Alexander Regueiro
31bba4b5a1 Arbitrary-precision numerics support (#416)
Added support for arbitrary-precision numerics, in a similar way that the toml crate does for date-times (using an internal special struct).
2018-03-21 12:09:36 -07:00
David Tolnay
deede62d1b
Add error banner when running test suite without nightly compiler 2017-10-22 15:57:00 -07:00
David Tolnay
8797e77ffc
License boilerplate 2017-04-13 18:14:30 -07:00
David Tolnay
e11f3d11ed
Combine serde_json and tests into one crate 2017-04-11 21:16:48 -07:00