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

Update rand dependency to 0.7 + some tweaks #622

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    ee1eafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a9c60 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    6fa096e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb4d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49abb14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94dd355 View commit details
    Browse the repository at this point in the history
  5. Release v0.18.2

    sebcrozet committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    bde8fbe View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    04eb817 View commit details
    Browse the repository at this point in the history
  2. implemented LowerExp

    Pierre Avital authored and sebcrozet committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    04e322f View commit details
    Browse the repository at this point in the history
  3. Switched fmt implementation to a macro, applied that macro to all for…

    …mats in std
    Pierre Avital authored and sebcrozet committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    8d756f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    2e22821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16d78f4 View commit details
    Browse the repository at this point in the history
  3. Clean up some warnings

    dhardy committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    01f155b View commit details
    Browse the repository at this point in the history
  4. Make rand optional

    Tests pass with default features (rand_with_std)
    Tests pass with std only, with --tests restriction (doc tests fail)
    dhardy committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6ebb768 View commit details
    Browse the repository at this point in the history
  5. Edition 2018: remove useless extern crate declarations

    This keeps all those with a rename, macro import or other function.
    dhardy committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a4f11c3 View commit details
    Browse the repository at this point in the history
  6. Remove serde_derive dependency

    dhardy committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    32d922f View commit details
    Browse the repository at this point in the history
  7. Make std feature imply alloc

    dhardy committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    5d514f9 View commit details
    Browse the repository at this point in the history
  8. Fix arbitrary feature

    dhardy committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    0557feb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a99af1c View commit details
    Browse the repository at this point in the history