Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Lokathor/tinyvec issues and pull requests

#204 - Add support for `generic-array` crate

Pull Request - State: closed - Opened by Lohann 3 days ago
Labels: semver-minor, not-yet-released

#203 - Add `latest_stable_rust` feature

Pull Request - State: open - Opened by Lokathor 30 days ago

#202 - end of 2024 cleanup

Pull Request - State: closed - Opened by Lokathor about 1 month ago
Labels: semver-none

#201 - Update lib.rs

Pull Request - State: closed - Opened by Lokathor about 2 months ago
Labels: semver-none

#200 - Cannot use `tiny_vec!` with one non-constant element

Issue - State: open - Opened by TonalidadeHidrica 5 months ago - 2 comments

#199 - Fix rustc features not depending on each other

Pull Request - State: closed - Opened by e00E 5 months ago - 2 comments
Labels: semver-patch

#198 - Add retain_mut

Pull Request - State: closed - Opened by Fuuzetsu 7 months ago - 9 comments
Labels: Enhancement, semver-minor

#197 - Add ArrayVec::as_inner()

Pull Request - State: closed - Opened by Fuuzetsu 7 months ago - 8 comments
Labels: semver-minor

#196 - New release to bring the Arbitrary impl to stable Rust

Issue - State: closed - Opened by maoe 7 months ago - 4 comments

#195 - retain_mut

Issue - State: closed - Opened by Fuuzetsu 8 months ago - 1 comment

#193 - as_array function

Issue - State: closed - Opened by Fuuzetsu 8 months ago - 3 comments

#187 - fix CI for debug visualizer

Pull Request - State: closed - Opened by Lokathor about 1 year ago

#186 - Add optional support for borsh serialisation

Pull Request - State: open - Opened by Fuuzetsu about 1 year ago

#185 - Remove unneeded files from crate package

Pull Request - State: closed - Opened by Jake-Shadle over 1 year ago - 2 comments

#184 - Add bincode enc/dec support to ArrayVec

Pull Request - State: open - Opened by iantbutler01 over 1 year ago - 4 comments

#183 - Suggestion: Default-less safe implementation with small overhead

Issue - State: open - Opened by kkolyan over 1 year ago - 3 comments

#182 - generated_impl.rs can be simpler

Issue - State: closed - Opened by wolfnether over 1 year ago

#180 - Fix Arbitrary implementation on ArrayVec

Pull Request - State: closed - Opened by e00E almost 2 years ago - 2 comments
Labels: semver-patch

#179 - Bump version to 1.47.0

Pull Request - State: closed - Opened by e00E almost 2 years ago
Labels: semver-none

#178 - Fix ArrayVec capacity not taking u16::MAX into account

Pull Request - State: closed - Opened by e00E almost 2 years ago - 7 comments
Labels: semver-patch

#177 - Replace unmaintained actions-rs actions in CI workflows

Pull Request - State: closed - Opened by striezel about 2 years ago
Labels: semver-none

#176 - Update actions/checkout in GitHub Actions workflows to v3

Pull Request - State: closed - Opened by striezel about 2 years ago - 1 comment
Labels: semver-none

#175 - Fix a few typos

Pull Request - State: closed - Opened by striezel about 2 years ago
Labels: semver-none

#174 - Proposal: Rolling MSRV, Stable-N

Issue - State: closed - Opened by Lokathor about 2 years ago - 2 comments

#173 - Implement ExactSizeIterator for ArrayVecIterator and TinyVecIterator

Pull Request - State: closed - Opened by sd2k about 2 years ago - 1 comment
Labels: semver-patch

#172 - Update README.md - fix a couple typo's

Pull Request - State: closed - Opened by mrcnski about 2 years ago
Labels: semver-none

#171 - Fix debugger_visualizer.rs tests

Pull Request - State: closed - Opened by MaulingMonkey about 2 years ago - 4 comments
Labels: semver-patch

#170 - Doc: Not all capacities are supported by default

Pull Request - State: closed - Opened by schubart about 2 years ago - 2 comments
Labels: semver-patch

#169 - "unsatisfied trait bounds" for `N` > 33?

Issue - State: closed - Opened by schubart about 2 years ago - 2 comments

#168 - Document tradeof/difference between smallvec

Issue - State: closed - Opened by lijiaqigreat over 2 years ago - 4 comments

#167 - Add Natvis visualizations and tests for `ArrayVec` and `SliceVec` types.

Pull Request - State: closed - Opened by ridwanabdillahi over 2 years ago - 3 comments
Labels: semver-patch

#166 - Fix TODO items

