nipzu
|
0b52d8e83d
|
Update crate version
|
2019-04-06 15:23:30 +03:00 |
|
nipzu
|
8395a9e39b
|
Update changelog
|
2019-04-06 15:22:48 +03:00 |
|
nipzu
|
3d2682e809
|
Added some tests for wasm32-unknown-wasi
|
2019-04-06 14:15:34 +03:00 |
|
nipzu
|
d8bbf433e2
|
Added support for wasm32-unknown-wasi
|
2019-04-06 13:55:26 +03:00 |
|
Diggory Hardy
|
c2f13c818a
|
Merge pull request #18 from dhardy/master
Prepare 0.1.1 release
|
2019-04-05 16:25:55 +01:00 |
|
Diggory Hardy
|
aa2bde5be0
|
Prepare 0.1.1 release and add zero-len test
|
2019-04-05 16:16:27 +01:00 |
|
Artyom Pavlov
|
d2a9729698
|
cloudabi fix
|
2019-04-02 20:16:32 +03:00 |
|
Diggory Hardy
|
4c1d7c4498
|
Merge pull request #16 from dhardy/master
Prepare 0.1.0 release
|
2019-03-23 16:29:42 +00:00 |
|
Diggory Hardy
|
6e89775210
|
Prepare 0.1.0 release
|
2019-03-23 15:47:44 +00:00 |
|
Diggory Hardy
|
7e93a69525
|
Merge pull request #15 from newpavlov/edition
MSRV bump, module changes
|
2019-03-23 15:43:18 +00:00 |
|
Артём Павлов [Artyom Pavlov]
|
5e23e13a67
|
fix stdweb
|
2019-03-22 22:27:50 +03:00 |
|
Артём Павлов [Artyom Pavlov]
|
9e844d5ee3
|
readme update
|
2019-03-22 21:45:22 +03:00 |
|
Артём Павлов [Artyom Pavlov]
|
a4cd11601c
|
import js macro
|
2019-03-22 21:42:17 +03:00 |
|
newpavlov
|
7e70829f3b
|
stdweb fix
|
2019-03-22 20:56:38 +03:00 |
|
newpavlov
|
7807932938
|
MSRV bump, module changes
|
2019-03-22 20:28:33 +03:00 |
|
Artyom Pavlov
|
19c39fb890
|
Minor updates (#12)
|
2019-03-16 15:37:43 +00:00 |
|
Diggory Hardy
|
170cbc1b49
|
Merge pull request #11 from dhardy/master
Revise error types and codes
|
2019-03-14 11:03:10 +00:00 |
|
Diggory Hardy
|
f2322f46fe
|
Bump libc version requirement to the latest.
|
2019-03-14 09:15:41 +00:00 |
|
Diggory Hardy
|
214a71386f
|
Enable optional logging of failures
|
2019-03-13 11:09:12 +00:00 |
|
Diggory Hardy
|
d33356f55f
|
Enable optional logging support
|
2019-03-12 17:39:20 +00:00 |
|
Diggory Hardy
|
13d49ec09a
|
Remove error module from API
|
2019-03-11 13:03:35 +00:00 |
|
Diggory Hardy
|
7d931042de
|
Print error codes in hex; include codes in documentation
|
2019-03-11 12:54:52 +00:00 |
|
Diggory Hardy
|
23d8285296
|
Re-enable minimal dependency version testing on nightly runners
|
2019-03-02 10:59:14 +00:00 |
|
Diggory Hardy
|
1fabf59c96
|
Don't test minimal versions in CI
Option isn't compatible with stable Rustc.
Nightly runners already have important tests for latest version.
|
2019-03-01 12:00:08 +00:00 |
|
Diggory Hardy
|
1a2dcdc89b
|
Set correct requirements for minimal versions; test in CI
Versions found by examining API or trial-and-error.
CI will now try minimal lib versions with minimal rustc
version, but only for select targets.
|
2019-03-01 11:53:46 +00:00 |
|
Diggory Hardy
|
b771a82ea6
|
Revise error types and codes
|
2019-03-01 11:27:43 +00:00 |
|
Diggory Hardy
|
679c52c23b
|
Merge pull request #10 from dhardy/ci
Add CI config and implement on WASM
|
2019-02-26 09:49:54 +00:00 |
|
Diggory Hardy
|
ac13e04b83
|
CI: do not test benches with stable Rustc (again)
|
2019-02-25 17:16:52 +00:00 |
|
Diggory Hardy
|
0d5f4c56f2
|
Remove usage of ATOMIC_BOOL_INIT
We currently don't support old enough compilers to require this.
|
2019-02-25 17:03:41 +00:00 |
|
Diggory Hardy
|
a40d3ded39
|
Fixes for CI, CloudABI, 32-bit Linux, MacOS, WASM
Also new: impl From<NonZeroU32> for Error
|
2019-02-25 17:03:41 +00:00 |
|
Diggory Hardy
|
51303b5bb8
|
Implement on WASM via stdweb and bindgen; add tests
|
2019-02-25 12:54:46 +00:00 |
|
Diggory Hardy
|
5607368c93
|
Fix Mac OSX implementation
|
2019-02-25 11:01:23 +00:00 |
|
Diggory Hardy
|
446cff37ed
|
Fix cross-compilation script; disable non-existant Fuchsia target
|
2019-02-25 11:01:05 +00:00 |
|
Diggory Hardy
|
25bc1acba6
|
Fix doc links
Arguably the doc links and root URL are wrong, but they
avoid broken links and will do for now.
|
2019-02-25 10:51:20 +00:00 |
|
Diggory Hardy
|
557ee8f635
|
CI fix: do not test benches on stable
|
2019-02-25 10:44:47 +00:00 |
|
Diggory Hardy
|
b6e859cf0f
|
Add CI configuration
Some of these tests will fail for now!
|
2019-02-25 10:37:22 +00:00 |
|
Diggory Hardy
|
ae1e2aab25
|
Add note on min Rustc version
|
2019-02-25 10:37:22 +00:00 |
|
Diggory Hardy
|
7f68c78868
|
Merge pull request #9 from jasonbking/illumos
8 Update Solaris getrandom
|
2019-02-25 10:36:54 +00:00 |
|
Jason King
|
819fb3fb38
|
8 Update Solaris getrandom
|
2019-02-23 02:32:33 +00:00 |
|
Diggory Hardy
|
10fdedd4cf
|
Merge pull request #7 from dhardy/master
Add getrandom wrapper func and documentation
|
2019-02-20 08:58:29 +00:00 |
|
Diggory Hardy
|
0f371be445
|
Rename getrandom_os → getrandom_inner; more WASM doc
|
2019-02-18 14:38:53 +00:00 |
|
Diggory Hardy
|
7ff3aff076
|
Error doc; fix for Solaris
|
2019-02-18 12:50:37 +00:00 |
|
Diggory Hardy
|
9ba1d37952
|
Impl From not Into
|
2019-02-18 12:23:11 +00:00 |
|
Diggory Hardy
|
4374fd7783
|
Add getrandom wrapper func and documentation
|
2019-02-18 12:10:29 +00:00 |
|
Diggory Hardy
|
24e7f8ffbb
|
Merge pull request #6 from newpavlov/init
Crate implementation
|
2019-02-14 10:23:32 +00:00 |
|
Artyom Pavlov
|
af5035f548
|
remove unused feature
|
2019-02-06 22:03:33 +00:00 |
|
newpavlov
|
9871d55e0a
|
remove unsafe
|
2019-02-06 15:01:59 +03:00 |
|
newpavlov
|
1e2a5aa75e
|
new error
|
2019-02-06 14:51:04 +03:00 |
|
newpavlov
|
f860bde8d8
|
use atomic bool to check RNG initialization
|
2019-02-06 13:47:36 +03:00 |
|
newpavlov
|
5ebbaf787e
|
remove unsafe and newlines, add notice
|
2019-02-06 13:04:47 +03:00 |
|