Commit Graph

19 Commits

Author SHA1 Message Date
Wim Looman 95c991d6b4 Fix TinyVec::drain implementation 2020-01-12 14:07:19 +01:00
Wim Looman 9117614aa9 Fix ArrayishVec::drain implementation
The end bound was off by one
2020-01-12 13:54:35 +01:00
Lokathor bb959ae2a3 be 1.36 compatible 2020-01-11 18:50:00 -07:00
Lokathor 5d08970e14 docs 2020-01-11 18:49:53 -07:00
Lokathor f3d85bab8d fix all the doc tests 2020-01-11 18:46:17 -07:00
Lokathor 14457a687b add TinyVec type
it builds, but probably isn't optimal!
2020-01-11 18:25:31 -07:00
Lokathor 0ee20c8211 start of tinyvec 2020-01-11 16:29:48 -07:00
Lokathor be07a989ba fixed a truncate bug 2020-01-10 02:20:22 -07:00
Lokathor 8be0c601a3 we're calling the ArrayishVec done for now I think 2020-01-09 22:17:14 -07:00
Lokathor 15e1512435 more stuff 2020-01-09 02:04:44 -07:00
Lokathor 7d4f8c20c3 append 2020-01-09 00:39:34 -07:00
Lokathor 3d5e2e011a little more 2020-01-08 16:32:36 -07:00
Lokathor ef39c2ce0e simplify formatting 2020-01-08 11:02:15 -07:00
Lokathor 1c81be96d3 Partial work on ArrayishVec 2020-01-07 23:10:38 -07:00
Lokathor 20747878df restore a little more 1.36 stuff 2020-01-06 20:46:26 -07:00
Lokathor 2354f8a503 We need at least rustc 1.28 to use repr transparent. 2020-01-06 20:36:21 -07:00
Lokathor bdf612651b 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 d343ee8c14 add truncate method and tests based on the Vec examples 2020-01-06 20:05:08 -07:00
Lokathor 0b2bdd58dc base files 2020-01-06 19:29:40 -07:00