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

New modifications #155

Closed
wants to merge 24 commits into from
Closed

New modifications #155

wants to merge 24 commits into from

Commits on Jun 15, 2019

  1. Modifies lib.rs and Cargo.toml

    lib.rs: Alloc feature
    Cargo.toml: New features and 2018 edition
    c410-f3r committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    9534a6b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Removes the VecLike struct

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    0b90d21 View commit details
    Browse the repository at this point in the history
  2. New scripts for testing

    For testing in development and CI
    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    8de1d3b View commit details
    Browse the repository at this point in the history
  3. Updates the Travis.yml file

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    93f9909 View commit details
    Browse the repository at this point in the history
  4. Modifies the Array trait

    Method names are now matching std
    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    4e70e25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c109e5c View commit details
    Browse the repository at this point in the history
  6. Make use of NonNull

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    7f73f8a View commit details
    Browse the repository at this point in the history
  7. Make use of MaybeUninit

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    e1bb097 View commit details
    Browse the repository at this point in the history
  8. Rustfmt

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    d3a6c9c View commit details
    Browse the repository at this point in the history
  9. Splits the lib.rs file

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    ef7c328 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85440ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94b2383 View commit details
    Browse the repository at this point in the history
  12. Adjust documentation

    c410-f3r committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    2063374 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Clippy

    c410-f3r committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    557c4c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950e3e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Enable 1.36 on Travis

    c410-f3r committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    d7b2352 View commit details
    Browse the repository at this point in the history
  2. Re-enable no_std

    c410-f3r committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    90dcc25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd02cd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cc4d37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b2e32c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aea556 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Make constant generics work

    c410-f3r committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    7538698 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    9fed114 View commit details
    Browse the repository at this point in the history
  2. Allow failures in nightly

    c410-f3r committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a61da16 View commit details
    Browse the repository at this point in the history