Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use custom derive ser/de instead of std::io #533

Merged
merged 75 commits into from
Sep 3, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    4873de8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    ed47458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c9053a View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Dentosal committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dbb8b14 View commit details
    Browse the repository at this point in the history
  4. Add a FIXME on unsound code

    Dentosal committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0ea5f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c79eaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a458e0 View commit details
    Browse the repository at this point in the history
  7. WIP: migrate to new ser/de

    Dentosal committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fd8bdfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6be726 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    bed4264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c16ccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55cbbed View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    70ad9e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    7be3223 View commit details
    Browse the repository at this point in the history
  2. Clean up a test case

    Dentosal committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    80fc61f View commit details
    Browse the repository at this point in the history
  3. Fix primitive type alignment

    Dentosal committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9248189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55bbf02 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    0594342 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. WIP: serialized_size rework

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e50f221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1330a8 View commit details
    Browse the repository at this point in the history
  3. Remove even more mem_layout!

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0a30af6 View commit details
    Browse the repository at this point in the history
  4. Separate SerializedSize impl

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5a8ba11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c74b5e View commit details
    Browse the repository at this point in the history
  6. Remove store_* and restore_*

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    1736f87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb61f69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    553c8bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61152de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9007295 View commit details
    Browse the repository at this point in the history
  11. sort deps

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    069c120 View commit details
    Browse the repository at this point in the history
  12. Remove debug prints

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ecc4624 View commit details
    Browse the repository at this point in the history
  13. More docs

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f5e95e0 View commit details
    Browse the repository at this point in the history
  14. clippy

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    1f475c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41c814d View commit details
    Browse the repository at this point in the history
  16. Remove obsolete todos

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0c4c2d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    05bf3bd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    39339b2 View commit details
    Browse the repository at this point in the history
  19. Relocate some tests

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    274c4bf View commit details
    Browse the repository at this point in the history
  20. Add some missing docs

    Dentosal committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    864013c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update fuel-derive/Cargo.toml

    Co-authored-by: Brandon Kite <brandonkite92@gmail.com>
    Dentosal and Voxelot authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4d45aed View commit details
    Browse the repository at this point in the history
  2. Update fuel-derive/Cargo.toml

    Co-authored-by: Brandon Kite <brandonkite92@gmail.com>
    Dentosal and Voxelot authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0eaad47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c296db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a6b6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e6a04 View commit details
    Browse the repository at this point in the history
  6. Require even less alloc

    Dentosal committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1d444e8 View commit details
    Browse the repository at this point in the history
  7. Depend even less on alloc

    Dentosal committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    df32bbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f329eac View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    9f35bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55cd96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c862d3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912a278 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a24f9a7 View commit details
    Browse the repository at this point in the history
  6. Add whitespace

    Co-authored-by: Green Baneling <XgreenX9999@gmail.com>
    Dentosal and xgreenx authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8496cf3 View commit details
    Browse the repository at this point in the history
  7. Feature cleanup

    Dentosal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5bbdb45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddf1630 View commit details
    Browse the repository at this point in the history
  9. Remove debug_peek code

    Dentosal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    004b959 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    635dc63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f14c3ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf1870d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    50259cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ebc70a View commit details
    Browse the repository at this point in the history
  15. Clippy lint fix

    Dentosal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    31f7019 View commit details
    Browse the repository at this point in the history
  16. Cleanup

    Dentosal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    04561de View commit details
    Browse the repository at this point in the history
  17. fmt

    Dentosal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f606618 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e048864 View commit details
    Browse the repository at this point in the history
  19. Fix typo

    Co-authored-by: Brandon Vrooman <brandon.vrooman@fuel.sh>
    Dentosal and Brandon Vrooman authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f96ef89 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4af7c63 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d1e50bc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    5e5a8f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    d58df38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e14e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb79eb0 View commit details
    Browse the repository at this point in the history
  4. Remove old testing files

    Dentosal committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d431ca5 View commit details
    Browse the repository at this point in the history
  5. Add readme to fuel-derive

    Dentosal committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b16268c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79d5717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f9be61 View commit details
    Browse the repository at this point in the history