Commit Graph

1851 Commits

Author SHA1 Message Date
David Tolnay
361402ac4d
SerializeMap::serialize_entry 2017-01-28 09:03:32 -08:00
David Tolnay
c52e131a03
Replace deprecated MacroInput 2017-01-27 15:42:43 -08:00
David Tolnay
c0a06bdc96
Update to syn 0.11 2017-01-27 15:25:42 -08:00
David Tolnay
dd13fd3a34
Isolate the compiletest dependencies 2017-01-27 14:53:30 -08:00
David Tolnay
91f628727b
Clean up the compile_tests script 2017-01-27 14:37:28 -08:00
David Tolnay
571a2e4e2d
Indent the travis config to look like serde_json's 2017-01-27 14:17:07 -08:00
David Tolnay
7edcf6ec3b
Simplify Error::custom example 2017-01-27 14:03:40 -08:00
David Tolnay
e4f7d8513c
Clean up clippy lints in codegen_internals 2017-01-25 21:22:15 -08:00
David Tolnay
09c69da909
Move test macro to where it is used 2017-01-25 20:55:55 -08:00
David Tolnay
7ee175f448
Remove duplicate btreemap macro 2017-01-25 20:54:31 -08:00
David Tolnay
70ab3cdd61
Docs are built in a different repo 2017-01-25 20:51:10 -08:00
David Tolnay
8fb554e593
Rename no_std tests to underscores 2017-01-25 20:50:23 -08:00
David Tolnay
7a2bfdc1dd
Consistent underscores in root directory 2017-01-25 20:45:33 -08:00
David Tolnay
9046e9d7a1
Test suite requires beta for now 2017-01-25 20:45:08 -08:00
David Tolnay
87040b4bc4
Fix clippy lints in serde_test 2017-01-25 20:42:44 -08:00
David Tolnay
68aab2424f
Rename test suite crate 2017-01-25 20:40:13 -08:00
David Tolnay
9b9b697eb1
Make compiletest an optional dependency of the test suite 2017-01-25 20:39:27 -08:00
David Tolnay
db449c4bf2
Set up clippy for serde_test 2017-01-25 20:38:21 -08:00
David Tolnay
948aa47687
Clean up clippy lints 2017-01-25 20:34:01 -08:00
David Tolnay
3e1e42ef9b
Combine the test suites 2017-01-25 20:29:09 -08:00
David Tolnay
dbdfe4f306
Remove serde_codegen from the test suite 2017-01-25 20:19:16 -08:00
David Tolnay
e0d6b9d010
Merge serde_codegen into serde_derive crate 2017-01-25 20:07:55 -08:00
David Tolnay
a5b8e806f8
Remove with-syntex feature of serde_codegen 2017-01-25 20:02:24 -08:00
David Tolnay
d7dadd83b6
Remove the syntex example 2017-01-25 19:54:24 -08:00
David Tolnay
7612fd8e82
Release 0.9.1 2017-01-25 14:58:22 -08:00
David Tolnay
4c77af53e5
Clean up dependency declarations 2017-01-25 14:54:32 -08:00
David Tolnay
5d9c1aeb06
Release 0.9.0 2017-01-25 12:57:45 -08:00
David Tolnay
59e48997dd
Release 0.9.0-rc4 2017-01-25 10:14:43 -08:00
Oliver Schneider
ffcd97834f Merge pull request #721 from serde-rs/size
Remove usize and isize from data model
2017-01-25 19:08:02 +01:00
David Tolnay
e0c049dbf2
Remove usize and isize from data model 2017-01-25 09:08:06 -08:00
David Tolnay
8cb6607e82 Merge pull request #719 from serde-rs/rustdoc
Serde rustdoc
2017-01-24 20:59:26 -08:00
David Tolnay
1ffb0570b6
Do not require rustdoc tests to run on stable 2017-01-24 20:47:31 -08:00
David Tolnay
2c1dd60575
Serde rustdoc 2017-01-24 20:37:11 -08:00
David Tolnay
24f849da2d
Remove unused #[macro_use]
I think this was for the quasi-quoting macros back in the day.
2017-01-24 09:28:00 -08:00
David Tolnay
a5024a4238 Merge pull request #717 from serde-rs/badger
add travis badge to crates.io
2017-01-24 05:35:55 -08:00
Oliver Schneider
b105423e5e add travis badge to crates.io 2017-01-24 10:30:10 +01:00
Oliver Schneider
42c1bc2907 Merge pull request #716 from serde-rs/ref
Serialize T by ref
2017-01-24 08:31:24 +01:00
David Tolnay
c334c1c7b5
Release 0.9.0-rc3 2017-01-23 19:14:02 -08:00
David Tolnay
92668d7061
Serialize T by ref 2017-01-23 17:11:18 -08:00
David Tolnay
b9d865d8e7 Merge pull request #715 from serde-rs/nostd
Support serde_derive on no_std
2017-01-23 16:13:25 -08:00
David Tolnay
fc4e370ba9
Support serde_derive on no_std 2017-01-23 16:03:06 -08:00
Oliver Schneider
a982d27536 Merge pull request #700 from serde-rs/usize
Restore visit_usize and visit_bytes for identifying variants
2017-01-23 11:27:06 +01:00
Oliver Schneider
dc87826298 Merge pull request #699 from serde-rs/fields
Remove visit_usize from Duration impl
2017-01-23 11:26:18 +01:00
David Tolnay
a09a8a039a
All combinations of features compile without warnings 2017-01-23 01:45:54 -08:00
David Tolnay
ea702755a2
Merge branch master into origin/usize
Conflicts:
    serde_codegen/src/de.rs
    testing/tests/test_de.rs
2017-01-23 01:36:49 -08:00
David Tolnay
d161911c63
Merge branch master into origin/fields
Conflicts:
    serde/src/de/impls.rs
2017-01-23 01:28:01 -08:00
Oliver Schneider
e27553d3df Merge pull request #710 from serde-rs/errors
Errors redesign
2017-01-23 10:25:48 +01:00
David Tolnay
48eaf988bc
Add free-form option for Unexpected 2017-01-22 05:02:24 -08:00
David Tolnay
73a364d4fd
Capture byte value for error message 2017-01-22 04:57:12 -08:00
David Tolnay
6dfdcb6ba1 Merge pull request #713 from serde-rs/zero
Suppress warning about using num::Zero
2017-01-21 19:20:57 -08:00