Skip to content

Pull requests: serde-rs/serde-rs.github.io

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix a broken link
#186 by Hywan was merged Aug 27, 2025 Loading… updated Aug 27, 2025
Add SBOF format
#184 by DDAN-17 was closed Jul 19, 2025 Loading… updated Jul 19, 2025
Add default for structs to attr-default page
#84 by selaux was closed May 24, 2025 Loading… updated May 24, 2025
Help improve experience with untagged schemas
#156 by epage was merged May 18, 2025 Loading… updated May 18, 2025
JSON now supports no-std
#182 by dtolnay was merged Apr 13, 2025 Loading… updated Apr 13, 2025
Document that most enums representations require std or alloc features
#179 by zeenix was merged Mar 10, 2025 Loading… updated Mar 10, 2025
Removed Deprecated yaml crate from README
#180 by TomzBench was closed Mar 6, 2025 Loading… updated Mar 6, 2025
Update YAML link as dtolnay/serde-yaml is deprecated
#178 by loganmzz was closed Feb 17, 2025 Loading… updated Feb 17, 2025
Update README with a link to a actively maintained YAML plugin for serde
#175 by cyanboy was closed Jan 24, 2025 Loading… updated Jan 24, 2025
Add documentation for variant_identifier and field_identifier
#146 by Lucretiel was merged Dec 25, 2024 Loading… updated Dec 25, 2024
Add ASON format in README.md.
#174 by hemashushu was closed Nov 9, 2024 Loading… updated Nov 9, 2024
Add mention of cdr-encode package
#167 by jhelovuo was closed Jun 25, 2024 Loading… updated Jun 25, 2024
docs: tiny fix to impl-serializer item import syntax
#169 by onkoe was merged Jun 25, 2024 Loading… updated Jun 25, 2024
Rename attr transparent to flatten
#168 by dishmaker was closed Jun 13, 2024 Loading… updated Jun 13, 2024
Fix redundant type on deserialize-struct.md
#165 by academiaresf was merged Mar 17, 2024 Loading… updated Mar 17, 2024
fix: field-attrs.md #[serde(skip)] and #[serde(skip_serializing)] content invert
#164 by SoonIter was closed Feb 22, 2024 Loading… updated Feb 22, 2024
doc: rename_all_fields
#162 by weihanglo was merged Jan 25, 2024 Loading… updated Jan 25, 2024
Add playground hash instructions to contributing.md
#160 by dtolnay was merged Oct 19, 2023 Loading… updated Oct 19, 2023
Remove usage of deprecated Utc.datetime_from_str from the custom date format example
#159 by Lachstec was merged Oct 19, 2023 Loading… updated Oct 19, 2023
document enum variant #[serde(untagged)]
#158 by ahl was merged Oct 13, 2023 Loading… updated Oct 13, 2023
Fix typo in Serde data model page
#155 by mdacach was merged Aug 9, 2023 Loading… updated Aug 10, 2023
doc: alloc is no longer unstable
#154 by hackaugusto was merged Aug 8, 2023 Loading… updated Aug 8, 2023
Document expecting container attribute
#153 by AlexTMjugador was merged Aug 5, 2023 Loading… updated Aug 5, 2023
Add documentation for try_into, borrowed_into, borrowed_try_into attributes
#152 by oblique was closed Jul 15, 2023 Loading… updated Jul 15, 2023
Document #[serde(tag)] on struct structs
#103 by jplatte was merged Jul 9, 2023 Loading… updated Jul 10, 2023
ProTip! Exclude everything labeled bug with -label:bug.