David Tolnay
|
2d465415c5
|
Take credit
|
2017-04-20 08:13:46 -07:00 |
|
David Tolnay
|
bc2d637112
|
Cut an internals release
|
2017-04-20 08:11:31 -07:00 |
|
David Tolnay
|
cf1cdadc77
|
Fix some rustfmt screwups
|
2017-04-19 15:56:22 -07:00 |
|
David Tolnay
|
4a9cb3395d
|
Fix the serialize_bytes doc test
|
2017-04-19 15:03:02 -07:00 |
|
David Tolnay
|
dfa6623a24
|
Encourage serialize_entry
|
2017-04-19 14:56:52 -07:00 |
|
David Tolnay
|
a8adac6b93
|
Document misuse of SerializeMap
|
2017-04-19 14:55:28 -07:00 |
|
David Tolnay
|
b9b7922ef1
|
Naming for &str and &[u8] is more like primitives
|
2017-04-19 14:53:15 -07:00 |
|
David Tolnay
|
a369ee156f
|
Run serde_test doc tests in Travis
|
2017-04-19 14:45:06 -07:00 |
|
David Tolnay
|
d1253cb193
|
Minimal serde_derive documentation
Fixes #886.
|
2017-04-19 14:43:53 -07:00 |
|
David Tolnay
|
bc982f9757
|
Examples for serde_test methods
|
2017-04-19 14:39:52 -07:00 |
|
David Tolnay
|
0240814677
|
Update post-merge html_root_urls
|
2017-04-19 14:32:04 -07:00 |
|
David Tolnay
|
670be2ce2f
|
Crate-level documentation for serde_test
|
2017-04-19 14:31:07 -07:00 |
|
David Tolnay
|
c893e3e872
|
Support old rustc
|
2017-04-19 14:17:18 -07:00 |
|
David Tolnay
|
fe8141fd70
|
Reorder Tokens to match the Serializer trait
|
2017-04-19 14:15:24 -07:00 |
|
David Tolnay
|
aa750d2bf3
|
Examples of every token
|
2017-04-19 14:12:56 -07:00 |
|
David Tolnay
|
4cea214da2
|
Update the assert_ser_tokens_error example
|
2017-04-19 13:11:14 -07:00 |
|
David Tolnay
|
15341780a2
|
Use struct variants in test suite
|
2017-04-19 13:06:31 -07:00 |
|
David Tolnay
|
4767ca3f5d
|
Use struct variants in token
|
2017-04-19 12:20:17 -07:00 |
|
David Tolnay
|
26a6ba177c
|
Remove error from serde_test public API
|
2017-04-19 11:54:48 -07:00 |
|
David Tolnay
|
974c8434e9
|
Add example of Error::Message
|
2017-04-19 10:42:15 -07:00 |
|
David Tolnay
|
0734b44a3a
|
Remove unneeded trait bounds
|
2017-04-19 10:41:58 -07:00 |
|
David Tolnay
|
d0f846182b
|
Keep serde_test serializer and deserializer private
|
2017-04-19 09:46:30 -07:00 |
|
David Tolnay
|
7a7d4c6364
|
Format in rfc style
|
2017-04-18 14:23:21 -07:00 |
|
David Tolnay
|
c567e749ef
|
Merge branch 'origin/1.0' into 'origin/master'
|
2017-04-18 14:03:00 -07:00 |
|
David Tolnay
|
b8a6e68322
|
Revert "Allow borrowing from str's IntoDeserializer"
This reverts commit 30e8c84d01 .
|
2017-04-17 16:18:48 -07:00 |
|
David Tolnay
|
6279b0d930
|
Resolve merge conflicts
|
2017-04-17 14:25:29 -07:00 |
|
David Tolnay
|
a778425d0f
|
Merge branch 'origin/master' into 'origin/1.0'
Conflicts:
serde/Cargo.toml
serde/src/de/impls.rs
serde/src/ser/impls.rs
serde_derive/Cargo.toml
serde_test/Cargo.toml
|
2017-04-17 14:18:33 -07:00 |
|
David Tolnay
|
faaf5ee115
|
Merge pull request #884 from serde-rs/sfs
Remove seq_fixed_size in favor of tuple
|
2017-04-17 12:29:36 -07:00 |
|
David Tolnay
|
86deb8db79
|
Remove seq_fixed_size in favor of tuple
|
2017-04-17 12:07:49 -07:00 |
|
David Tolnay
|
d4d2061a2e
|
Release 0.9.14
|
2017-04-17 07:33:45 -07:00 |
|
David Tolnay
|
c202ce13dc
|
Merge pull request #882 from jethrogb/feature/interior_mut_types
Add Serialize/Deserialize for std types that provide interior mutability
|
2017-04-17 07:32:13 -07:00 |
|
Jethro Beekman
|
1c9478bfa6
|
Add Serialize/Deserialize for std types that provide interior mutability
Fixes #179
|
2017-04-16 22:59:17 -07:00 |
|
David Tolnay
|
739ad64c7c
|
Organize top links
|
2017-04-16 20:44:27 -07:00 |
|
David Tolnay
|
3eef7c87c9
|
Fix xml link spacing
|
2017-04-16 20:33:15 -07:00 |
|
David Tolnay
|
e0c040a3a2
|
Document MapAccess misuse
|
2017-04-15 12:36:43 -07:00 |
|
David Tolnay
|
c13a37d4db
|
Rename VariantAccess methods to not conflict with Deserializer
|
2017-04-15 12:35:04 -07:00 |
|
David Tolnay
|
4354aab93a
|
Document the default behavior of Visitor methods
|
2017-04-14 22:29:46 -07:00 |
|
David Tolnay
|
691e304fff
|
Mention the shorthand for identifiers
|
2017-04-14 22:13:55 -07:00 |
|
David Tolnay
|
13463e25c2
|
Add a lowercase case convention
|
2017-04-14 22:09:46 -07:00 |
|
David Tolnay
|
54bbf81dfc
|
Put deserialize_struct and deserialize_enum adjacent
|
2017-04-14 22:00:27 -07:00 |
|
David Tolnay
|
cdfd445528
|
Generate deserialize impls for identifiers
|
2017-04-14 21:53:48 -07:00 |
|
David Tolnay
|
30e8c84d01
|
Allow borrowing from str's IntoDeserializer
|
2017-04-14 20:54:58 -07:00 |
|
David Tolnay
|
a35bde49c6
|
Factor out logic to decide the tag style
|
2017-04-14 16:14:10 -07:00 |
|
David Tolnay
|
f9535a4d67
|
Remove "item" terminology in favor of "container"
The docs have been using "container" for a long time.
|
2017-04-14 15:52:58 -07:00 |
|
David Tolnay
|
6d55501dab
|
Replace "codegen" with "derive"
|
2017-04-14 15:42:27 -07:00 |
|
David Tolnay
|
5b118fdef4
|
Reorder methods to match the serializer trait
|
2017-04-14 15:24:21 -07:00 |
|
David Tolnay
|
337c6e91d8
|
Access terminology in serde_test
|
2017-04-14 15:07:19 -07:00 |
|
David Tolnay
|
b0dc7ea6da
|
Nicer type parameter for the access forwarding impls
|
2017-04-14 15:03:43 -07:00 |
|
David Tolnay
|
67d56ae427
|
Remove unneeded impl bounds
|
2017-04-14 15:00:16 -07:00 |
|
David Tolnay
|
6829c10a10
|
Helper deserializer means nothing
|
2017-04-14 14:49:45 -07:00 |
|