openharmony_ci
055d6199c3
!4 OAT告警屏蔽配置更新
...
Merge pull request !4 from peizhe/master
2023-05-16 09:33:30 +00:00
peizhe
c15f338840
oat告警屏蔽配置
...
Signed-off-by: peizhe <zhaipeizhe@huawei.com>
2023-05-16 15:29:23 +08:00
openharmony_ci
f66abba36c
!3 告警与遗留问题文件补充
...
Merge pull request !3 from peizhe/master
2023-05-09 11:13:26 +00:00
peizhe
f49b538af0
告警与遗留问题文件补充
...
Signed-off-by: peizhe <zhaipeizhe@huawei.com>
2023-05-08 18:56:56 +08:00
openharmony_ci
b96b4dc682
!2 CI OAT 告警清零与README.OpenSource 中License信息整改
...
Merge pull request !2 from peizhe/master
2023-05-04 06:58:52 +00:00
peizhe
ad9d787929
CI OAT 告警清零与README.OpenSource 中License信息整改
...
Signed-off-by: peizhe <zhaipeizhe@huawei.com>
2023-05-04 11:15:19 +08:00
openharmony_ci
5eb3a0ce5c
!1 [tinyvec]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
...
Merge pull request !1 from peizhe/master
2023-04-19 01:28:00 +00:00
peizhe
b79ad74096
Add GN Build Files and Custom Modifications
...
Signed-off-by: peizhe <472708703@qq.com>
2023-04-18 18:26:25 +08:00
Lokathor
6e326cc482
(cargo-release) version 1.6.0
2022-04-25 10:34:31 -06:00
Lokathor
e6e5e6aecc
Update CHANGELOG.md
2022-04-25 09:36:13 -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
ajtribick
a53c254b88
Error implementation for TryFromSliceError ( #160 )
...
* Fix spelling of 'length'
* Add Error implementation to TryFromSliceError
2022-04-23 12:18:14 -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
Lokathor
66050c9716
changelog.
2021-11-09 12:27:30 -07:00
Mads Marquart
596636ad47
Fix building on Rust 1.34 with alloc
feature enabled ( #154 )
...
* CI: Build Rust 1.34 with features
* Fix building on Rust 1.34 with alloc feature enabled
* CI: Fix building with features
2021-11-09 12:25:23 -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
314842777c
update changelog.
2021-09-24 18:58:24 -06:00
Lokathor
c29345bdcc
add the doc attribute.
2021-09-24 18:51:21 -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
Lokathor
b37957c451
update changelog.
2021-09-11 18:58:13 -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
abb4871284
Update CHANGELOG.md
2021-07-21 18:14:16 -06:00
Lokathor
13008731ba
improve clone impl as per https://github.com/Lokathor/tinyvec/issues/143 ( #144 )
...
* improve clone impl as per https://github.com/Lokathor/tinyvec/issues/143
* per https://github.com/Lokathor/tinyvec/pull/144#discussion_r669769122
* rustfmt.
* formatting
* whoops haha that's a little tricky to get the types to line up
we don't have deref for the A so we have to keep using as_slice_mut and such
2021-07-21 18:11:46 -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
3817cbe3e9
Add changelog entries for 1.3.0 ( #148 )
2021-07-20 07:36:50 -06:00
Andrew Jeffery
afb1dc4df8
Add arbitrary implementations for TinyVec and ArrayVec ( #146 )
2021-07-13 06:52:19 -06:00
Ole Bertram
3c5ce49e36
Implement DoubleEndedIterator for TinyVecIterator ( #145 )
2021-07-13 06:49:17 -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
e536d5fc91
changelog.
2021-04-04 10:36:13 -06:00
Cryptjar
25654733a1
Add a from_array_empty constructor which is a const fn. ( #141 )
...
Also lifts the `A: Array` constraint on ArrayVec as it was not used yet
and would otherwise conflict with the const fn, which currently (Rust 1.51)
may not have any trait constraints.
Since this commit only adds a new function and lifts a constraint, this
should be perfectly backwards compatible.
2021-04-04 09:13:15 -06:00
Lokathor
0e0dc46d37
use alternate printing when requested. ( #139 )
2021-04-01 19:47:38 -06:00
Cryptjar
5878b86c81
Replace LICENSE-APACHE.md with official text ( #140 )
...
Just copy & past the official text from http://www.apache.org/licenses/LICENSE-2.0.txt
Well technically, it's not markdown, but it doesn't look that bad either.
Fixes #136
2021-04-01 17:16:10 -06:00
Soveu
35082e1d15
TinyVec::fmt - fix pretty printing ( #138 )
...
* TinyVec::fmt - fix pretty printing
* ArrayVec::fmt - fix pretty printing
2021-03-24 11:55:02 -06:00
Michael Morgan
8d8ae29ba5
Add TryFrom<&'_ [A::Item]> for ArrayVec<A> ( #134 )
2021-03-01 20:02:24 -07: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
a0ee9ab56b
update changelog.
2021-01-25 17:35:03 -07:00
Ben Kimock
9dca7ce1a3
swap instead of rotate_right, explain in comment ( #129 )
2021-01-18 16:03:40 -07:00
Ben Kimock
db5465a108
optimize From<&[T]> ( #132 )
2021-01-18 15:19:28 -07:00