Ecosyste.ms: Issues

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

GitHub / rust-embedded/heapless issues and pull requests

#511 - Status of project?

Issue - State: closed - Opened by GnomedDev 12 days ago - 3 comments

#510 - Debug build error: no_std + FnvIndexMap (linker err: `rust_eh_personality`)

Issue - State: closed - Opened by cjrh 17 days ago - 2 comments

#509 - use of undeclared crate or module `heapless`

Issue - State: closed - Opened by Admsher about 1 month ago - 4 comments
Labels: question

#508 - Add `Deque::{swap, swap_unchecked, swap_remove_front, swap_remove_back}`

Pull Request - State: open - Opened by honzasp about 2 months ago - 1 comment

#507 - [construct|deconstruct] Vec/String [from|to] length + [MaybeUninit<T>; N]

Issue - State: open - Opened by Felix-El about 2 months ago - 1 comment

#505 - Fix minor mistake in `DequeInner` docs

Pull Request - State: closed - Opened by GnomedDev 2 months ago
Labels: skip-changelog

#504 - Implement a generic length parameter for Vec<T, N>

Pull Request - State: open - Opened by GnomedDev 2 months ago - 5 comments

#503 - Relax indexmap PartialEq bounds so value doesn't need to be Eq

Pull Request - State: open - Opened by YuhanLiin 3 months ago - 1 comment

#502 - Re-introduce covariance for containers

Pull Request - State: open - Opened by sosthene-nitrokey 3 months ago

#501 - The deduped versions of the `*View` types break variance:

Issue - State: open - Opened by sosthene-nitrokey 3 months ago - 9 comments

#499 - Impl Borrow and BorrowMut for String and Vec.

Pull Request - State: closed - Opened by Icelk 3 months ago

#498 - Keep `Vec::capacity` const

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago
Labels: skip-changelog

#496 - Queue: implement QueueView on top of #486

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago

#495 - BinaryHeap: implement BinaryHeapView on top of #486

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago

#493 - Implement HistoryBufferView on top of #486

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 4 comments

#491 - LinearMap: add LinearMapView, similar to VecView on top of #486

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 1 comment

#490 - Implement DequeView on top of #486

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 4 comments

#489 - MpMcQueue drop implementation is not optimized

Issue - State: open - Opened by sosthene-nitrokey 3 months ago
Labels: enhancement

#487 - String: implement `StringView` on top of #486

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 2 comments

#486 - vec: remove code duplication due to VecView.

Pull Request - State: closed - Opened by Dirbaio 3 months ago - 7 comments
Labels: skip-changelog

#485 - `spsc::Queue`: add `spsc::QueueView`, similar to `VecView`

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 1 comment

#484 - MpMcQueue: add `MpMcQueueView`, similar to `VecView`

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 1 comment

#483 - Fix memory leak of `MpMcQueue`

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago

#481 - BinaryHeap: add `BinaryHeapView`, similar to `VecView`

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 1 comment

#480 - `HistoryBuffer`: add `HistoryBufferView`, similar to `VecView`

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 1 comment

#479 - LinearMap: add `LinearMapView`, similar to `VecView`

Pull Request - State: closed - Opened by sosthene-nitrokey 3 months ago - 1 comment

#478 - Implement Borrow for Vec and String

Issue - State: closed - Opened by Icelk 3 months ago - 2 comments
Labels: enhancement

#477 - Add `Deque::{get, get_mut, get_unchecked, get_unchecked_mut}`

Pull Request - State: closed - Opened by MrGunflame 4 months ago - 1 comment

#476 - Add serde implementations to HistoryBuffer

Pull Request - State: closed - Opened by Nikita240 4 months ago

#475 - Miscreated issue

Issue - State: closed - Opened by llooFlashooll 4 months ago

#474 - Implement IntoIterator for LinearMap

Pull Request - State: closed - Opened by XOSplicer 4 months ago - 1 comment

#473 - const fn new_with_len<const LEN: usize>() to heapless::Vec

