Commit Graph

11 Commits

Author SHA1 Message Date
Lokathor bc20225012 Merge pull request #16 from Nemo157/fix-resize
Fix TinyVec::resize across inline/heap boundary
2020-01-13 18:49:19 -07:00
Wim Looman 2049895f28 Fix TinyVec::resize across inline/heap boundary 2020-01-13 20:21:46 +01:00
Wim Looman cc6b7d4b46 Fix ArrayishVec::swap_remove for last element 2020-01-13 19:42:49 +01:00
Wim Looman 18300412ff Fix TinyVec::drain implementation 2020-01-12 14:07:19 +01:00
Wim Looman 5567e85dc7 Fix ArrayishVec::drain implementation
The end bound was off by one
2020-01-12 13:54:35 +01:00
Lokathor 56cdcb1d7e we're calling the ArrayishVec done for now I think 2020-01-09 22:17:14 -07:00
Lokathor e50dfd5a5a append 2020-01-09 00:39:34 -07:00
Lokathor 7e47b7132d Partial work on ArrayishVec 2020-01-07 23:10:38 -07:00
Lokathor c8bd5cc2b2 Try to adopt 1.24 as the CI version
This would allow our crate to be used as a dependency of the `unicode-segmentation` crate.
2020-01-06 20:28:09 -07:00
Lokathor c063024184 add truncate method and tests based on the Vec examples 2020-01-06 20:05:08 -07:00
Lokathor 76058032f5 base files 2020-01-06 19:29:40 -07:00