Ecosyste.ms: Issues

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

GitHub / danielhenrymantilla/rust-uninit issues and pull requests

#33 - Add CI

Issue - State: open - Opened by kupiakos about 1 year ago - 1 comment
Labels: bug

#32 - Consider replacing `BoxNewUninitSlice::new_uninit_slice` with a free function

Issue - State: open - Opened by kupiakos about 1 year ago - 1 comment

#31 - Improve ergonomics for `Out<[T; N]>`

Issue - State: open - Opened by kupiakos about 1 year ago
Labels: enhancement

#30 - Correct `T: Copy` requirement with `Out<[T]>` and `AsOut`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: bug

#29 - `impl<'out, T: 'out, const N: usize> Deref for Out<'out, [T; N]>`

Issue - State: closed - Opened by kupiakos about 1 year ago - 3 comments
Labels: enhancement

#28 - Rename `Out::get_unchecked_out` to `get_out_unchecked`

Issue - State: closed - Opened by kupiakos about 1 year ago - 1 comment
Labels: cleanup

#27 - Add `zerocopy`-aware methods

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

#26 - Rename `init_with` to `fill_with`, add a `fill` method

Issue - State: closed - Opened by kupiakos about 1 year ago - 1 comment
Labels: documentation, enhancement, cleanup

#25 - Add `TryFrom<Out<[T]>> for Out[T; N]` and `From<Out<[T; N]>> for Out[T]`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: enhancement

#24 - Improve `const` situation

Issue - State: open - Opened by kupiakos about 1 year ago
Labels: enhancement

#23 - Add conversions for `[MaybeUninit<T>; N]` to/from `MaybeUninit<[T; N]>`

Issue - State: closed - Opened by kupiakos about 1 year ago - 1 comment

#22 - Add `Out::<[T]>::empty`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: enhancement

#21 - Flatten the API

Issue - State: open - Opened by kupiakos about 1 year ago - 1 comment
Labels: documentation, cleanup

#20 - Consider making `std` a non-default feature

Issue - State: open - Opened by kupiakos about 1 year ago - 1 comment
Labels: question

#19 - Consider removing `const_generics` as a feature

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: question, cleanup

#18 - Remove dependency on `extension-traits`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: cleanup

#17 - Consider alternate names for `Out`

Issue - State: open - Opened by kupiakos about 1 year ago - 1 comment
Labels: documentation, enhancement, question

#16 - Write way more unit tests

Issue - State: open - Opened by kupiakos about 1 year ago
Labels: cleanup

#15 - Consider removing the `pub macro` in `well_located_public_macro`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: cleanup

#14 - Clarify MSRV

Issue - State: open - Opened by kupiakos about 1 year ago - 4 comments
Labels: documentation, question

#13 - Improve documentation

Issue - State: open - Opened by kupiakos about 1 year ago - 3 comments
Labels: documentation

#12 - Replace `#[allow(unused_unsafe)]` with `#![deny(unsafe_op_in_unsafe_fn)]`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: cleanup

#11 - Add `Out::slice_from_raw_parts`

Issue - State: closed - Opened by kupiakos about 1 year ago
Labels: enhancement, good first issue

#10 - Draft: unify `Out<[T]>` methods with `Sized` methods

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

#9 - Consider extending functionality for `T: ?Sized`

Issue - State: closed - Opened by kupiakos over 1 year ago - 2 comments

#8 - Usage when storing `Out` in a struct

Issue - State: open - Opened by PSeitz almost 2 years ago - 1 comment
Labels: documentation

#7 - Add `Box::new_uninit_slice()`

Pull Request - State: closed - Opened by danielhenrymantilla over 2 years ago
Labels: enhancement

#6 - [Feature Request] Implement Box::new_uninit_slice from rfc `new_uninit`

Issue - State: closed - Opened by changhe3 over 2 years ago - 2 comments
Labels: enhancement

#5 - Show how to implement README example

Issue - State: open - Opened by davidspies almost 3 years ago

#4 - Remove `rlib` crate-type so that it works with Miri

Pull Request - State: closed - Opened by danielhenrymantilla almost 4 years ago - 2 comments

#3 - Added `alloc` feature to opt-out of `io`-related functionality.

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

#2 - Missing support for no_std crates with a functional memory allocator

Issue - State: closed - Opened by kotauskas about 4 years ago - 1 comment

#1 - Fixed unsoundness of using `&mut MaybeUninit<T>` as the out type for …

Pull Request - State: closed - Opened by danielhenrymantilla almost 5 years ago
Labels: enhancement