-
Notifications
You must be signed in to change notification settings - Fork 125
Comparing changes
Open a pull request
base repository: google/zerocopy
base: v0.3.0
head repository: google/zerocopy
compare: v0.3.1
- 12 commits
- 14 files changed
- 8 contributors
Commits on Mar 6, 2020
-
[rust] Add zerocopy tests to GN
to run locally: $ fx run-host-tests zerocopy_derive_test Change-Id: Ibe3bb0d209ab5c8d3c3de3811d882bc4d717e952
Configuration menu - View commit details
-
Copy full SHA for bc802a4 - Browse repository at this point
Copy the full SHA bc802a4View commit details
Commits on Mar 10, 2020
-
[rust][zerocopy] Fix zerocopy-dervice tests
- Bump compiletest version to work with latest stable rust without requiring experimental features - Also remove ![feature=repr_align_enum] since it has been stabilized. Allows `cargo test` without requiring nightly toolchains Change-Id: Id1b6c856b70279d840d276687957dcd26afe0573
Configuration menu - View commit details
-
Copy full SHA for 80b650b - Browse repository at this point
Copy the full SHA 80b650bView commit details
Commits on Mar 12, 2020
-
[rust][zerocopy] Make zerocopy-derive errors point to the specific attr
Instead of pointing to the entire input (enum or struct) on which the derive attribute is applied, pinpoint the error to the exact attribute meta-item which caused the error. Change-Id: Ia97e92851f76c304a5ce2aea3d6ca8411474280d
Configuration menu - View commit details
-
Copy full SHA for 11c47ee - Browse repository at this point
Copy the full SHA 11c47eeView commit details
Commits on May 7, 2020
-
[zerocopy] Update clippy lint name
Getting rid of a warning I noticed in my editor: ``` lint `clippy::cyclomatic_complexity` has been renamed to `clippy::cognitive_complexity` note: `#[warn(renamed_and_removed_lints)]` on by default help: use the new name: `clippy::cognitive_complexity` ``` Test: no behavior change Change-Id: Ic1738deed93f8c7e59a86247a1c335bcf2430b4f Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/387256 Reviewed-by: Joshua Liebow-Feeser <[email protected]> Testability-Review: Joshua Liebow-Feeser <[email protected]> Commit-Queue: Marc Khouri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccaef63 - Browse repository at this point
Copy the full SHA ccaef63View commit details
Commits on Jul 6, 2020
-
[zerocopy] Add LayoutVerified::new_slice_from_prefix and friends
Add variants of `new_slice` for creating a LayoutVerified<[T]> out of the first N or last N putative `T`s in a byte slice. Change-Id: If827981377b80e2d755a0023e48b63bc8f75e2c9 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/394715 Commit-Queue: Miguel Young de la Sota <[email protected]> Reviewed-by: Joshua Liebow-Feeser <[email protected]> Testability-Review: Joshua Liebow-Feeser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19b613d - Browse repository at this point
Copy the full SHA 19b613dView commit details
Commits on Jul 14, 2020
-
[zerocopy] Document why Vec: !ByteSlice
Test: None Change-Id: I4ca64b81df5e0c1d83cd3b2b32cccfed50c8f677 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/406497 Reviewed-by: Tyler Mandry <[email protected]> Testability-Review: Joshua Liebow-Feeser <[email protected]> Commit-Queue: Joshua Liebow-Feeser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 277438a - Browse repository at this point
Copy the full SHA 277438aView commit details
Commits on Jul 22, 2020
-
[lsc][rust][gn] List sources for Rust targets
Bug: 55669 Change-Id: I534ef63a9bb8209027796787577e7a2842e0f8f5 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/409525 Reviewed-by: Kevin Lindkvist <[email protected]> Commit-Queue: Adam Lesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e0c947 - Browse repository at this point
Copy the full SHA 2e0c947View commit details
Commits on Aug 8, 2020
-
[gn][rust] Cleanup soft-migration source enforcement opt-in
Change-Id: I25b441fa70a64bb35a31cc94cf7f5aefc1e880be Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/414748 Commit-Queue: Adam Lesinski <[email protected]> Reviewed-by: Kevin Lindkvist <[email protected]>
Adam Lesinski authored and CQ Bot Account committedAug 8, 2020 Configuration menu - View commit details
-
Copy full SHA for e630981 - Browse repository at this point
Copy the full SHA e630981View commit details
Commits on Oct 26, 2020
-
[cleanup] Use inclusive terms in git links.
Bug: 53982 Change-Id: Ifb7c0f8055fb09520410dbf9dec79be697aa33ba Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/442877 Reviewed-by: Ian McKellar <[email protected]> API-Review: Ian McKellar <[email protected]> Testability-Review: Ian McKellar <[email protected]> Commit-Queue: Nathan Mulcahey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2599f31 - Browse repository at this point
Copy the full SHA 2599f31View commit details
Commits on Feb 10, 2021
-
[zerocopy] Implement traits for all array lengths
Now that minimal const generics are stable, implement zerocopy traits for all array lengths rather than a specific list of array lengths. Change-Id: I4f03d2fd65641cecbfc44345e7803de64d592cff Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/483581 Reviewed-by: Tyler Mandry <[email protected]> Reviewed-by: Adam Barth <[email protected]> Commit-Queue: Joshua Liebow-Feeser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c3f66c - Browse repository at this point
Copy the full SHA 3c3f66cView commit details
Commits on Feb 25, 2021
-
[package] Migrate more
src/lib/*
to use the new package templates.Change-Id: Ib950efa4945de7fcc8fea29f299f2ad5dfdb69fb Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/490583 Fuchsia-Auto-Submit: Victor Chang <[email protected]> Reviewed-by: Shai Barack <[email protected]> Commit-Queue: Victor Chang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1abe610 - Browse repository at this point
Copy the full SHA 1abe610View commit details
Commits on Mar 5, 2021
-
Change-Id: I65825dadf73c8e20c858b9e724486f667c7e4166 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/496020 Commit-Queue: Tyler Mandry <[email protected]> Commit-Queue: Joshua Liebow-Feeser <[email protected]> Reviewed-by: Tyler Mandry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c37bbe - Browse repository at this point
Copy the full SHA 2c37bbeView 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 v0.3.0...v0.3.1