Pull Request - State: closed - Opened by Bruce0203 4 months ago - 2 comments

#472 - IntoIterator for LinearMap

Issue - State: closed - Opened by Ten0 4 months ago
Labels: enhancement

#471 - LinearMap entry API

Issue - State: open - Opened by Ten0 4 months ago
Labels: enhancement

#470 - BinaryHeap pop mixing elements of same order

Issue - State: open - Opened by reneherrero 5 months ago
Labels: question

#469 - Fix CI

Pull Request - State: closed - Opened by newAM 5 months ago - 1 comment
Labels: skip-changelog

#468 - Add std `Entry` methods to indexmap `Entry`

Pull Request - State: closed - Opened by leonzchang 5 months ago - 3 comments

#467 - Add `Entry` methods

Pull Request - State: closed - Opened by leonzchang 5 months ago

#466 - Does the SPSC implementation really need portable atomics / cas?

Issue - State: open - Opened by MarcusGrass 6 months ago
Labels: enhancement, question

#465 - VecView: fix memory leak of drop

Pull Request - State: closed - Opened by sosthene-nitrokey 6 months ago
Labels: skip-changelog

#462 - Fix `MpMcQueue` with `mpmc_large` feature.

Pull Request - State: closed - Opened by reitermarkus 7 months ago

#461 - MpMcQueue: enqueue enters infinite loop if queue is full (N >= 256)

Issue - State: closed - Opened by sjorsdewit 7 months ago - 1 comment
Labels: bug

#460 - Add `uDisplay` for `String` and inline `ufmt` functions

Pull Request - State: open - Opened by lmbollen 7 months ago - 5 comments

#459 - Add DequeView, similar to VecView and StringView

Pull Request - State: closed - Opened by sosthene-nitrokey 7 months ago - 1 comment

#457 - Don't ignore doc tests.

Pull Request - State: closed - Opened by reitermarkus 7 months ago - 1 comment
Labels: skip-changelog

#456 - Fix pool macro warnings.

Pull Request - State: closed - Opened by reitermarkus 7 months ago - 4 comments
Labels: skip-changelog

#455 - Fix CI.

Pull Request - State: closed - Opened by reitermarkus 7 months ago
Labels: skip-changelog

#454 - `object_pool!()` macro requires both a CamelCase and SNAKE_CASE name

Issue - State: closed - Opened by cbrune 8 months ago - 2 comments

#453 - VecView: Implement serialize

Pull Request - State: closed - Opened by sosthene-nitrokey 8 months ago - 3 comments
Labels: skip-changelog

#452 - String: add `StringView`, similar to `VecView`

Pull Request - State: closed - Opened by sosthene-nitrokey 8 months ago - 3 comments

#451 - Use macros to implement traits for `Vec` and `VecView`.

Pull Request - State: closed - Opened by reitermarkus 8 months ago - 1 comment
Labels: skip-changelog

#450 - Heapless String doesn't implement From trait

Issue - State: closed - Opened by lvanasse 8 months ago - 8 comments
Labels: question

#449 - histbuf: Implement DoubleEndedIterator for OldestOrdered

Pull Request - State: closed - Opened by witek103 8 months ago

#448 - Adds `Deque::make_contiguous`

Pull Request - State: closed - Opened by ansg191 8 months ago - 1 comment

#447 - Impl Extend for Deque

Pull Request - State: closed - Opened by rlee287 8 months ago - 3 comments

#446 - Update `cfail` output.

Pull Request - State: closed - Opened by reitermarkus 8 months ago - 1 comment
Labels: skip-changelog

#445 - Only deny warnings in CI.

Pull Request - State: closed - Opened by reitermarkus 8 months ago - 1 comment
Labels: skip-changelog

#444 - Add `Vec::drain` and `String::drain`.

Pull Request - State: closed - Opened by reitermarkus 8 months ago - 4 comments

#443 - Make `Queue::split` `const`.

Pull Request - State: open - Opened by reitermarkus 8 months ago

#442 - API alignment