Pull Request - State: open - Opened by 8573 over 2 years ago

#165 - Use `rustversion` to detect available Rust version

Pull Request - State: closed - Opened by 8573 over 2 years ago - 6 comments

#164 - array_vec! macro cannot work with tuple element

Issue - State: open - Opened by YoshieraHuang over 2 years ago - 1 comment

#162 - fix `Debug` alternate mode for empty containers

Pull Request - State: closed - Opened by andylizi over 2 years ago - 1 comment
Labels: semver-patch

#161 - Support for compilers prior to Rust 1.55 causing high compile times

Issue - State: open - Opened by nnethercote over 2 years ago - 4 comments

#160 - Error implementation for TryFromSliceError

Pull Request - State: closed - Opened by ajtribick almost 3 years ago
Labels: semver-patch

#159 - `std` should also imply `alloc`?

Issue - State: closed - Opened by i509VCB almost 3 years ago - 1 comment

#158 - add `try_` functions for fallible heap growth

Pull Request - State: closed - Opened by i509VCB almost 3 years ago - 4 comments
Labels: semver-minor

#157 - Add try_reserve and similar functions to TinyVec

Issue - State: closed - Opened by i509VCB almost 3 years ago - 3 comments
Labels: Enhancement

#156 - Is there a way to use #![feature(generic_const_exprs)] with ArrayVec?

Issue - State: closed - Opened by dorianprill almost 3 years ago - 2 comments

#154 - Fix building on Rust 1.34 with `alloc` feature enabled

Pull Request - State: closed - Opened by madsmtm about 3 years ago - 5 comments
Labels: semver-patch

#153 - Add implementation of Borsh::(De)Serialize traits

Issue - State: open - Opened by totikom over 3 years ago - 3 comments
Labels: Enhancement, Help Wanted

#152 - Issue #151: impl std::io::Write for u8-based TinyVecs

Pull Request - State: closed - Opened by eeeebbbbrrrr over 3 years ago - 5 comments
Labels: semver-patch

#151 - impl std::io::Write for TinyVec<[u8; x]>

Issue - State: open - Opened by eeeebbbbrrrr over 3 years ago - 5 comments

#150 - Benchmarks comparing TinyVec to SmallVec

Pull Request - State: closed - Opened by saethlin over 3 years ago - 4 comments
Labels: semver-none

#149 - Rename nightly_const_generics to rustc_1_55 and remove feature gate

Pull Request - State: closed - Opened by saethlin over 3 years ago - 2 comments
Labels: semver-minor

#148 - Add changelog entries for 1.3.0

Pull Request - State: closed - Opened by jeffa5 over 3 years ago
Labels: semver-none

#147 - New release for arbitrary functionality

Issue - State: closed - Opened by jeffa5 over 3 years ago - 3 comments

#146 - Add arbitrary implementations for TinyVec and ArrayVec

Pull Request - State: closed - Opened by jeffa5 over 3 years ago - 1 comment
Labels: semver-patch

#145 - Implement `DoubleEndedIterator` for `TinyVecIterator`

Pull Request - State: closed - Opened by elomatreb over 3 years ago
Labels: semver-patch

#144 - improve clone impl as per https://github.com/Lokathor/tinyvec/issues/143

Pull Request - State: closed - Opened by Lokathor over 3 years ago - 3 comments
Labels: semver-patch

#141 - Add to `ArrayVec` a `from_array_empty` Constructor as `const fn`

Pull Request - State: closed - Opened by Cryptjar almost 4 years ago - 6 comments
Labels: semver-minor

#140 - Replace LICENSE-APACHE.md with official text

Pull Request - State: closed - Opened by Cryptjar almost 4 years ago
Labels: semver-none

#139 - use alternate printing when requested.

Pull Request - State: closed - Opened by Lokathor almost 4 years ago - 4 comments
Labels: semver-patch

#138 - TinyVec::fmt - fix pretty printing

Pull Request - State: closed - Opened by Soveu almost 4 years ago - 6 comments
Labels: semver-patch

#137 - Pretty-print Debug format option

Issue - State: closed - Opened by mb64 almost 4 years ago - 3 comments

#136 - Apache 2.0 License is missing Appendix

Issue - State: closed - Opened by kettle11 almost 4 years ago - 1 comment

#135 - `From<Vec<T>>` impl for `TinyVec`

Issue - State: open - Opened by lopopolo almost 4 years ago - 1 comment
Labels: Enhancement

#134 - Implement TryFrom slice for ArrayVec.

