Paul Dicker
025735c539
Restrict the stdweb feature to the wasm32-unknown-unknown target
2018-03-28 20:33:14 +02:00
Paul Dicker
d7d079274d
Small changes to cargo.toml
2018-03-27 15:20:21 +02:00
Diggory Hardy
bf9c5b2ff7
Use rand-core 0.1.0-pre.0 release
2018-03-27 12:30:02 +01:00
Paul Dicker
ef703fd99f
Rename wasm-stdweb to stdweb
2018-03-26 17:09:01 +02:00
Paul Dicker
2158f7a035
Put stdweb dependency behind a target feature
2018-03-26 17:08:25 +02:00
Paul Dicker
d95659e43f
Merge pull request #330 from pitdicker/rand_core_readme
...
Changes to rand_core readme
2018-03-26 11:53:46 +02:00
Paul Dicker
a0b55559dd
Add no_std category for crates.io
2018-03-25 20:40:41 +02:00
Paul Dicker
e624d29777
Add badges for crates.io
2018-03-25 20:40:28 +02:00
Paul Dicker
0e81704987
Make the std feature require the alloc feature
2018-03-25 19:42:57 +02:00
Paul Dicker
d37d8d1c0e
Rename rand-core to rand_core
2018-03-23 13:36:46 +01:00
Diggory Hardy
139eca544d
rand-core: update homepage location and fix relative link
2018-03-21 12:06:32 +00:00
Diggory Hardy
336d224362
Merge pull request #288 from dhardy/core
...
Add rand-core sub-crate and update version numbers
2018-03-14 10:46:58 +00:00
Bastien Orivel
b60f1aac37
Bump bincode to 1.0
2018-03-11 16:16:04 +01:00
Diggory Hardy
dab89ab07c
Add rand-core sub-crate and update version numbers
...
This moves core traits/types/impls to rand-core
impls and le modules are now public (from rand-core only)
CI tweaks, needed since not all features are duplicated on rand-core
Cross-crate doc links now use full URLs (is there a better option?)
2018-03-10 11:31:19 +00:00
quininer
798309da33
Add OsRng wasm support
2018-02-27 23:24:11 +08:00
Diggory Hardy
77e553f4a8
Deprecate rand_derive sub-crate
...
See https://github.com/dhardy/rand/issues/83
Required for following changes affecting Rand
2018-02-17 17:39:25 +00:00
Diggory Hardy
4102ec0b5a
Add log feature
2018-01-31 18:33:46 +00:00
Zoe Juozapaitis
a3c5eaa362
Add serde infrastructure
2018-01-21 21:23:55 -08:00
Peter Atashian
29c4292657
Make winapi gated on the std feature
...
It's not being used anyway unless the std feature is enabled
2018-01-17 20:23:24 -05:00
Ed Schouten
2c31e899c9
Port rand to CloudABI.
...
CloudABI has a special system call, random_get(), that can be used to
obtain random data from the environment (the kernel, emulator, etc). We
can invoke this system call by making use of the cloudabi crate.
2018-01-11 12:24:01 +01:00
Diggory Hardy
42180c73c0
Update changelog and version for 0.4.2 release
2018-01-05 11:56:11 +00:00
Diggory Hardy
f8adb2534f
Remove 'log' dev-dependency
...
Also remove a useless 'test'
2018-01-05 11:55:04 +00:00
Taylor Cramer
3f7362374f
Update fuchsia-zircon
2018-01-03 08:31:25 -08:00
Diggory Hardy
52e585ad43
Require log <= 0.3.8 for dev builds
2017-12-27 12:40:42 +00:00
Diggory Hardy
8cf463008b
Merge pull request #192 from retep998/return-of-the-winapi
...
Switch back to using winapi
2017-12-18 13:53:39 +00:00
Diggory Hardy
b333d68713
Bump version to 0.4.1; update CHANGELOG and README
2017-12-18 11:25:52 +00:00
Peter Atashian
b8ff2cc147
Switch to using winapi
2017-12-18 02:27:02 -05:00
Diggory Hardy
0afeb1d056
Add no_std build support
...
Based on @jethrogb's core branch and my master branch
Plus some extra notes in README
2017-12-14 16:36:28 +00:00
Diggory Hardy
07d159e3a3
Bump version number to 0.4.0-pre.0 and add note to README
2017-12-11 16:39:13 +00:00
Diggory Hardy
9ce5e6dad0
Merge pull request #195 from vitiral/sample
...
Sample
2017-12-05 11:23:01 +00:00
Garrett Berg
0349557bc2
bump cargo version
2017-11-27 07:19:57 -07:00
Bastien Orivel
480b03d900
Bump fuschia_zircon to 0.3
2017-11-16 20:29:15 +01:00
Alex Crichton
e3a6d824bf
Bump to 0.3.18
2017-11-06 08:14:31 -08:00
James Tucker
6911639083
Bump to 0.3.17
2017-10-06 13:12:57 -07:00
James Tucker
4f5bbf4382
fuchsia: magenta was renamed zircon
2017-10-05 16:27:47 -07:00
Tim Kilbourn
5d5a50fa03
More flexibility in magenta version requirements
2017-07-27 11:18:39 -07:00
Tim Kilbourn
c86ed3582f
Implement rand for Fuchsia
2017-07-27 11:00:22 -07:00
Alex Crichton
7ab8fe5160
Rename to rand-derive
and update URLs
2017-06-14 12:24:32 -07:00
Tim Neumann
0fefe116e2
implement Rand
for (i|u)i128
2017-02-26 11:04:13 +01:00
Jake Goulding
56f55eb569
Add categories to Cargo.toml
2017-01-20 11:02:59 -05:00
Alex Crichton
673a8285f7
Bump to 0.3.15
2016-11-26 14:34:13 -08:00
Alex Crichton
9d1c297ee9
Bump to 0.3.14
2016-02-13 00:28:11 -08:00
Alex Crichton
c0c67f4c83
Inline definitions from winapi/advapi32
...
For now it's probably worth the decrease in build times
2016-02-12 19:13:27 -08:00
Alex Crichton
9cf6d07085
Bump to 0.3.13
2016-01-09 09:59:05 -08:00
Sven Nilsen
8e239ab3e3
Bump to 0.3.12
2015-11-09 16:19:47 +01:00
Alex Crichton
cc58220f1d
Bump dep on libc
2015-11-03 13:36:21 -08:00
Alex Crichton
c77b942dbb
Use https for docs
2015-09-21 16:50:40 -07:00
ebfull
02f57b483d
Update Cargo.toml
...
Removed rand from keywords
2015-09-03 17:36:44 -06:00
ebfull
ec1e2162c2
Add keywords for crate
...
I think this crate needs a couple more keywords so it's easier to find on crates.io.
2015-09-03 15:45:12 -06:00
Alex Crichton
1053b6da82
Bump versions to 0.3.11 and 0.1.8
2015-08-30 23:10:06 -07:00