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: iCodeIN/arrayref
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: droundy/arrayref
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 6 files changed
  • 7 contributors

Commits on Feb 26, 2022

  1. Fix Clippy diagnostics

    c410-f3r committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    9d27769 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Merge pull request droundy#21 from c410-f3r/clippy

    Fix Clippy diagnostics
    droundy authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    d2bf9b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Effectively make this project no_std

    Replaces `std::slice` with `core::slice`.
    
    The current test suite didn't trigger an error because `std` is imported if `#[cfg(test)]`.
    c410-f3r authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ae7ae54 View commit details
    Browse the repository at this point in the history
  2. Merge pull request droundy#23 from c410-f3r/patch-1

    Effectively make this project `no_std`
    droundy authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    827857d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 20, 2023

  1. Merge pull request droundy#25 from Zenithsiz/master

    Fixed single-argument `{mut_}array_refs` returning wrong type.
    droundy authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d41c73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a0d584 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    7bb282b View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    droundy committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0d6e80b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b8ffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe1355e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix link in README

    joseluis authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ad69883 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix bounds math issues in tests revealed by quickcheck v1

    Some tests relied on unsigned arithmetic that could wrap around, and
    quickcheck 1.0 was able to reveal the problem. All of the issues were in
    the tests rather than in the implementation.
    
    Fixes droundy#22. Fixes compatibility with quickcheck v1.
    musicinmybrain committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    af5a915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0fea6b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 13, 2024

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

Commits on Sep 14, 2024

  1. Merge pull request droundy#29 from nxsaken/const

    Make `array_ref` and `array_refs` usable in const fn
    droundy authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    35d71c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request droundy#28 from musicinmybrain/quickcheck-v1

    Fix some bounds-arithmetic flaws in the tests, and update to quickcheck v1
    droundy authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    36e1b4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request droundy#27 from joseluis/patch-1

    fix link in README
    droundy authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    eb48877 View commit details
    Browse the repository at this point in the history
  4. bump version

    droundy committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f8d0299 View commit details
    Browse the repository at this point in the history
Loading