Pull Request - State: closed - Opened by msmorgan almost 4 years ago
Labels: semver-patch

#133 - `From<&'_ [T]>` implementation for ArrayVec.

Issue - State: closed - Opened by msmorgan almost 4 years ago - 5 comments

#132 - Optimize From<&[T]>

Pull Request - State: closed - Opened by saethlin about 4 years ago

#131 - Optimize TinyVec::extend by rewriting ArrayVec::fill to not call push

Pull Request - State: closed - Opened by saethlin about 4 years ago

#130 - Benchmarks to compare against smallvec

Pull Request - State: closed - Opened by saethlin about 4 years ago

#129 - Optimize ArrayVec::insert using the same technique as remove

Pull Request - State: closed - Opened by saethlin about 4 years ago - 3 comments

#128 - Implement remove with swap instead of rotate_left

Pull Request - State: closed - Opened by saethlin about 4 years ago - 2 comments

#127 - Outline the drain to heap logic in TinyVec::push

Pull Request - State: closed - Opened by saethlin about 4 years ago - 2 comments

#126 - Tracking Towards 2.0

Issue - State: closed - Opened by Lokathor about 4 years ago - 8 comments

#125 - The crate does not compile in OmniOS

Issue - State: closed - Opened by mzanrosso about 4 years ago - 4 comments

#124 - Add into_inner method

Pull Request - State: closed - Opened by notgull over 4 years ago - 4 comments

#123 - Support `[value; N]` syntax with non-matching sizes

Issue - State: closed - Opened by Nemo157 over 4 years ago - 4 comments

#122 - Add some kind of "into_inner" function to ArrayVec and TinyVec

Issue - State: closed - Opened by notgull over 4 years ago - 1 comment
Labels: Enhancement

#121 - Create CHANGELOG.md

Pull Request - State: closed - Opened by Lokathor over 4 years ago

#120 - add license files

Pull Request - State: closed - Opened by Lokathor over 4 years ago - 3 comments

#119 - please add license texts for MIT and Apache-2.0 licenses

Issue - State: closed - Opened by decathorpe over 4 years ago - 5 comments

#118 - Implement `[value; N]` syntax support for `array_vec!`

Pull Request - State: closed - Opened by slightlyoutofphase over 4 years ago - 11 comments

#117 - The `array_vec!` macro does not support the array-like `[T; N]` syntax you'd generally expect it to

Issue - State: closed - Opened by slightlyoutofphase over 4 years ago - 1 comment
Labels: Enhancement

#116 - Mirror the features used on docs.rs on the playground

Pull Request - State: closed - Opened by thomcc over 4 years ago

#115 - Very long build times in release

Issue - State: closed - Opened by zeroflaw over 4 years ago - 7 comments
Labels: Help Wanted

#114 - Fix building docs on docs.rs

Pull Request - State: closed - Opened by Nemo157 over 4 years ago - 2 comments

#113 - Run CI on PRs too

Pull Request - State: closed - Opened by Nemo157 over 4 years ago - 2 comments

#112 - Replace `A: Default` bounds by a constructor on `Array`

Pull Request - State: closed - Opened by Nemo157 over 4 years ago - 3 comments

#111 - Replace `A: Default` bounds by a constructor on `Array`

Issue - State: closed - Opened by Nemo157 over 4 years ago - 3 comments

#110 - Add Serde support

Pull Request - State: closed - Opened by Absolucy over 4 years ago - 1 comment

#109 - Optional serde feature

Issue - State: closed - Opened by Nemo157 over 4 years ago
Labels: Enhancement

#108 - Use min_const_generics

Pull Request - State: closed - Opened by c410-f3r over 4 years ago - 1 comment

#107 - Make code DRYer

Pull Request - State: closed - Opened by Soveu over 4 years ago

#106 - alter docs.

Pull Request - State: closed - Opened by Lokathor over 4 years ago

#105 - Add doc attributes for docs.rs build

Pull Request - State: closed - Opened by Lokathor over 4 years ago - 1 comment

#104 - Cratesio fix

Pull Request - State: closed - Opened by Lokathor over 4 years ago

#103 - add with_capacity method.

Pull Request - State: closed - Opened by Lokathor over 4 years ago

#102 - Missing Method: TinyVec::with_capacity

Issue - State: closed - Opened by Lokathor over 4 years ago
Labels: Enhancement

#101 - Make code DRYer

Issue - State: closed - Opened by Soveu over 4 years ago - 1 comment
Labels: Enhancement

#100 - Arrayset overhaul

Pull Request - State: closed - Opened by Soveu over 4 years ago - 5 comments