Skip to content
This repository was archived by the owner on Jul 29, 2022. 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: paritytech/nohash-hasher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NobodyXu/integer-hasher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 28, 2022

  1. Update README.md

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    052b19e View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    47f582e View commit details
    Browse the repository at this point in the history
  3. Rename NoHashHasher to IntHasher

    and `BuildNoHashHasher` to `BuildIntHasher`
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    77f911d View commit details
    Browse the repository at this point in the history
  4. Simplify lib.rs: Avoid dup impl due to cfg(debug_assertions)

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5fc41f6 View commit details
    Browse the repository at this point in the history
  5. Update GH workflow rust

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    21ba8d0 View commit details
    Browse the repository at this point in the history
  6. Enable dependabot

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    45dcd60 View commit details
    Browse the repository at this point in the history
  7. Fix example in doc

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    57f7c39 View commit details
    Browse the repository at this point in the history
  8. Fix Copy, Clone & Default impl for IntHasher<T>

    make sure they are implemented even if `T` does not implement them.
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5112c6f View commit details
    Browse the repository at this point in the history
  9. Bump actions/checkout from 2 to 3 (#1)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...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>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ee819f5 View commit details
    Browse the repository at this point in the history
  10. Seal trait IsEnabled

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    295662a View commit details
    Browse the repository at this point in the history
  11. Doc feature on docs.rs using doc_auto_cfg

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1ae130a View commit details
    Browse the repository at this point in the history
  12. Add convenient script build_doc.sh

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d27815f View commit details
    Browse the repository at this point in the history
  13. Add job doc to GH workflow rust

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f85f99b View commit details
    Browse the repository at this point in the history
  14. Unseal IsEnabled as it is intended to be extensible

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    70e4fbb View commit details
    Browse the repository at this point in the history
  15. Fix job doc in GH workflow rust: Install nightly rust

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c21be74 View commit details
    Browse the repository at this point in the history
  16. Impl IsEnabled for num::NonZero*

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b3c6685 View commit details
    Browse the repository at this point in the history
  17. Impl IsEnabled for num::Wrapping<...>

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ee22298 View commit details
    Browse the repository at this point in the history
  18. Release v0.1.0

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0b03fee View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Update README.md

    NobodyXu authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    93ea638 View commit details
    Browse the repository at this point in the history
  2. Release v0.1.1

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2b90010 View commit details
    Browse the repository at this point in the history
Loading