Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Apr 26, 2020
  3. Apr 25, 2020
  4. Feb 20, 2020
  5. Feb 19, 2020
  6. Jan 10, 2020
  7. Jan 09, 2020
    • Joseph Richey's avatar
      log: Remove optional log dependancy (#131) · d6b75d1c
      Joseph Richey authored
      This feature isn't enabled by rand/rand_core and provides very little
      error information that isn't already conveyed through our Error values.
      
      This also simplifies the supported configuration space for getrandom.
      We update the docs and CI to match this change.
      Unverified
      d6b75d1c
  8. Jan 08, 2020
  9. Jan 07, 2020
  10. Jan 05, 2020
  11. Oct 28, 2019
  12. Oct 25, 2019
    • Joseph Richey's avatar
      Improve src/lib.rs cfgs (#119) · cf2d81bf
      Joseph Richey authored
      Right now for each of `util_libc` and `use_file` we have a list of
      `target_os` configs to determine if we build the module.
      
      This PR moves these mod declarations into the main `cfg_if` statement
      (the one that selects which implementation we use). This way, the mod
      statements are kept in-sync with the implementations that use them.
      
      Also, I merged together `target_os` cfgs that have the same
      implementation. The downside to this is that the targets are no longer
      in alphabetical order.
      
      Also, this is only being applied to `0.2` as the `0.1` cfgs still have
      to keep `std` around.
      cf2d81bf
    • Artyom Pavlov's avatar
  13. Oct 24, 2019
  14. Oct 23, 2019
  15. Oct 16, 2019
  16. Oct 01, 2019
  17. Sep 30, 2019
    • Joe Richey's avatar
      Remove jq dep · 04f65172
      Joe Richey authored
      04f65172
    • Joe Richey's avatar
      Fix CI · 93312bdc
      Joe Richey authored
      - Use latest Firefox
      - Explicitly pin wasmtime and cargo-web
      - Make sure our `wasm-bindgen-test-runner` and `wasm-bindgen` versions match
      93312bdc
Loading