David Tolnay
|
78e74886be
|
Update syntex to 0.39
|
2016-07-26 09:22:33 -07:00 |
|
David Tolnay
|
de9fd3b04e
|
Remove underscore from parameter names in deserializer traits
This makes the generated rustdoc easier to read.
|
2016-07-25 20:18:45 -07:00 |
|
David Tolnay
|
e36f33589c
|
Release 0.8.0-rc3
|
2016-07-23 15:13:19 -07:00 |
|
Jimmy Cuadra
|
556d5bdc27
|
Fix typos in docstring of ser::Error.
|
2016-07-23 00:56:55 -07:00 |
|
David Tolnay
|
25a5dd1579
|
Impl Deserialize for PhantomData<T> for all T
|
2016-07-21 23:22:38 -07:00 |
|
Oliver Schneider
|
49ff56aa15
|
Merge pull request #452 from oli-obk/pure_interface
Pure interface for Deserializer
|
2016-07-21 11:25:16 +02:00 |
|
Oliver Schneider
|
124bacd871
|
fix for 1.8, 1.9 and stable
|
2016-07-21 10:11:04 +02:00 |
|
Oliver Schneider
|
4280dd466d
|
rename deserialize_fixed_size_array to deserialize_seq_fixed_size
|
2016-07-20 19:20:31 +02:00 |
|
Oliver Schneider
|
65eb116a85
|
address comments
|
2016-07-20 19:18:45 +02:00 |
|
Anthony Ramine
|
68440952ab
|
Implement Deserialize for Box<str>
|
2016-07-20 12:47:08 +02:00 |
|
Oliver Schneider
|
d10a69b243
|
document some hints for defaults
|
2016-07-20 10:42:14 +02:00 |
|
Oliver Schneider
|
4722571a4d
|
make VariantVisitor pure
|
2016-07-20 10:33:28 +02:00 |
|
Oliver Schneider
|
36a7bf6244
|
make Deserializer pure
|
2016-07-20 10:26:31 +02:00 |
|
Oliver Schneider
|
05ad8662e2
|
add more extensive docs
|
2016-07-18 16:08:07 +02:00 |
|
David Tolnay
|
aaca4f06c6
|
Release 0.8.0-rc2
|
2016-07-17 18:07:40 -07:00 |
|
David Tolnay
|
4f79829849
|
Rename feature nightly-testing to unstable-testing
|
2016-07-17 13:34:23 -07:00 |
|
David Tolnay
|
6fe01bc8e3
|
Release 0.8.0-rc1
This prerelease contains the Serializer API changes intended for 0.8.0. It
allows us to start merging PRs that use the new API.
|
2016-07-17 11:46:03 -07:00 |
|
David Tolnay
|
855f3d99bb
|
Do not release any more 0.7 releases from master
|
2016-07-15 17:00:09 -07:00 |
|
Oliver Schneider
|
42c41922ce
|
adjust tests for new interface
|
2016-07-15 12:59:30 +02:00 |
|
David Tolnay
|
fbad194042
|
Restore 'static requirement for names
|
2016-07-15 00:59:56 -07:00 |
|
David Tolnay
|
2e4cc0b443
|
Restore serialize_seq_fixed_size
|
2016-07-15 00:58:48 -07:00 |
|
David Tolnay
|
9217517532
|
Update impls
|
2016-07-15 00:55:38 -07:00 |
|
David Tolnay
|
0feeb7a341
|
David's take on Serializer
|
2016-07-15 00:01:31 -07:00 |
|
Oliver Schneider
|
2901344722
|
this time really fix ranges
|
2016-07-14 16:16:20 +02:00 |
|
Oliver Schneider
|
54c80ad677
|
fix range serialization
|
2016-07-14 15:37:05 +02:00 |
|
Oliver Schneider
|
16ba32dbe1
|
stateful map/seq serialization
|
2016-07-14 15:36:47 +02:00 |
|
Oliver Schneider
|
6adcaa55e5
|
json needs more info
|
2016-07-12 16:53:20 +02:00 |
|
Oliver Schneider
|
fb575225bc
|
simplify!
|
2016-07-12 16:16:48 +02:00 |
|
Oliver Schneider
|
ee4e7413b0
|
whoops
|
2016-07-12 15:50:41 +02:00 |
|
Oliver Schneider
|
a6f8bd5aac
|
nightly
|
2016-07-12 15:49:41 +02:00 |
|
Oliver Schneider
|
3766633f4a
|
adjust codegen to work with the revamped map/seq serializer
|
2016-07-12 15:44:19 +02:00 |
|
Dawid Ciężarkiewicz
|
99038b044e
|
Eliminate Visitor pattern
Visitor is "pull", while `MapSerializer` and `SeqSerializer`
are "push" like the rest of the API.
|
2016-07-12 11:46:44 +02:00 |
|
David Tolnay
|
a070de28e2
|
Update syntex to 0.38
|
2016-07-09 11:37:01 -07:00 |
|
David Tolnay
|
15764cb955
|
impl Display for de::Type
|
2016-07-06 23:33:59 -07:00 |
|
David Tolnay
|
97bc1e08e7
|
Release 0.7.13
|
2016-07-05 20:06:10 -07:00 |
|
David Tolnay
|
d450de1482
|
Update syntex to 0.37
|
2016-07-02 20:20:44 -07:00 |
|
David Tolnay
|
6ab508a93c
|
Release 0.7.11
|
2016-06-23 19:58:31 -07:00 |
|
Fedor Gogolev
|
021ce5be88
|
Fix typo
|
2016-06-23 20:50:27 +04:00 |
|
David Tolnay
|
f5f35677f0
|
Remove unused macro rule
|
2016-06-17 00:06:11 -07:00 |
|
Erick Tryzelaar
|
db8881d845
|
Extend tuple impls up to 16 elements
|
2016-06-16 11:22:15 +01:00 |
|
David Tolnay
|
8a09f05644
|
Release 0.7.10
|
2016-06-11 13:08:33 -07:00 |
|
David Tolnay
|
decc571988
|
De/serialize for HashSet<T, S>
|
2016-06-11 10:00:33 -07:00 |
|
David Tolnay
|
dd3f653103
|
Move bounds to where-clause to increase legibility
|
2016-06-11 10:00:33 -07:00 |
|
David Tolnay
|
46a1860601
|
De/serialize for HashMap<K, V, S>
|
2016-06-11 10:00:33 -07:00 |
|
David Tolnay
|
bb059b97c0
|
Release 0.7.9
|
2016-06-09 20:16:49 -07:00 |
|
David Tolnay
|
58fa302007
|
Release 0.7.8
|
2016-06-06 10:13:52 -07:00 |
|
Oliver Schneider
|
96cd910c92
|
undo the breaking change introduced in 0.7.6
|
2016-06-01 11:08:59 +02:00 |
|
Homu
|
e0bd57d63c
|
Auto merge of #347 - erickt:master, r=erickt
Add "include" to Cargo.toml files
This filters out junk files from the crates.
Closes #331.
|
2016-05-30 23:23:57 +09:00 |
|
Erick Tryzelaar
|
66eddd4d9b
|
Add "include" to Cargo.toml files
This filters out junk files from the crates.
Closes #331.
|
2016-05-30 07:00:13 -07:00 |
|
Manish Goregaokar
|
379c9e7148
|
Rustup too rustc 1.11.0-nightly (7746a334d 2016-05-28)
|
2016-05-30 14:01:57 +05:30 |
|