Commit Graph

  • bd0654fe70 Rework benchmarks to make it easier to get assembly. (#297) Joseph Richey 2022-10-21 07:10:44 -07:00
  • 55ad4c41ba Add back empty slice check (#298) Joseph Richey 2022-10-21 07:02:34 -07:00
  • 47a59dda25 Add getrandom_uninit_slice(dest: &mut [MaybeUninit<u8>]) -> .... (#291) Brian Smith 2022-10-20 19:09:20 -07:00
  • 5c1bb00b74 Release v0.2.8 (#294) Joseph Richey 2022-10-20 13:53:06 -07:00
  • 353d0ca157 Update docs for wasm32-unknown-unknown implementation (#295) Joseph Richey 2022-10-20 02:33:05 -07:00
  • cfdad53dce Merge pull request #284 from rust-random/webcrypto Joseph Richey 2022-10-06 15:06:39 -07:00
  • 9962c706c9 Update Module::require internal comments Joe Richey 2022-10-06 14:52:39 -07:00
  • e0c93b10d5 Catch call to module.require Joe Richey 2022-10-06 14:52:07 -07:00
  • 0503000381 Fix link typo Joe Richey 2022-10-06 14:51:49 -07:00
  • 0579fe3014 Update documentation and error messages Joe Richey 2022-09-13 01:21:36 -07:00
  • d69e8e003b Rework JS feature detection Joe Richey 2022-09-13 00:13:09 -07:00
  • d3aa089bbd Add description about Cargo js feature for WebAssembly section (#280) Mauri Mustonen 2022-08-30 11:06:17 +03:00
  • 0b71d50b49 Fix link to wasm-bindgen (#278) Artyom Pavlov 2022-08-19 01:58:34 +00:00
  • 9a64857ae6 document the variation in underlying details of abstracted randomness sources (#276) Autumn 2022-08-17 18:53:05 -07:00
  • 7089766df0 Add/Rework benchmarks to track initialization cost (#272) Joseph Richey 2022-07-13 06:04:41 -07:00
  • 3d818a6a0a use $crate in macro (#270) Leonardo Yvens 2022-07-08 07:48:06 +01:00
  • 63f861c684 Release v0.2.7 (#264) Joseph Richey 2022-06-13 14:31:59 -07:00
  • c82a522713 Use AtomicPtr instead of AtomicUsize for Weak (#263) Joseph Richey 2022-06-13 12:10:19 -07:00
  • 9e2c896e65 bsd_arandom: fix typo in comment (#260) Tobias Klauser 2022-04-22 20:15:59 +02:00
  • 2d65a40cc5 Update to wasi 0.11 (#253) Thomas de Zeeuw 2022-04-15 11:20:44 +02:00
  • 4882ac8a4c Add notes when various functions were added (#257) Joseph Richey 2022-04-03 12:24:03 -07:00
  • fcece06dd5 Merge pull request #255 from rust-random/release/v0.2.6 Joseph Richey 2022-03-25 15:34:56 -07:00
  • 0830ba66be Disable Solaris CI job Артём Павлов [Artyom Pavlov] 2022-03-26 01:19:56 +03:00
  • 2630158149 Release v0.2.6 Артём Павлов [Artyom Pavlov] 2022-03-26 01:09:35 +03:00
  • fcae1d2626 libc: retry open when interrupted (#252) Tobias Stoeckmann 2022-03-25 23:02:35 +01:00
  • d40ec2c7e4 Add support for the Nintendo 3DS (armv6k-nintendo-3ds) (#248) Mark Drobnak 2022-03-25 09:26:05 -07:00
  • 157d6f23dc Fix v0.2.5 release date (#250) Artyom Pavlov 2022-02-22 16:48:08 +00:00
  • cd3a987b9b Release v0.2.5 (#247) Artyom Pavlov 2022-02-22 12:09:08 +00:00
  • cf02327ac9 Enable support for espidf (esp32 family of microcontrollers) (#245) Þórhallur Sverrisson 2022-02-05 00:55:59 +00:00
  • e1a9c9e740 Merge pull request #246 from rust-random/cross_fix Joseph Richey 2022-01-29 18:12:01 -08:00
  • f49f083412 fix cross tests Артём Павлов [Artyom Pavlov] 2022-01-29 18:48:38 +03:00
  • 21e03e8056 ios: Fix Error checking for SecRandomCopyBytes (#244) Joseph Richey 2022-01-21 08:50:40 -08:00
  • e6e7dd6048 Merge pull request #234 from mjhanninen/fix-webpack-dynamic-require-error Joseph Richey 2022-01-13 18:58:40 -08:00
  • 8fad7c5ab4 js: Add comment explaining why we do this hack Joe Richey 2022-01-13 18:48:09 -08:00
  • b9c7c0c13d Release v0.2.4 (#238) Artyom Pavlov 2022-01-13 21:46:24 +00:00
  • 9110af54d1 Fix get_rng_fd comment typo (#240) kpcyrd 2022-01-13 21:46:02 +00:00
  • ec445bb0ac Added x86_64-unknown-hermit support (#236) Stewart Mackenzie 2021-12-07 22:48:30 +08:00
  • f5e33009ed Add SOLID target support (#235) Tomoaki Kawada 2021-11-30 09:21:36 +09:00
  • 8372c165af Fix Webpack warning caused by dynamic require Matti Hänninen 2021-10-15 21:00:21 +03:00
  • 0d0404be5a Use NonZeroU32::new_unchecked to convert wasi error (#233) Cyborus04 2021-10-14 23:57:40 -04:00
  • e4004f41fa redox: Switch to /dev/urandom (#222) Joseph Richey 2021-10-14 18:16:03 -07:00
  • 30308ae845 js: Explictly list all dependancies used with the "js" feature (#220) Joseph Richey 2021-07-16 00:23:43 -07:00
  • dcf452bb14 fix some typos (#218) Dirk Stolle 2021-05-21 04:26:19 +02:00
  • de51e2961d Release v0.2.3 (#211) Artyom Pavlov 2021-05-20 11:00:44 +03:00
  • 120a1d7f47 Imporve detection for Node JS (#215) Joseph Richey 2021-05-20 01:00:20 -07:00
  • 922d1de82d Fix Solaris CI (#216) Joseph Richey 2021-05-14 04:04:30 -05:00
  • 24716865bd Fix dead link to NetBSD sysctl man page (#212) Tobias Klauser 2021-05-02 22:31:17 +02:00
  • 36d085a1f4 Add support for getrandom syscall on DragonFly BSD (#210) Tobias Klauser 2021-04-04 05:14:02 +02:00
  • 0eb0be130e Update docs and compile_errors for wasm32-unknown-unknown (#209) Joseph Richey 2021-03-06 02:15:07 -08:00
  • c4a0004e8b Replace build.rs with link attributes (#205) Artyom Pavlov 2021-02-17 02:09:32 +00:00
  • 9b2d55803e Fix WASI function name and doc link (#202) Artyom Pavlov 2021-02-02 10:29:30 +00:00
  • d79de0c95c Release v0.2.2 (#201) Artyom Pavlov 2021-01-19 12:34:27 +00:00
  • 27b5172a2e Merge pull request #200 from rust-random/doc_feature Joseph Richey 2021-01-19 02:56:00 -08:00
  • d7a0d580d4 Set doc(cfg(feature = "std")) on std trait impls Joe Richey 2021-01-19 02:46:59 -08:00
  • 2cfbd8ee60 Modify doc tests to set docsrs Joe Richey 2021-01-19 02:46:38 -08:00
  • 69634b700e Use doc_cfg to improve register_custom_getrandom docs Артём Павлов [Artyom Pavlov] 2021-01-18 01:00:23 +03:00
  • 9a48bfabc0 Merge pull request #198 from rust-random/hermit Joseph Richey 2021-01-17 12:32:22 -08:00
  • 3661e9dc2a Properly forward rustc-dep-of-std feature Joe Richey 2021-01-14 01:46:02 -08:00
  • 03cc4f704d Cache Cargo index and Rust build directory Joe Richey 2021-01-14 02:48:46 -08:00
  • 347a300215 Add test for custom RNG handler (#197) Joseph Richey 2021-01-05 02:00:21 -08:00
  • 9d7a76c19e Add Emscripten tests (#196) Joseph Richey 2021-01-05 01:38:44 -08:00
  • e29ed04f28 Move tests to tests/ directory (#195) Joseph Richey 2021-01-03 22:24:48 -08:00
  • 1c6749e1e3 Merge pull request #192 from rust-random/ci Joseph Richey 2021-01-03 22:03:25 -08:00
  • 7b8f2ba952 Note that installed binaries are precompiled Joe Richey 2021-01-03 21:26:32 -08:00
  • e593f43daa Clarify use of .cargo/config Joe Richey 2021-01-03 20:48:13 -08:00
  • 7687498160 Only test macOS on stable Joe Richey 2021-01-03 15:32:36 -08:00
  • ea73f5a975 Update CI Joe Richey 2021-01-03 05:58:33 -08:00
  • d5186e0c86 Add Clippy msrv configuration file Joe Richey 2021-01-02 19:50:16 -08:00
  • 3303349ef1 Use -Z build-std=core instead of xbuild Joe Richey 2021-01-02 19:31:22 -08:00
  • 6c94834850 Remove outdated entries from Cargo.toml (#193) Artyom Pavlov 2021-01-04 07:43:15 +03:00
  • 95be9b40b4 Release v0.2.1 (#188) Artyom Pavlov 2021-01-04 06:52:26 +03:00
  • a37be0df31 Fix Target Triple Joe Richey 2021-01-03 07:33:26 -08:00
  • a0d23eb34e Rename BCryptGenRandom impl to windows.rs Joe Richey 2021-01-02 15:53:16 -08:00
  • ffb7215995 Remove RtlGenRandom implementation Joe Richey 2021-01-02 15:47:55 -08:00
  • b78e2e846d Update badges (#189) Joseph Richey 2021-01-03 06:21:43 -08:00
  • cadf11ecce Fix clippy warning (#187) Artyom Pavlov 2021-01-03 02:20:56 +03:00
  • 77740f8c45 remove direct stdweb support (#178) Artyom Pavlov 2021-01-02 13:54:25 +03:00
  • 9b4bb0047f Remove CloudABI support (#184) Artyom Pavlov 2021-01-02 13:42:43 +03:00
  • b4834a5466 Fix redox<->cloudabi mixup in supported targets list (#182) Robin Appelman 2020-12-18 05:24:40 +00:00
  • 6f11660dde Migrate CI to GitHub Actions (#180) Artyom Pavlov 2020-12-14 21:50:24 +00:00
  • 2d899940a2 Enable travis for 0.1 branch Joe Richey 2020-10-28 13:29:43 -07:00
  • c29dd5f80e Fix multithreaded wasm crash (solves #164) (#165) Jurgis 2020-10-26 22:41:31 +02:00
  • 3a7e605345 Update wasi to 0.10 koushiro 2020-10-16 13:19:29 +08:00
  • 7dd681ec08 Update to cfg-if 1.0 Matt Brubeck 2020-10-12 11:13:19 -07:00
  • 5d2a4a2e56 Update Changelog for 0.2 Joe Richey 2020-09-10 02:59:19 -07:00
  • 5f4886bce1 Merge branch 'master' into 0.2 Joe Richey 2020-09-10 00:57:38 -07:00
  • b9299988ea docs: add target triple to docs table Joe Richey 2020-09-09 19:52:29 -07:00
  • e0c155e201 docs: Clarify deps of root binary crate Joe Richey 2020-09-08 23:57:46 -07:00
  • b8c0c8d006 custom: Add check for function type Joe Richey 2020-09-08 23:55:20 -07:00
  • 1ebd2ce0e3 docs: Clarify intended usage for Custom RNGs Joe Richey 2020-09-08 23:53:18 -07:00
  • a6fa63c607 docs: Update section headers Joe Richey 2020-09-08 23:51:24 -07:00
  • bf6d124d53 travis: Make sure to run docs tests for all features Joe Richey 2020-09-08 23:50:41 -07:00
  • b4160604d7 docs: Clarify when/where to use custom implementations Joe Richey 2020-09-08 16:22:15 -07:00
  • e8ff222285 docs: Update wasm32 support section Joe Richey 2020-09-08 14:44:40 -07:00
  • 4f4009a10f Format compile_error! Joe Richey 2020-09-08 14:05:38 -07:00
  • 99260dfaef Update docs for 0.2 Joe Richey 2020-05-25 03:03:21 -07:00
  • 4d750dd240 travis: Enable Firefox testing Joe Richey 2020-09-09 00:03:50 -07:00
  • c36dc821e1 travis: Stop pinning nightly on 0.2 Joe Richey 2020-09-08 05:43:31 -07:00
  • 7dcb167694 travis: Stop Pinning nightly Joe Richey 2020-09-08 05:40:43 -07:00
  • 9ec7d217a8 travis: Move cloudabi to xbuild section Joe Richey 2020-09-08 01:16:52 -07:00