1. 49e544e Consistently apply Example and Errors headings by David Tolnay · 7 years ago
  2. e9570bf Update ui tests for rustc nightly-2018-11-29 by David Tolnay · 7 years ago
  3. cc801bd Set up Travis build names by David Tolnay · 7 years ago
  4. cf75d1b Remove lints that are no longer triggering by David Tolnay · 7 years ago
  5. ffeae2f Release 1.0.33 by David Tolnay · 7 years ago upstream/v1.0.33
  6. 70c3c86 Merge pull request #504 from serde-rs/key by David Tolnay · 7 years ago
  7. bcad4a9 Allow map key to be borrowed from &Value by David Tolnay · 7 years ago
  8. 62f4066 Remove deprecated -Dclippy by David Tolnay · 7 years ago
  9. b432c50 Address into_iter_on_ref lint by David Tolnay · 7 years ago
  10. 0217cce Ignore lint about rustfmt::skip by David Tolnay · 7 years ago
  11. b3001f4 Format with rustfmt 0.99.6-nightly by David Tolnay · 7 years ago
  12. ef59f61 Drop nightly dependency of compiletest by David Tolnay · 7 years ago
  13. 5186b8f Update ui tests at nightly 2018-10-26 by David Tolnay · 7 years ago
  14. 2a627d1 Release 1.0.32 by David Tolnay · 7 years ago upstream/v1.0.32
  15. cb443ce Merge pull request #493 from dtolnay/overflow by David Tolnay · 7 years ago
  16. 2161f05 Fix overflow on i32::min_value() as exponent by David Tolnay · 7 years ago
  17. 805f394 Merge pull request #491 from yjh0502/error_location by David Tolnay · 7 years ago
  18. ab670b4 fix bug on error position by Jihyun Yu · 7 years ago
  19. 22726c6 Fix playground links in readme by David Tolnay · 7 years ago
  20. b054916 Simplify by using json Result in Read methods by David Tolnay · 7 years ago
  21. caa3ade Release 1.0.31 by David Tolnay · 7 years ago upstream/v1.0.31
  22. e0118dd Address needless_lifetimes lint in decode_hex_escape by David Tolnay · 7 years ago
  23. 1ef3da9 Merge pull request #489 from yjh0502/master by David Tolnay · 7 years ago
  24. d42a2e1 specialize hexadecimal sequence decoding by Jihyun Yu · 7 years ago
  25. bafc67b Release 1.0.30 by David Tolnay · 7 years ago upstream/v1.0.30
  26. 5f85895 Non-recursive ignore_value by David Tolnay · 7 years ago
  27. 51b11a0 Release 1.0.29 by David Tolnay · 7 years ago upstream/v1.0.29
  28. d331a4e Add Default for Box<RawValue> by David Tolnay · 7 years ago
  29. 2743f94 Add a method to construct RawValue from String without allocation by David Tolnay · 7 years ago
  30. ac2ca56 Add a Travis step to test raw_value by David Tolnay · 7 years ago
  31. 871e752 Merge pull request #485 from dtolnay/raw by David Tolnay · 7 years ago
  32. a45b5c5 Fix malicious arbitrary precision number test by David Tolnay · 7 years ago
  33. 7478753 Fix raw value compilation on rustc older than 1.20 by David Tolnay · 7 years ago
  34. e58102f Document RawValue ownership by David Tolnay · 7 years ago
  35. 82abb08 Use Box<RawValue> as the owned raw value by David Tolnay · 7 years ago
  36. 37f8515 Enable raw_value feature in docs.rs and playground by David Tolnay · 7 years ago
  37. 119b8bf Document RawSlice by David Tolnay · 7 years ago
  38. 9c60f19 Split RawSlice and RawValue by David Tolnay · 7 years ago
  39. b0e3a97 Release 1.0.28 by David Tolnay · 7 years ago upstream/v1.0.28
  40. efe2b7e Avoid instantiating deserialize_any for KeyClassifier by David Tolnay · 7 years ago
  41. e5c85be Merge pull request #482 from dtolnay/mem by David Tolnay · 7 years ago
  42. b52048c Remove pre-allocation in Deserializer construction by David Tolnay · 7 years ago
  43. 533b632 Simplify naming of private tokens by David Tolnay · 7 years ago
  44. 0a811b8 Name the RawValue private field by David Tolnay · 7 years ago
  45. c736bd7 Handwrite Debug for RawValue to minimize escaping by David Tolnay · 7 years ago
  46. ce10d5e Remove PartialEq from RawValue by David Tolnay · 7 years ago
  47. 9d5fd8f Fix up some unused import warnings by David Tolnay · 7 years ago
  48. f96b59d Cfg gate everything having to do with RawValue by David Tolnay · 7 years ago
  49. 7e373b6 Change mapping of RawValue to a struct with one key by David Tolnay · 7 years ago
  50. 3cb73ee Address needless_return lint by David Tolnay · 7 years ago
  51. 45462fd Tool attr syntax is not stable yet by David Tolnay · 7 years ago
  52. 92970d0 Pass data to RawValue as a string by David Tolnay · 7 years ago
  53. 3956ba4 Simplify raw buffer toggle by David Tolnay · 7 years ago
  54. d7c0030 Merge pull request #481 from dtolnay/ci by David Tolnay · 7 years ago
  55. cd20c03 Move CI commands into travis.yml and appveyor.yml by David Tolnay · 7 years ago
  56. 6d38232 Implement RawValue type by Sam Rijs · 7 years ago
  57. d461263 Merge pull request #479 from srijs/refactor/reusable-special-types by David Tolnay · 7 years ago
  58. ff4c682 Refactor to make "special" type machinery more reusable by Sam Rijs · 7 years ago
  59. 7d05626 Format with rustfmt 0.99.4 by David Tolnay · 7 years ago
  60. 0dab9ab Simplify itoa code in arbitrary_precision case by David Tolnay · 7 years ago
  61. 95bcd6d Release 1.0.27 by David Tolnay · 7 years ago upstream/v1.0.27
  62. 8485253 Merge pull request #476 from Enet4/docs/value_slice_u8 by David Tolnay · 7 years ago
  63. de70251 Monospace format &[u8] in value module docs by Eduardo Pinho · 7 years ago
  64. ba1fc9a Release 1.0.26 by David Tolnay · 7 years ago upstream/v1.0.26
  65. 19276df Merge pull request #472 from dtolnay/ryu by David Tolnay · 7 years ago
  66. 6492b75 Switch from dtoa to ryu by David Tolnay · 7 years ago
  67. bf352eb Release 1.0.25 by David Tolnay · 7 years ago upstream/v1.0.25
  68. e40cbad Merge pull request #458 from dtolnay/local-inner-macros by David Tolnay · 7 years ago
  69. 2a62402 Release 1.0.24 by David Tolnay · 7 years ago upstream/v1.0.24
  70. 6dec8b8 Merge pull request #462 from dtolnay/unused by David Tolnay · 7 years ago
  71. a50ea7b Remove irrelevant detail from Map::insert documentation by David Tolnay · 7 years ago
  72. 5c931e0 Make json macro compatible with deny(unused_results) by David Tolnay · 7 years ago
  73. 1b36cec Format with rustfmt 0.8.2 by David Tolnay · 7 years ago
  74. 9530ff6 Skip auto formatting test_stream macro by David Tolnay · 7 years ago
  75. 38de27e Local inner macros by David Tolnay · 7 years ago
  76. 689f98d Revert "Local inner macros" by David Tolnay · 7 years ago
  77. 501b4f9 Release 1.0.23 by David Tolnay · 7 years ago upstream/v1.0.23
  78. f162bdd Local inner macros by David Tolnay · 7 years ago
  79. bfcd615 Release 1.0.22 by David Tolnay · 7 years ago upstream/v1.0.22
  80. 6348589 Merge pull request #455 from dtolnay/eof by David Tolnay · 7 years ago
  81. 22046a5 Produce eof error on truncated ident by David Tolnay · 7 years ago
  82. 7efc097 Add some rules to catch json macro syntax errors by David Tolnay · 7 years ago
  83. 25b5dfb Improve error message of unexpected colon or comma in json macro by David Tolnay · 7 years ago
  84. f12c983 Remove std::i64 imports by David Tolnay · 7 years ago
  85. 6e0a9b6 Move Display impl for Value to value/mod.rs by David Tolnay · 7 years ago
  86. 9d315a1 Release 1.0.21 by David Tolnay · 7 years ago upstream/v1.0.21
  87. 7531208 Format with rustfmt 0.8.2 by David Tolnay · 7 years ago
  88. 9316c31 Add tests for map with char keys by David Tolnay · 7 years ago
  89. 60f5c1a Merge pull request #453 from fdionisi/feature/ser-char-map-key by David Tolnay · 7 years ago
  90. 759d9c4 Allow char to be a HashMap key by Federico · 7 years ago
  91. c85963c Release 1.0.20 by David Tolnay · 8 years ago upstream/v1.0.20
  92. 63facc6 Merge pull request #451 from lnicola/indexmap by David Tolnay · 8 years ago
  93. 12a24f1 Remove old work-around for rustc 1.8 by Laurentiu Nicola · 8 years ago
  94. 08c09ba Update Travis configuration to test preserve_order on 1.18 by Laurentiu Nicola · 8 years ago
  95. 1c6d0ef Use IndexMap instead of LinkedHashMap by Laurentiu Nicola · 8 years ago
  96. 0cbfb5d Release 1.0.19 by David Tolnay · 8 years ago upstream/v1.0.19
  97. 1d88205 Release 1.0.18 by David Tolnay · 8 years ago upstream/v1.0.18
  98. 7656782 Merge pull request #449 from serde-rs/integer128 by David Tolnay · 8 years ago
  99. 1e64efc Basic support for i128 and u128 by David Tolnay · 8 years ago
  100. 8ffe4d8 Format with rustfmt 0.7.0 by David Tolnay · 8 years ago