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

rand: Fix most clippy warnings #840

Merged
merged 28 commits into from Jul 25, 2019
Merged

rand: Fix most clippy warnings #840

merged 28 commits into from Jul 25, 2019

Commits on Jul 9, 2019

  1. Copy the full SHA
    dcfd356 View commit details
    Browse the repository at this point in the history
  2. Remove useless annotation

    vks committed Jul 9, 2019
    Copy the full SHA
    c2202a9 View commit details
    Browse the repository at this point in the history
  3. Disable noisy clippy lints

    vks committed Jul 9, 2019
    Copy the full SHA
    3808dd2 View commit details
    Browse the repository at this point in the history
  4. Clippy: Allow float comparisons

    vks committed Jul 9, 2019
    Copy the full SHA
    74484bf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fef8f78 View commit details
    Browse the repository at this point in the history
  6. Implement IndexVec::is_empty

    vks committed Jul 9, 2019
    Copy the full SHA
    d74c603 View commit details
    Browse the repository at this point in the history
  7. Fix a few minor clippy warnings

    vks committed Jul 9, 2019
    Copy the full SHA
    4af5671 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    805d946 View commit details
    Browse the repository at this point in the history
  9. Prefer From over as

    vks committed Jul 9, 2019
    Copy the full SHA
    ce583e0 View commit details
    Browse the repository at this point in the history
  10. Uniform: Fix some clippy lints

    vks committed Jul 9, 2019
    Copy the full SHA
    047fc24 View commit details
    Browse the repository at this point in the history
  11. Fix some minor clippy lints

    vks committed Jul 9, 2019
    Copy the full SHA
    8f8f836 View commit details
    Browse the repository at this point in the history
  12. Bernoulli: Fix some clippy lints

    vks committed Jul 9, 2019
    Copy the full SHA
    553088f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    60107eb View commit details
    Browse the repository at this point in the history
  14. rand_core: Fix clippy warnings

    vks committed Jul 9, 2019
    Copy the full SHA
    6947154 View commit details
    Browse the repository at this point in the history
  15. rand_pcg: Fix clippy warnings

    vks committed Jul 9, 2019
    Copy the full SHA
    78c470e View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    1c516eb View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    183fadb View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    80f3571 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    b92db7c View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    1b40a2b View commit details
    Browse the repository at this point in the history
  21. rand_distr: Prefer Into over as

    vks committed Jul 9, 2019
    Copy the full SHA
    13fa09c View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    bab3a37 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    a983df4 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    4607c32 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    6d79ebd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Fix typo

    vks committed Jul 22, 2019
    Copy the full SHA
    1510b6c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Don't reimplement to_bits and from_bits for floats

    They are provided by `core` since Rust 1.20.
    vks committed Jul 23, 2019
    Copy the full SHA
    cf1b67c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. IndexVec: Inline most methods

    They are very small and usually just refering to the implementation of the
    underlying types.
    vks committed Jul 25, 2019
    Copy the full SHA
    2d4a6ee View commit details
    Browse the repository at this point in the history