Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Rust 2018 and remove build.rs #824

Merged
merged 21 commits into from Jun 23, 2019
Merged

Commits on Jun 12, 2019

  1. rand_core: Use Rust 2018

    vks committed Jun 12, 2019
    Copy the full SHA
    0113c8d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    477f070 View commit details
    Browse the repository at this point in the history
  3. rand_jitter: Use Rust 2018

    vks committed Jun 12, 2019
    Copy the full SHA
    b3da848 View commit details
    Browse the repository at this point in the history
  4. rand_chacha: Use Rust 2018

    vks committed Jun 12, 2019
    Copy the full SHA
    4c2ba48 View commit details
    Browse the repository at this point in the history
  5. rand: Use Rust 2018

    vks committed Jun 12, 2019
    Copy the full SHA
    75d639b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a1c04e6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    26b0a50 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3da5111 View commit details
    Browse the repository at this point in the history
  9. rand: Remove build.rs

    This is no longer required, because our minimum Rust version is high
    enough. Removing it results in faster compilation.
    vks committed Jun 12, 2019
    Copy the full SHA
    22a29ee View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8a2ee19 View commit details
    Browse the repository at this point in the history
  11. Fix no_std and alloc builds

    vks committed Jun 12, 2019
    Copy the full SHA
    294d16c View commit details
    Browse the repository at this point in the history
  12. rand_core: Fix serde1 feature

    vks committed Jun 12, 2019
    Copy the full SHA
    8f4e456 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Fix alloc feature

    vks committed Jun 21, 2019
    Copy the full SHA
    7f34c4a View commit details
    Browse the repository at this point in the history
  2. Fix logging macros

    vks committed Jun 21, 2019
    Copy the full SHA
    64abb06 View commit details
    Browse the repository at this point in the history
  3. Fix small_rng feature

    vks committed Jun 21, 2019
    Copy the full SHA
    dc5236a View commit details
    Browse the repository at this point in the history
  4. Fix alloc feature on stable

    vks committed Jun 21, 2019
    Copy the full SHA
    56a5157 View commit details
    Browse the repository at this point in the history
  5. Fix benchmarks

    vks committed Jun 21, 2019
    Copy the full SHA
    8521f85 View commit details
    Browse the repository at this point in the history
  6. Fix wasm test

    vks committed Jun 21, 2019
    Copy the full SHA
    42c24ad View commit details
    Browse the repository at this point in the history
  7. rand_jitter: Fix std feature

    vks committed Jun 21, 2019
    Copy the full SHA
    4b647ea View commit details
    Browse the repository at this point in the history
  8. rand_jitter: Fix deprecated code

    We no longer support Rust < 1.24.
    vks committed Jun 21, 2019
    Copy the full SHA
    d7983cc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. rand_jitter: Fix log feature

    vks committed Jun 23, 2019
    Copy the full SHA
    67f3179 View commit details
    Browse the repository at this point in the history