Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bincode-org/virtue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.13
Choose a base ref
...
head repository: bincode-org/virtue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.14
Choose a head ref
  • 15 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 1, 2023

  1. feat: make ConstGeneric fields public (#50)

    * feat: make `ConstGeneric` fields public
    
    Also make `ident` function public, but as a `&` instead of a clone.
    
    * update comment
    Daniel-Aaron-Bloom authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    df4c7da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. feat: Enable multiple calls to modify_generic_constraints (#52)

    * Enable multiple calls to `modify_generic_constraints`
    
    * get_or_insert_with
    Daniel-Aaron-Bloom authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ce992eb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Treat empty struct fields differently to a unit (#49)

    * Treat empty struct fields differently to a unit
    
    A Struct { } should have Some(Fields::Struct(vec![])) rather than None.
    
    This partially reverts cfb17c0 (#45)
    
    * Add extra checks in test_enum_body_take()
    
    New tests for empty struct members, and test Fields::names()
    mkj authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    789c14a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Add const support to inherent impl and attr support generally (#53)

    * Add `const` to inherent `impl` and attr support
    
    * clippy and fmt
    Daniel-Aaron-Bloom authored May 14, 2023
    Configuration menu
    Copy the full SHA
    ff02e57 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. GenConst: moved into gen_const.rs (#55)

    * GenConst: moved into gen_const.rs
    - make_pub added
    - Impl.generate_const added
    
    * removed wrong comment
    
    ---------
    
    Co-authored-by: Werner Braun <wbcat@braun-echle.de>
    wbcat and Werner Braun authored May 16, 2023
    Configuration menu
    Copy the full SHA
    50e81e3 View commit details
    Browse the repository at this point in the history
  2. Fixed documentation (#56)

    Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
    VictorKoenders and VictorKoenders authored May 16, 2023
    Configuration menu
    Copy the full SHA
    7b4b3a7 View commit details
    Browse the repository at this point in the history
  3. Improved the doctests (#57)

    * Improved the doctests
    
    * Updated CI
    
    * Fixed clippy warnings
    
    ---------
    
    Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
    VictorKoenders and VictorKoenders authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fdb9209 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Impl for other type (#58)

    * Added generator::impl_for_other_type and impl_trait_for_other_type
    
    * Fixed an issue where StringOrIdent could be more than a single ident
    
    ---------
    
    Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
    VictorKoenders and VictorKoenders authored May 17, 2023
    Configuration menu
    Copy the full SHA
    e712e86 View commit details
    Browse the repository at this point in the history
  2. Added dependabot, updated CI (#59)

    * Added dependabot, updated CI
    
    * Reverted updated github actions step, going to let dependabot figure it out
    
    ---------
    
    Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
    VictorKoenders and VictorKoenders authored May 17, 2023
    Configuration menu
    Copy the full SHA
    a5710d4 View commit details
    Browse the repository at this point in the history
  3. Update bitflags requirement from 1.3 to 2.3 (#61)

    Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version.
    - [Release notes](https://github.com/bitflags/bitflags/releases)
    - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
    - [Commits](bitflags/bitflags@1.3.0...2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: bitflags
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    bfc9abb View commit details
    Browse the repository at this point in the history
  4. Bump codecov/codecov-action from 1 to 3 (#60)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    cc0328b View commit details
    Browse the repository at this point in the history
  5. Bump actions/checkout from 1 to 3 (#62)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    64137af View commit details
    Browse the repository at this point in the history
  6. Bump actions/upload-artifact from 1 to 3 (#63)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    135078c View commit details
    Browse the repository at this point in the history
  7. Added ImplFor::new_lifetimes_depend_on_existing (#64)

    * Added ImplFor::new_lifetimes_depend_on_existing
    
    * Fixed doc link
    
    ---------
    
    Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
    VictorKoenders and VictorKoenders authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1764aec View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Release 0.0.14 (#65)

    Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
    VictorKoenders and VictorKoenders authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c194f91 View commit details
    Browse the repository at this point in the history
Loading