Commit Graph

227 Commits

Author SHA1 Message Date
Andre Silva 764f8833e3 test basic algebraic laws with quickcheck 2017-10-04 03:04:17 +01:00
Nikolay Volf 152db3a707 Update README.md 2017-09-22 12:02:06 +03:00
Nikolay Volf 43ec87a40a Update README.md 2017-09-22 12:01:31 +03:00
NikVolf 90006b65e9 bump version 2017-09-06 15:02:50 +02:00
Arkadiy Paronyan 1cc1734310 Merge pull request #30 from arkpar/bitscan
Implemented trailing_zeros and leading_zeros
2017-09-06 14:58:23 +02:00
arkpar 630664a2f5
Version bump 2017-09-06 14:51:41 +02:00
arkpar 1268bc2363
Implemented trailing_zeros and leading_zeros 2017-09-06 14:41:40 +02:00
Nikolay Volf 65ec18da4d Merge pull request #29 from paritytech/ci-bench
Bench to the CI
2017-08-23 02:23:27 +03:00
Nikolay Volf d8075b1fa9 Merge pull request #28 from Vurich/better-benches
Improve benchmarks
2017-08-23 02:23:14 +03:00
Vurich 68c7fc2ba5 Fix warnings 2017-08-22 15:18:33 +02:00
Nikolay Volf 6deaf12e32 Update .travis.yml 2017-08-22 14:07:22 +03:00
Vurich 1b9f3dcfab Improve benchmarks 2017-08-21 16:11:31 +02:00
NikVolf 7aff9555e4 bump version 2017-08-18 18:27:02 +03:00
Nikolay Volf b8baf9dab6 Merge pull request #26 from Vurich/optimizations-1
Optimize binary operations on bigints
2017-08-18 18:26:22 +03:00
Vurich a2b18d3e62 Remove unnecessary lint override 2017-08-18 16:28:33 +02:00
Vurich 5443f93c33 Fix benches and compilation for asm version 2017-08-18 13:42:55 +02:00
Vurich f8a52ce3eb Use crates.io version of `crunchy` 2017-08-18 13:02:14 +02:00
Vurich 340860ed6a Optimize binary operations on bigints 2017-08-18 12:49:32 +02:00
NikVolf 9b92c6f1e6 bump version 2017-08-17 18:57:31 +03:00
Nikolay Volf 5780bc06ef Merge pull request #23 from debris/optimization
mul and from optimizations
2017-08-17 18:56:53 +03:00
debris 2840c89d34 Merge remote-tracking branch 'origin/endian-validity' into optimization 2017-08-17 17:53:57 +02:00
NikVolf 177cff077b add endianness validity check 2017-08-17 18:46:50 +03:00
debris 46bcf5e8b9 mul and from optimizations 2017-08-17 17:25:00 +02:00
NikVolf 5d904b8585 bump version 2017-08-15 14:14:20 +03:00
Nikolay Volf 55ed55d419 Merge pull request #22 from paritytech/tests-uplift
Some tests update (no new logic, insubstantial)
2017-08-15 13:46:36 +03:00
NikVolf ddb6a1e401 remove comment 2017-08-15 13:43:16 +03:00
NikVolf cc735f289f test uplift 2017-08-15 13:41:36 +03:00
Nikolay Volf 6daa76bbc6 Merge pull request #20 from paritytech/replace-license
Replace license to Apache in build.rs
2017-08-15 13:23:03 +03:00
Nikolay Volf 218ad3d72c Merge pull request #21 from paritytech/endianness
Endianness api-liftting
2017-08-15 13:22:17 +03:00
NikVolf 63c5c4def5 add little test 2017-08-14 18:15:38 +03:00
NikVolf 00c93b7f84 add conversion from fixed arrays 2017-08-14 18:09:25 +03:00
NikVolf 6ac1cafaa2 endianness explained and extended 2017-08-14 18:05:08 +03:00
Nikolay Volf 5f55c475ee Update README.md 2017-08-14 17:31:00 +03:00
Nikolay Volf 62f3d89c08 Update README.md 2017-08-14 17:30:50 +03:00
NikVolf 9dcce6853b replace license to apache in build.rs 2017-08-14 17:23:11 +03:00
NikVolf 0e8c5cee99 bump version 2017-08-14 17:20:46 +03:00
Nikolay Volf eda04b8209 Merge pull request #19 from paritytech/no-std
Add no_std support
2017-08-14 17:19:50 +03:00
NikVolf 04205c8c86 proper feature testing 2017-08-14 17:16:30 +03:00
NikVolf 18bf6ee251 remove redundant brackets 2017-08-14 14:00:38 +03:00
NikVolf 2f8680e6db examples required features 2017-08-14 13:47:49 +03:00
NikVolf 7da042931e no default features for byteorder 2017-08-14 13:37:38 +03:00
NikVolf 269b098c7c std variant feature-gated 2017-08-14 13:35:39 +03:00
Nikolay Volf 58fa622b9e Merge pull request #16 from debris/make_heapsize_optional
make heapsize optional
2017-07-04 13:23:22 +03:00
debris d6985af4d0 bump version to 3.0.0 2017-07-04 11:14:03 +02:00
debris eb8e7c44a7 make heapsize optional 2017-07-04 11:12:49 +02:00
Nikolay Volf b8d559b73e Merge pull request #15 from frewsxcv/frewsxcv-doc-panics
Document which methods panic.
2017-06-23 17:02:31 +03:00
Corey Farwell 1f8fd1f2f3 Document which methods panic.
In a format suggested by:

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md
2017-06-22 23:11:30 -04:00
Robert Habermeier 5bd574531a Merge pull request #14 from frewsxcv/patch-1
Link to API documentation in README.
2017-06-23 03:17:02 +02:00
Corey Farwell 88c1194950 Link to API documentation in README. 2017-06-21 23:23:26 -04:00
Robert Habermeier 76ff29955d Merge pull request #12 from paritytech/lv
Some formatting issues and little example
2017-05-22 14:15:12 -04:00