An open API service providing commit metadata for open source projects.

GitHub / rust-num/num-integer / commits

Integer trait and functions for Rust

SHA Message Author Date Stats
3fbe47f2 merge Merge pull request #78 from cuviper/rename-head Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
22 days ago
dcaece19 ci: use the fallback resolver for deps Josh Stone <c****r@g****m> 22 days ago
3e242f52 Rename master to main Josh Stone <c****r@g****m> 22 days ago
dcaa9654 merge Merge pull request #75 from mikem8891/master Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
27 days ago
f9279a28 non-negative Mike Maley <m****y@g****m>
Committed by: Josh Stone <c****r@g****m>
6 months ago
4b1818d3 merge Merge pull request #69 from durin42/rustc-nightly-is_multiple_of-stable Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a979659d test_is_multiple_of: call is_multiple_of from trait Augie Fackler <r****f@d****m> over 1 year ago
03640c2a merge Merge pull request #65 from cuviper/old-ci Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
ce7b81ee Manual builds aren't needed before `test_full.sh` Josh Stone <c****r@g****m> about 2 years ago
3ce90c5e Fix older CI for num-traits 0.2.19 Josh Stone <c****r@g****m> about 2 years ago
ede2d2cb merge Merge pull request #62 from cuviper/release-0.1.46 Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c7f506e6 Release 0.1.46 Josh Stone <c****r@g****m> over 2 years ago
3ac8866f merge Merge pull request #42 from aobatact/master Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
736ec84b Add default fallback from divides to is_multiple_of Josh Stone <c****r@g****m> over 2 years ago
77324eee merge Merge pull request #53 from MiguelX413/master Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
86825532 Add examples to dec/inc Josh Stone <c****r@g****m> over 2 years ago
9720c908 merge Merge pull request #61 from cuviper/ci Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8bfce258 ci: Add a registry cache for git protocol Josh Stone <c****r@g****m> over 2 years ago
b1957d51 ci: Use a single action to collect final status Josh Stone <c****r@g****m> over 2 years ago
d946e968 merge Merge pull request #60 from cuviper/ci-merge Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f43ba215 Fix the typo on actions/checkout@v4 Josh Stone <c****r@g****m> over 2 years ago
1f457d59 Try to make the CI status more robust Josh Stone <c****r@g****m> over 2 years ago
9b4acd7c merge Merge pull request #59 from cuviper/ci-merge Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5a973790 Try to make the CI status more robust Josh Stone <c****r@g****m> over 2 years ago
ac0b6951 merge Merge pull request #58 from cuviper/ci-merge Josh Stone <c****r@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
41a2e8c2 ci: upgrade to actions/checkout@v4 Josh Stone <c****r@g****m> over 2 years ago
aefc4b27 Switch from bors to merge queues Josh Stone <c****r@g****m> over 2 years ago
80c2b227 merge Merge #54
Co-authored-by: Marijn Schouten <h****t@u****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5fedf066 Update lib.rs Marijn Schouten <h****t@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9d4d68bb Add Integer.dec() and Integer.inc() MiguelX413 <l****7@g****m>
Committed by: Josh Stone <c****r@g****m>
almost 4 years ago
f9ef6c02 merge Merge #51
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
543e0c9b merge Merge #52
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
6c5a65b4 Stop explicitly naming CI steps Josh Stone <c****r@g****m> about 4 years ago
7d3f7ec4 Switch from actions-rs/cargo to plain run Josh Stone <c****r@g****m> about 4 years ago
e4310770 Switch from actions-rs/toolchain to dtolnay/rust-toolchain Josh Stone <c****r@g****m> about 4 years ago
cc43faf3 Update to actions/checkout@v3 Josh Stone <c****r@g****m> about 4 years ago
b8837584 Fix clippy::collapsible_else_if Josh Stone <c****r@g****m> about 4 years ago
4cfb1a8b Fix clippy::redundant_field_names Josh Stone <c****r@g****m> about 4 years ago
8e988647 Test with inclusive ranges Josh Stone <c****r@g****m> about 4 years ago
89a5b397 Remove useless extern crate Josh Stone <c****r@g****m> about 4 years ago
6ba47859 Update CI test versions Josh Stone <c****r@g****m> about 4 years ago
4d86cd18 Assume i128 support Josh Stone <c****r@g****m> about 4 years ago
43c534de Update MSRV to 1.31 Josh Stone <c****r@g****m> about 4 years ago
b1f209bc Upgrade to 2018 edition Josh Stone <c****r@g****m> about 4 years ago
683903c7 Add more changes to 0.1.45 Josh Stone <c****r@g****m> about 4 years ago
42c22de5 merge Merge #47
Co-authored-by: Giacomo Fenzi <g****i@o****m>, Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
dee9a821 Release 0.1.45 Josh Stone <c****r@g****m> about 4 years ago
4ebb39d2 cargo fmt Josh Stone <c****r@g****m> about 4 years ago
1656a2fd Added a fex negative tests Giacomo Fenzi <g****i@o****m> over 4 years ago
a7d40a12 merge Merge #45
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d839ba57 merge Merge #46
Co-authored-by: Trevor Spiteri <t****i@i****g>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
7a8397f0 merge Merge #50
Co-authored-by: Paul Crowley <g****b@p****g>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
bba8f3d6 Correct documentation for gcd Paul Crowley <g****b@p****g>
Committed by: GitHub <n****y@g****m>
over 4 years ago
41480951 Fixed is multiple of Giacomo Fenzi <g****i@o****m> over 4 years ago
172b0e30 Remove hidden field from ExtendedGcd Trevor Spiteri <t****i@i****g> over 4 years ago
cde58ee7 Fix prev/next_multiple_of(&MIN, &-1) Josh Stone <c****r@g****m> almost 5 years ago
d5267dc8 merge Merge #44
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
4972e471 Fix test fallout from unstable int_roundings Josh Stone <c****r@g****m> almost 5 years ago
a51b3ffd Mark Integer::divides as deprecated. aobatact <a****4@g****m>
Committed by: Josh Stone <c****r@g****m>
over 5 years ago
4d166cbb merge Merge #35
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
17145667 Release 0.1.44 Josh Stone <c****r@g****m> over 5 years ago
341a4927 Add license terms to the README Josh Stone <c****r@g****m> almost 6 years ago
f3457391 Explicitly mark the license OR Josh Stone <c****r@g****m> almost 6 years ago
22682224 Trust the "i128" feature Josh Stone <c****r@g****m> almost 6 years ago
cc05da65 merge Merge #34
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
d7d7b195 Release 0.1.43 Josh Stone <c****r@g****m> about 6 years ago
967dcdbd Linkify the MSRV and CI badges Josh Stone <c****r@g****m> over 6 years ago
fe187681 merge Merge #33
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
cba0dac4 Switch CI to GitHub Actions Josh Stone <c****r@g****m> over 6 years ago
cd3a8279 merge Merge #31
Co-authored-by: Martin Larralde <m****e@e****r>, Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1b1bf858 Test boundary averages of i8 Josh Stone <c****r@g****m> over 6 years ago
85fd7c8c Add proper unit tests for `average_ceil` and `average_floor` Martin Larralde <m****e@e****r> over 6 years ago
67fca34e Add benchmarks for `average_ceil` as well Martin Larralde <m****e@e****r> over 6 years ago
7581fcb1 Refactor `benches/average.rs` and check results of methods that should be exact Martin Larralde <m****e@e****r> over 6 years ago
5ae9c3e4 Run `cargo fmt` on source code Martin Larralde <m****e@e****r> over 6 years ago
46d32a46 Remove uneeded trait requirements on `Average` blanket impl Martin Larralde <m****e@e****r> over 6 years ago
ed953c28 Address some PR review comments in `benches` and `src` Martin Larralde <m****e@e****r> over 6 years ago
19ab37c5 Add `Average` trait with fast average computation Martin Larralde <m****e@e****r> over 6 years ago
0f9ba577 merge Merge #30
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
6cd0db39 Release 0.1.42 Josh Stone <c****r@g****m> over 6 years ago
1de9a08f merge Merge #29
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
131f873f Update to autocfg 1 Josh Stone <c****r@g****m> over 6 years ago
93a991b4 Remove an unused attribute Josh Stone <c****r@g****m> over 6 years ago
f0e329af merge Merge #27
Co-authored-by: Yu Ding <d****h@g****m>
bors[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3ca784f6 Compatible with cargo --remap-path-prefix Yu Ding <d****h@g****m> over 6 years ago
bcce4ccb merge Merge #25
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <b****]@u****m> about 7 years ago
64a9656d Release 0.1.41 Josh Stone <c****r@g****m> about 7 years ago
91d157a3 bump autocfg to fix no_std probing Josh Stone <c****r@g****m> about 7 years ago
98c3900b merge Merge #24
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <b****]@u****m> about 7 years ago
86293ff3 Release 0.1.40 Josh Stone <c****r@g****m> about 7 years ago
5a91fb46 merge Merge #23
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <b****]@u****m> about 7 years ago
19d5f697 Use autocfg to probe for i128 Josh Stone <c****r@g****m> about 7 years ago
42713308 merge Merge #19
Co-authored-by: M Farkas-Dyck <s****8@g****m>, Josh Stone <c****r@g****m>
bors[bot] <b****]@u****m> over 7 years ago
a169ee24 use core::fmt::Debug; Josh Stone <c****r@g****m> over 7 years ago
10fd5e85 assert the test for Bézout coefficients Josh Stone <c****r@g****m> over 7 years ago
6d20102f remove an unnecessary clone Josh Stone <c****r@g****m> over 7 years ago
f25cfc21 cargo fmt Josh Stone <c****r@g****m> over 7 years ago
7b49eca3 merge Merge #22
Co-authored-by: Josh Stone <c****r@g****m>
bors[bot] <b****]@u****m> over 7 years ago
ab8b511a Check formatting in CI Josh Stone <c****r@g****m> over 7 years ago
6d017999 cargo fmt Josh Stone <c****r@g****m> over 7 years ago

← Back to repository