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

Commits on Jun 16, 2019

  1. Removes the VecLike struct

    c410-f3r committed Jun 16, 2019
  2. New scripts for testing

    For testing in development and CI
    c410-f3r committed Jun 16, 2019
  3. Updates the Travis.yml file

    c410-f3r committed Jun 16, 2019
  4. Modifies the Array trait

    Method names are now matching std
    c410-f3r committed Jun 16, 2019
  5. Make use of NonNull

    c410-f3r committed Jun 16, 2019
  6. Make use of MaybeUninit

    c410-f3r committed Jun 16, 2019
  7. Rustfmt

    c410-f3r committed Jun 16, 2019
  8. Splits the lib.rs file

    c410-f3r committed Jun 16, 2019
  9. Adjust documentation

    c410-f3r committed Jun 16, 2019

Commits on Jun 19, 2019

  1. Clippy

    c410-f3r committed Jun 19, 2019
  2. Return a pointer in `inline` and `inline_mut`

    c410-f3r committed Jun 19, 2019

Commits on Jul 4, 2019

  1. Enable 1.36 on Travis

    c410-f3r committed Jul 4, 2019
  2. Re-enable no_std

    c410-f3r committed Jul 4, 2019
  3. Fix some constant generics errors

    c410-f3r committed Jul 4, 2019
  4. Fix modified tests there were using String

    c410-f3r committed Jul 4, 2019
  5. Do not use const_generics feature on docs.rs

    c410-f3r committed Jul 4, 2019

Commits on Jul 8, 2019

  1. Make constant generics work

    c410-f3r committed Jul 8, 2019

Commits on Jul 31, 2019

  1. Allow failures in nightly

    c410-f3r committed Jul 31, 2019
You can’t perform that action at this time.