Issue - State: open - Opened by jordens 9 months ago - 19 comments
Labels: enhancement

#441 - vec: fix missing error handling in docs

Pull Request - State: closed - Opened by newAM 9 months ago
Labels: skip-changelog

#440 - doc examples errors

Issue - State: closed - Opened by jordens 9 months ago - 3 comments
Labels: enhancement

#439 - Fix tsan.rs CI errors

Pull Request - State: closed - Opened by YuhanLiin 9 months ago
Labels: skip-changelog

#438 - Add vec macros

Pull Request - State: open - Opened by YuhanLiin 9 months ago - 4 comments

#437 - Add spare_capacity_mut

Pull Request - State: closed - Opened by YuhanLiin 9 months ago

#435 - HistoryBuffer: add drop test for clear

Pull Request - State: closed - Opened by newAM 9 months ago
Labels: skip-changelog

#434 - LinearMap: Fix false-positive clippy lint

Pull Request - State: closed - Opened by newAM 9 months ago
Labels: skip-changelog

#433 - HistoryBuffer: add clear_leak method

Pull Request - State: closed - Opened by newAM 9 months ago - 9 comments

#432 - Add a cheap `HistoryBuffer::empty` method

Issue - State: closed - Opened by Eugeny 9 months ago - 2 comments
Labels: enhancement

#431 - Implement DoubleEndedIterator for HistoryBuffer::oldest_ordered

Issue - State: closed - Opened by Eugeny 9 months ago - 3 comments
Labels: enhancement

#430 - Generalized `Vec`, implemented `Vec::transmute_buffer`.

Pull Request - State: open - Opened by JohnScience 9 months ago - 10 comments

#427 - `Vec` improvements

Pull Request - State: closed - Opened by YuhanLiin 9 months ago - 2 comments

#426 - Feature: Add `Vec::spare_capacity_mut`

Issue - State: closed - Opened by survived 10 months ago
Labels: enhancement

#425 - Vec: add a "View" that can mutate the vec and erase the const generic.

Pull Request - State: closed - Opened by sosthene-nitrokey 10 months ago - 12 comments

#424 - Vec: add const-erased "view"

Pull Request - State: closed - Opened by sosthene-nitrokey 10 months ago - 3 comments

#421 - `heapless::pool` support for `x86_64`

Issue - State: closed - Opened by ophilli 10 months ago - 1 comment
Labels: enhancement, question

#410 - roadmap to v1.0.0?

Issue - State: open - Opened by rursprung 11 months ago - 9 comments
Labels: question

#406 - Add TwoSidedVec

Issue - State: closed - Opened by Rosdf 11 months ago - 2 comments
Labels: enhancement

#371 - Add const-erased versions of the various containers

Issue - State: open - Opened by sosthene-nitrokey about 1 year ago - 2 comments
Labels: enhancement

#362 - Add `embedded_dma` feature

Pull Request - State: open - Opened by qwerty19106 over 1 year ago - 9 comments

#359 - String with truncating behavior

Issue - State: open - Opened by lelongg over 1 year ago - 4 comments
Labels: enhancement

#355 - Queue not thread/interrupt safe?

Issue - State: open - Opened by noahzarro over 1 year ago - 2 comments
Labels: question

#352 - Impl conversion from array to Vec

Pull Request - State: closed - Opened by rjsberry over 1 year ago

#342 - Add `CString`

Pull Request - State: open - Opened by vrmiguel over 1 year ago - 1 comment

#341 - Infallible Vec operations

Issue - State: open - Opened by robin-nitrokey over 1 year ago - 4 comments
Labels: enhancement

#334 - Add method drain for Vec, like std::vec::Vec?

Issue - State: closed - Opened by remme123 over 1 year ago - 1 comment
Labels: enhancement

#297 - Add Vec::from_array_unchecked

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

#230 - Implement Copy for Vec when T implements Copy

Issue - State: open - Opened by qiuchengxuan about 3 years ago - 9 comments
Labels: enhancement