Lokathor
6e326cc482
(cargo-release) version 1.6.0
2022-04-25 10:34:31 -06:00
Lokathor
7b3392a8c4
std feature now automatically activates the alloc feature
...
Closes https://github.com/Lokathor/tinyvec/issues/159
2022-04-25 09:35:49 -06:00
i509VCB
7c85b93627
add try_ functions for fallible heap growth ( #158 )
...
* add try_ functions for fallible heap growth
* tests for try_ functions
2022-04-20 12:43:34 -06:00
Lokathor
1ef53f632b
(cargo-release) version 1.5.1
2021-11-09 12:27:53 -07:00
Ben Kimock
db62418845
Benchmarks comparing TinyVec to SmallVec ( #150 )
...
* Add benchmarks against SmallVec
* Move the criterion real_blackbox feature behind a feature of our own
2021-09-26 13:03:06 -06:00
Lokathor
7a06b43b1a
(cargo-release) start next development iteration 1.5.1-alpha.0
2021-09-24 18:59:43 -06:00
Lokathor
3a524d71a1
(cargo-release) version 1.5.0
2021-09-24 18:58:43 -06:00
Lokathor
ddac2c7564
enable std feature in docs and playground.
2021-09-24 18:39:10 -06:00
Eric Ridge
750f684d4f
Issue #151 : impl std::io::Write for u8-based TinyVecs ( #152 )
...
* impl std::io::Write for u8-based TinyVec
* undo bad formatting
* fix formatting
2021-09-24 11:58:46 -06:00
Lokathor
5ae25421e7
(cargo-release) start next development iteration 1.4.1-alpha.0
2021-09-11 19:06:43 -06:00
Lokathor
7518868e4b
(cargo-release) version 1.4.0
2021-09-11 19:06:05 -06:00
Lokathor
3822f30731
1.55 imples 1.40
2021-09-11 19:05:15 -06:00
Ben Kimock
b645e08d8b
Rename nightly_const_generics to rustc_1_55 and remove feature gate ( #149 )
2021-09-11 18:54:59 -06:00
Lokathor
94fc4ee0d7
(cargo-release) start next development iteration 1.3.2-alpha.0
2021-07-21 18:15:13 -06:00
Lokathor
a4bbfa9864
(cargo-release) version 1.3.1
2021-07-21 18:14:40 -06:00
Lokathor
4fd4561412
(cargo-release) start next development iteration 1.3.1-alpha.0
2021-07-20 07:41:15 -06:00
Lokathor
d1868b5171
(cargo-release) version 1.3.0
2021-07-20 07:40:50 -06:00
Andrew Jeffery
afb1dc4df8
Add arbitrary implementations for TinyVec and ArrayVec ( #146 )
2021-07-13 06:52:19 -06:00
Lokathor
3d6b6ee215
(cargo-release) start next development iteration 1.2.1-alpha.0
2021-04-04 10:37:03 -06:00
Lokathor
b6313725a2
(cargo-release) version 1.2.0
2021-04-04 10:36:21 -06:00
Lokathor
643a1707f5
(cargo-release) start next development iteration 1.1.2-alpha.0
2021-01-25 18:27:23 -07:00
Lokathor
b2b3e0c7eb
(cargo-release) version 1.1.1
2021-01-25 18:27:05 -07:00
Lokathor
faa03b2133
(cargo-release) start next development iteration 1.1.1-alpha.0
2020-11-19 17:00:29 -07:00
Lokathor
967ca418c0
(cargo-release) version 1.1.0
2020-11-19 16:59:58 -07:00
Lokathor
74b902cd9d
(cargo-release) version 1.1.0-alpha.1
2020-10-14 12:48:35 -06:00
Lokathor
0ecfb47c06
version bump
2020-10-14 12:46:24 -06:00
Lokathor
8cdea6ed70
(cargo-release) start next development iteration 1.0.2-alpha.0
2020-09-08 15:13:39 -06:00
Lokathor
e10b837d7c
(cargo-release) version 1.0.1
2020-09-08 15:13:26 -06:00
Thom Chiovoloni
75e7090cc0
Mirror the features used on docs.rs on the playground ( #116 )
2020-09-05 12:51:15 -06:00
Lokathor
aa4860e009
(cargo-release) start next development iteration 1.0.1-alpha.0
2020-08-27 21:25:36 -06:00
Lokathor
4257754d91
(cargo-release) version 1.0.0
2020-08-27 21:25:16 -06:00
Lokathor
4cf02c74b7
(cargo-release) version 1.0.0-alpha.4
2020-08-21 15:32:29 -06:00
Nemo157
ea8efbc870
Fix building docs on docs.rs ( #114 )
...
* Don't enable nightly features when documenting on docs.rs
* Mark serde impls with doc(cfg)
2020-08-21 15:25:39 -06:00
Lokathor
8564f26964
(cargo-release) version 1.0.0-alpha.3
2020-08-17 07:40:24 -06:00
aspen
686f424212
Add Serde support ( #110 )
...
* Add Serde support.
* Removes `serde/alloc` from deps( tests still pass without it anyways)
* Fix some issues that could result in a panic.
* Wait, actually use the size_hint properly.
* Error instead of silent truncation.
* That wasn't meant to be a default feature.
2020-08-17 07:39:29 -06:00
Lokathor
b1542972b9
(cargo-release) version 1.0.0-alpha.2
2020-08-09 12:15:56 -06:00
Lokathor
d057f4c5b2
improve description / keywords.
2020-08-09 11:22:05 -06:00
Lokathor
4d9085ee87
(cargo-release) version 1.0.0-alpha.1
2020-08-09 11:12:31 -06:00
Soveu
f17209f3c2
Make code DRYer ( #107 )
...
* make code dryer
* arrayset definition caused cargo fmt to fail
2020-08-09 10:52:06 -06:00
Lokathor
d3f66a20c5
Add doc attributes for docs.rs build ( #105 )
...
* add with_capacity method.
* Improve docs.
* .
* name the correct requirements.
2020-08-09 10:30:17 -06:00
Lokathor
b5c4a51427
Formally move the arrayset into a backup folder. It will become a separate crate some day.
2020-08-08 19:04:39 -06:00
Lokathor
4071c449c7
update CI
2020-08-06 16:08:40 -06:00
Lokathor
50e93b5f44
Update Cargo.toml
2020-07-31 16:05:29 -06:00
Lokathor
b4da559910
(cargo-release) start next development iteration 0.4.2-alpha.0
2020-07-23 19:05:59 -06:00
Lokathor
af168477d9
(cargo-release) version 0.4.1
2020-07-23 19:05:45 -06:00
Soveu
102439ef9d
A bit of everything for iterators ( #87 )
...
* slight changes functions that use drain
* bug in arrayvec iter
* reverse iter for arrayvec
* nth_back is stable since 1.37
* simpler drain for arrayvec
* soveu forgot to add changed files
* fmt + feature for rustc >= 1.40
* cosmetic changes
* does the ci work now?
* SHNAAAAAAAAATSEEEEEEEEL
2020-07-23 13:28:01 -06:00
Lokathor
c63b6f8699
(cargo-release) start next development iteration 0.4.1-alpha.0
2020-07-18 00:27:39 -06:00
Lokathor
b581e014d5
(cargo-release) version 0.4.0
2020-07-18 00:27:29 -06:00
Lokathor
2a97cecaf9
(cargo-release) version 0.4.0-alpha.4
2020-07-15 21:14:38 -06:00
Lokathor
736cc08532
(cargo-release) version 0.4.0-alpha.3
2020-07-15 21:13:02 -06:00