Commit Graph

11 Commits

Author SHA1 Message Date
Dan Burkert
0c55a070d3 fix fuzzers 2019-05-18 15:24:52 -07:00
Dan Burkert
733d7a5abe Simplify groups implementation 2019-05-18 15:24:52 -07:00
Nick Cameron
4157bb2e81 Add Rust 2018 edition support
Notable changes:

* `prost` crates are now edition 2018
* Code generation is now compatible with edition-2018 crates, as well as
  edition-2015 crates. No explicit configuration is necessary to enable
  edition-2018 support.
* Reserved field names now use raw identifiers instead of adding an
  underscore.
* The tests crate now executes for both 2018 and 2015 edition via
  separate crates which reference the same source files.
2019-03-09 15:22:42 -08:00
Dan Burkert
bf0cd4d57e fixup CI 2018-07-29 11:20:45 -07:00
Dan Burkert
ff6900b067 Fix proto3 fuzz test 2018-03-04 09:24:21 -08:00
Dan Burkert
7ea989d41a v0.2.0 2017-09-10 12:16:43 -07:00
Dan Burkert
318dfef3fc fuzz: fix fuzzer, as well as a few bugs introduced since last run 2017-08-20 22:41:54 -07:00
Dan Burkert
f3c348174c Consolidate integration tests into tests crate 2017-07-22 21:37:17 -07:00
Dan Burkert
b35dd5eb2f Use BTreeMap in test-all-types
This allows the rountrip checker to be simplified, and fixes some
remaining bugs around NaN equality handling.
2017-07-01 15:44:57 -07:00
Dan Burkert
41ef46be15 Reset versions for 0.1.1 2017-06-25 00:45:52 -07:00
Dan Burkert
f4267bae4d Add test-all-types and fuzz crates 2017-06-21 22:40:12 -07:00