-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: iCodeIN/arrayref
base: master
head repository: droundy/arrayref
compare: master
- 20 commits
- 6 files changed
- 7 contributors
Commits on Feb 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d27769 - Browse repository at this point
Copy the full SHA 9d27769View commit details
Commits on Feb 27, 2022
-
Merge pull request droundy#21 from c410-f3r/clippy
Fix Clippy diagnostics
Configuration menu - View commit details
-
Copy full SHA for d2bf9b4 - Browse repository at this point
Copy the full SHA d2bf9b4View commit details
Commits on Sep 9, 2022
-
Effectively make this project
no_stdReplaces `std::slice` with `core::slice`. The current test suite didn't trigger an error because `std` is imported if `#[cfg(test)]`.
Configuration menu - View commit details
-
Copy full SHA for ae7ae54 - Browse repository at this point
Copy the full SHA ae7ae54View commit details -
Merge pull request droundy#23 from c410-f3r/patch-1
Effectively make this project `no_std`
Configuration menu - View commit details
-
Copy full SHA for 827857d - Browse repository at this point
Copy the full SHA 827857dView commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for feab803 - Browse repository at this point
Copy the full SHA feab803View commit details
Commits on Mar 20, 2023
-
Merge pull request droundy#25 from Zenithsiz/master
Fixed single-argument `{mut_}array_refs` returning wrong type.Configuration menu - View commit details
-
Copy full SHA for d41c73a - Browse repository at this point
Copy the full SHA d41c73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0d584 - Browse repository at this point
Copy the full SHA 6a0d584View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bb282b - Browse repository at this point
Copy the full SHA 7bb282bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6e80b - Browse repository at this point
Copy the full SHA 0d6e80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b8ffb - Browse repository at this point
Copy the full SHA 42b8ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1355e - Browse repository at this point
Copy the full SHA fe1355eView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad69883 - Browse repository at this point
Copy the full SHA ad69883View commit details
Commits on Sep 3, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for af5a915 - Browse repository at this point
Copy the full SHA af5a915View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fea6b - Browse repository at this point
Copy the full SHA e0fea6bView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd823d5 - Browse repository at this point
Copy the full SHA fd823d5View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2e1af8 - Browse repository at this point
Copy the full SHA c2e1af8View commit details
Commits on Sep 14, 2024
-
Merge pull request droundy#29 from nxsaken/const
Make `array_ref` and `array_refs` usable in const fn
Configuration menu - View commit details
-
Copy full SHA for 35d71c6 - Browse repository at this point
Copy the full SHA 35d71c6View commit details -
Merge pull request droundy#28 from musicinmybrain/quickcheck-v1
Fix some bounds-arithmetic flaws in the tests, and update to quickcheck v1
Configuration menu - View commit details
-
Copy full SHA for 36e1b4c - Browse repository at this point
Copy the full SHA 36e1b4cView commit details -
Merge pull request droundy#27 from joseluis/patch-1
fix link in README
Configuration menu - View commit details
-
Copy full SHA for eb48877 - Browse repository at this point
Copy the full SHA eb48877View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0299 - Browse repository at this point
Copy the full SHA f8d0299View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master