-
-
Notifications
You must be signed in to change notification settings - Fork 793
Comparing changes
Open a pull request
base repository: serde-rs/serde
base: v1.0.128
head repository: serde-rs/serde
compare: v1.0.130
- 16 commits
- 15 files changed
- 2 contributors
Commits on Jun 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca772a1 - Browse repository at this point
Copy the full SHA ca772a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fc467 - Browse repository at this point
Copy the full SHA e0fc467View commit details
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c1ce03b - Browse repository at this point
Copy the full SHA c1ce03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9451ea8 - Browse repository at this point
Copy the full SHA 9451ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d8902 - Browse repository at this point
Copy the full SHA 75d8902View commit details -
Merge pull request #2077 from dtolnay/tryfold
Use try_fold in default implementation of collect_seq, collect_map
Configuration menu - View commit details
-
Copy full SHA for 55fdbea - Browse repository at this point
Copy the full SHA 55fdbeaView commit details
Commits on Aug 23, 2021
-
Add test of remote with a packed struct
Currently fails to build: error: reference to packed field is unaligned --> test_suite/tests/test_gen.rs:858:10 | 858 | #[derive(Serialize, Deserialize)] | ^^^^^^^^^ | note: the lint level is defined here --> test_suite/tests/test_gen.rs:5:9 | 5 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unaligned_references)]` implied by `#[deny(warnings)]` = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) error: reference to packed field is unaligned --> test_suite/tests/test_gen.rs:858:21 | 858 | #[derive(Serialize, Deserialize)] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
Configuration menu - View commit details
-
Copy full SHA for 14accf7 - Browse repository at this point
Copy the full SHA 14accf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54102ee - Browse repository at this point
Copy the full SHA 54102eeView commit details -
Merge pull request #2079 from dtolnay/packedremote
Fix unaligned reference warnings on packed remote def
Configuration menu - View commit details
-
Copy full SHA for dc0c0dc - Browse repository at this point
Copy the full SHA dc0c0dcView commit details -
Add test of packed struct that cannot be destructured
Currently fails: error[E0509]: cannot move out of type `RemotePackedNonCopyDef`, which implements the `Drop` trait --> test_suite/tests/test_gen.rs:876:10 | 876 | #[derive(Deserialize)] | ^^^^^^^^^^^ | | | cannot move out of here | data moved here | move occurs because `__v1` has type `std::string::String`, which does not implement the `Copy` trait | = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
Configuration menu - View commit details
-
Copy full SHA for 714c8a5 - Browse repository at this point
Copy the full SHA 714c8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a66c5f - Browse repository at this point
Copy the full SHA 4a66c5fView commit details -
Merge pull request #2080 from dtolnay/packeddrop
Support packed remote struct without destructuring
Configuration menu - View commit details
-
Copy full SHA for c1c0ede - Browse repository at this point
Copy the full SHA c1c0edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b92c80 - Browse repository at this point
Copy the full SHA 2b92c80View commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f120fb - Browse repository at this point
Copy the full SHA 3f120fbView commit details -
Merge pull request #2081 from dtolnay/accessunsized
Enable unsized Map/SeqAccess types to use the impl for &mut
Configuration menu - View commit details
-
Copy full SHA for 87d41b5 - Browse repository at this point
Copy the full SHA 87d41b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e1a50 - Browse repository at this point
Copy the full SHA 65e1a50View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.128...v1.0.130