530 Commits

Author SHA1 Message Date
root 00466e6efd Simplify drop test (Rc is redundant) 2015-05-21 16:04:38 +02:00
root 14550015d9 nodrop: Small improvement of into_inner 2015-05-21 16:04:11 +02:00
root a8bd594be2 Bump version 2015-05-21 11:58:00 +02:00
root 2b7ca83d84 Update readme 2015-05-21 11:57:12 +02:00
root 8047dc621c Use crate nodrop -- it moved to a separate crate 2015-05-21 11:54:46 +02:00
root c146002c83 Split out nodrop::NoDrop to its own crate 2015-05-21 11:53:05 +02:00
root 6e29c390ed Bump version 2015-05-20 17:22:19 +02:00
root 31f95d1818 Use #[repr(u8)] on the Flag enum 2015-05-20 17:17:17 +02:00
root 8730a3584b Move len last in the struct
Put len last so that it sits next to the drop flag (as of current rust)
which saves padding for element types with size_of > 1.
2015-05-20 17:17:17 +02:00
root 5b916cab16 Implement DoubleEndedIterator for ArrayVec 2015-05-20 17:17:17 +02:00
root ad4780704a Remove redundant imports 2015-05-20 17:17:17 +02:00
root 4e9e50effc Add missing inline 2015-05-20 17:17:17 +02:00
root 9b0f973375 Bump version 2015-05-19 19:20:24 +02:00
root b1390749f9 Add essential traits: Clone, Eq, Hash, referencing traits, Debug 2015-05-19 19:19:12 +02:00
root 4ac4a0bbee Add test for Send + Sync 2015-05-19 18:18:41 +02:00
root 311ab8916c Implement Extend and FromIterator 2015-05-19 18:14:37 +02:00
root 68a9b32e63 Update Cargo.toml 2015-05-19 17:27:28 +02:00
root 476b23b9f1 Update Cargo.toml 2015-05-19 17:24:37 +02:00
root 7f3b11adb3 Edit docs 2015-05-19 17:19:03 +02:00
root f4103ad939 Add IntoIterator for &mut ArrayVec 2015-05-19 17:16:31 +02:00
root 4f2e2623ee Add doc makefile 2015-05-19 17:13:43 +02:00
root 8dd64aa1d6 Add README and .travis 2015-05-19 17:11:19 +02:00
root f5da5c9fe2 cleanup 2015-05-19 17:09:06 +02:00
root 55612bcae8 Add comment to Array::new 2015-05-19 17:09:06 +02:00
root 04b9af476b Test for drop 2015-05-19 17:09:06 +02:00
root d74dfcc5cc Tests 2015-05-19 17:09:06 +02:00
root 23136eb652 Docs 2015-05-19 17:09:06 +02:00
root faa05e2ca8 More sizes 2015-05-19 17:09:06 +02:00
root 1a39598633 Initial commit 2015-05-19 17:09:06 +02:00
bluss ab9ebe6ca8 Initial commit 2015-05-19 17:09:06 +02:00