David Tolnay
f8137c79a2
Inline serde_core into serde in docsrs mode
2025-09-25 13:22:15 -07:00
David Tolnay
1799547846
Release 1.0.226
2025-09-20 16:34:44 -07:00
David Tolnay
1d7899d671
Release 1.0.225
2025-09-15 20:43:08 -07:00
David Tolnay
cbe98a9888
Use differently named __private module per patch release
2025-09-15 09:53:14 -07:00
David Tolnay
169988206a
Release 1.0.224
2025-09-15 08:46:21 -07:00
David Tolnay
6c316d7cb5
Release 1.0.223
2025-09-14 13:20:31 -07:00
David Tolnay
ed76364f87
Change serde_core's html_root_url to docs.rs/serde_core
2025-09-14 12:54:38 -07:00
David Tolnay
57e21a1afa
Release 1.0.222
2025-09-14 11:09:08 -07:00
David Tolnay
ff3aee490a
Release 1.0.221
2025-09-13 17:25:20 -07:00
David Tolnay
3bea3b6989
Move serde_if_integer128 macro to serde
2025-09-13 17:12:58 -07:00
David Tolnay
900c922f41
Illustrate build timings in serde_core readme
2025-09-13 17:09:47 -07:00
David Tolnay
be255d62c8
Release 1.0.220
2025-09-13 14:45:43 -07:00
David Tolnay
a9150aad74
Make serde_core::Result private
2025-09-13 14:29:23 -07:00
David Tolnay
5ac3d84d99
Make InPlaceSeed private
2025-09-13 14:29:23 -07:00
David Tolnay
7f831225a9
Make from_utf8_lossy private
2025-09-13 14:29:01 -07:00
David Tolnay
a16893429b
Make module for Content-related private code
2025-09-13 14:26:58 -07:00
David Tolnay
f669f16127
Restore __deserialize_content optimization
2025-09-13 14:22:33 -07:00
David Tolnay
8909fc0c60
Enforce derive cannot be used against serde_core
...
Even for a simple data structure that would ordinarily expand to an impl
that only refers to the public Serde traits without serde::__private, we
still disallow a (renamed) serde_core dependency. This leaves the
liberty to new usage of private helpers in such impls over time. For
example, similar to the optimization of the standard library's
derive(Debug) that introduced debug_struct_field1_finish to improve
compile time of derived impls.
2025-09-13 14:15:44 -07:00
David Tolnay
51f8b0c52d
Rewrite serde_core readme
2025-09-13 14:07:53 -07:00
David Tolnay
6c4cae6b09
Point API documentation to docs.rs/serde
2025-09-13 14:07:53 -07:00
Piotr Osiewicz
43f5eb5c69
review: Bring back old doc comment for serde_core
2025-06-06 11:57:32 +02:00
Piotr Osiewicz
f3869307cc
feat: extract serde_core out of serde
2025-06-06 11:57:32 +02:00