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
+2,711
−2,391
Make use of NonNull
7f73f8a
Select commit
9534a6b
Modifies lib.rs and Cargo.toml
c410-f3r 0b90d21
Removes the VecLike struct
c410-f3r 8de1d3b
New scripts for testing
c410-f3r 93f9909
Updates the Travis.yml file
c410-f3r 4e70e25
Modifies the Array trait
c410-f3r c109e5c
Do not use the no_std feature
c410-f3r 7f73f8a
Make use of NonNull
c410-f3r e1bb097
Make use of MaybeUninit
c410-f3r d3a6c9c
Rustfmt
c410-f3r ef7c328
Splits the lib.rs file
c410-f3r 85440ce
Make use of core::hint::unreachable_unchecked
c410-f3r 94b2383
Adds the const_generics feature
c410-f3r 2063374
Adjust documentation
c410-f3r 557c4c7
Clippy
c410-f3r 950e3e3
Return a pointer in `inline` and `inline_mut`
c410-f3r d7b2352
Enable 1.36 on Travis
c410-f3r 90dcc25
Re-enable no_std
c410-f3r cd02cd3
Enable all-features on docs.rs
c410-f3r 4cc4d37
Fix some constant generics errors
c410-f3r 4b2e32c
Fix modified tests there were using String
c410-f3r 7aea556
Do not use const_generics feature on docs.rs
c410-f3r 7538698
Make constant generics work
c410-f3r 9fed114
Macro hygiene for constant generics has been fixed
c410-f3r a61da16
Allow failures in nightly
c410-f3r
Closed
New modifications #155
Make use of NonNull
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 16, 2019
Jun 16, 2019
Jun 16, 2019
Jun 16, 2019
Jun 19, 2019
Jun 19, 2019
Jul 4, 2019
Jul 4, 2019
Jul 4, 2019
Jul 4, 2019
Jul 4, 2019
Jul 4, 2019
Jul 8, 2019
Jul 31, 2019
Jul 31, 2019
7f73f8a
Select commit
9534a6b
Modifies lib.rs and Cargo.toml
c410-f3r 0b90d21
Removes the VecLike struct
c410-f3r 8de1d3b
New scripts for testing
c410-f3r 93f9909
Updates the Travis.yml file
c410-f3r 4e70e25
Modifies the Array trait
c410-f3r c109e5c
Do not use the no_std feature
c410-f3r 7f73f8a
Make use of NonNull
c410-f3r e1bb097
Make use of MaybeUninit
c410-f3r d3a6c9c
Rustfmt
c410-f3r ef7c328
Splits the lib.rs file
c410-f3r 85440ce
Make use of core::hint::unreachable_unchecked
c410-f3r 94b2383
Adds the const_generics feature
c410-f3r 2063374
Adjust documentation
c410-f3r 557c4c7
Clippy
c410-f3r 950e3e3
Return a pointer in `inline` and `inline_mut`
c410-f3r d7b2352
Enable 1.36 on Travis
c410-f3r 90dcc25
Re-enable no_std
c410-f3r cd02cd3
Enable all-features on docs.rs
c410-f3r 4cc4d37
Fix some constant generics errors
c410-f3r 4b2e32c
Fix modified tests there were using String
c410-f3r 7aea556
Do not use const_generics feature on docs.rs
c410-f3r 7538698
Make constant generics work
c410-f3r 9fed114
Macro hygiene for constant generics has been fixed
c410-f3r a61da16
Allow failures in nightly
c410-f3r