Skip to content
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: Impalabs/hyperpom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: Impalabs/hyperpom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 28 files changed
  • 3 contributors

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

  1. Merge pull request #3 from SmoothHacker/nightly-fixes

    Fixes nightly compilation problems where the "hash_drain_filter" feature got renamed to "hash_extract_if".
    
    See rust-lang/rust#104455 for more info.
    0xLyte authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e09d3bc View commit details
    Browse the repository at this point in the history
  2. Changed the recommended build instructions to remove the mention of s…

    …igning
    
    certificates.
    0xLyte committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    38ecaaa View commit details
    Browse the repository at this point in the history
  3. Replace Vec::extract_if with Vec::retain.

    Currently, the `Vec::extract_if` iterator is never consumed, which results in
    no operation being performed and breaks hyperpom. Since we don't
    actually use the handles that are removed, a simple solution is
    to use `Vec::retain` instead (which should have been the original
    solution to the problem anyway).
    0xLyte committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e7fcc3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91304ef View commit details
    Browse the repository at this point in the history
  5. Force rust nightly for the examples and bump of the dependencies vers…

    …ion to make sure we don't run into rust-lang/rust#113152
    0xLyte committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    73444f2 View commit details
    Browse the repository at this point in the history
  6. fmt and clippy

    0xLyte committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    bb3ea6e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from Impalabs/dev

    Simpler build system and replacing `Vec::extract_if` with `Vec::retain`
    0xLyte authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0fe8c20 View commit details
    Browse the repository at this point in the history
Loading