Ecosyste.ms: Issues

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

GitHub / Voultapher/self_cell issues and pull requests

#61 - minor fixes

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

#60 - Add support for mut ref dependents

Pull Request - State: closed - Opened by Voultapher 6 months ago - 13 comments

#59 - Mutable reference on owner in builder

Issue - State: closed - Opened by gwenn 6 months ago - 9 comments

#58 - Support splitting into multiple objects?

Issue - State: closed - Opened by fzyzcjy 8 months ago - 14 comments

#57 - Support async builders?

Issue - State: closed - Opened by fzyzcjy 8 months ago - 15 comments

#56 - with_dependent_mut() missing to impl next() on self-referential iterator

Issue - State: closed - Opened by hniksic 10 months ago - 13 comments

#55 - Safe API for mapping between types whose owner is Arc<T>

Issue - State: closed - Opened by alex 11 months ago - 19 comments

#54 - Fix hygenic name collisions

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

#53 - Hygienic bug in macro (Ok function)

Issue - State: closed - Opened by dcecile about 1 year ago - 3 comments

#52 - new/try_new with mut owner as lambda parameter

Issue - State: closed - Opened by amdjachenko about 1 year ago - 13 comments

#51 - Improve invalid program testing

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

#50 - Fix insufficient covariance detection

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

#49 - Covariance check with `_assert_covariance` is insufficient, unsound

Issue - State: closed - Opened by steffahn over 1 year ago - 11 comments

#48 - Fix miri dependency issue

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

#47 - Use cast instead of transmute

Pull Request - State: closed - Opened by kornelski over 1 year ago - 11 comments

#46 - Add selfref and qcell to related projects

Pull Request - State: closed - Opened by SoniEx2 over 1 year ago - 4 comments

#45 - comparison with selfref

Issue - State: closed - Opened by SoniEx2 over 1 year ago - 3 comments

#44 - Is it possible to use generic types inside self_cell?

Issue - State: closed - Opened by mrcz over 1 year ago - 7 comments

#43 - Document generated methods

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

#42 - warning: missing documentation for an associated function

Issue - State: closed - Opened by link2xt over 1 year ago - 4 comments

#41 - Update reference to other projects

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

#40 - Update the comparison to Ourouboros in the README

Issue - State: closed - Opened by Shnatsel over 1 year ago - 1 comment

#39 - Fix "best-effort" typo in README

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

#38 - Fix CI

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

#37 - self_cell rejects cases where dependent is a path containing "::"

Issue - State: closed - Opened by alex almost 2 years ago - 5 comments

#36 - Allow mutable access to owner during construction

Pull Request - State: closed - Opened by Voultapher about 2 years ago - 8 comments

#35 - Fix a typo

Pull Request - State: closed - Opened by steffahn about 3 years ago

#34 - build: include LICENSE and README in crate

Pull Request - State: closed - Opened by subpop about 3 years ago - 2 comments

#33 - Add old rustc support as feature

Pull Request - State: closed - Opened by Voultapher over 3 years ago - 10 comments

#32 - Restore compatibility with Rust 1.42 via Polyfill

Pull Request - State: closed - Opened by mitsuhiko over 3 years ago - 12 comments

#31 - Restore compatibility with Rust 1.42

Pull Request - State: closed - Opened by mitsuhiko over 3 years ago - 7 comments

#30 - Use of addr_of_mut requires recent Rust

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

#29 - Attempt to fix cyclic re-borrow issue

Pull Request - State: closed - Opened by Voultapher over 3 years ago - 13 comments

#28 - Unsound cyclic re-borrow

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

#27 - Fix some memory leaks on panicking destructors

Pull Request - State: closed - Opened by steffahn over 3 years ago - 6 comments

#26 - Memory leaks when destructors panic

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

#25 - Fix double-free issue in `into_owner` method

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

#24 - Double-free with `into_owner`

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

#22 - Improve debug implementation

Pull Request - State: closed - Opened by steffahn over 3 years ago

#21 - Fix drop order of JoinedCell fields

Pull Request - State: closed - Opened by steffahn over 3 years ago - 10 comments

#20 - Incorrect drop order for `JoinedCell`

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

#19 - Prevent unsound field swapping

Pull Request - State: closed - Opened by steffahn over 3 years ago - 18 comments

#18 - Covariance in owner is problematic / can lead to unsoundness

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

#17 - The `unsafe_self_cell` field is accessible, allowing UB from safe code

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

#16 - Hygienic bug in macro

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

#15 - Cannot use #[from_fn] since I update to 0.9.0

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

#14 - Is it sound to add `borrow_dependent_mut`?

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

#13 - Convert self_cell struct back into owner

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

#12 - Return owner if init fails

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

#11 - Fix typo in crate docs

Pull Request - State: closed - Opened by jplatte almost 4 years ago - 1 comment

#10 - Why `not_covariant` instead of `contravariant` and `invariant`?

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

#9 - Possible to have a lifetime in owner?

Issue - State: closed - Opened by TedDriggs almost 4 years ago - 9 comments

#8 - Support try_from

Issue - State: closed - Opened by TedDriggs almost 4 years ago - 2 comments

#7 - self_cell rework

Pull Request - State: closed - Opened by Voultapher almost 4 years ago - 22 comments

#6 - Provide proper doc.rs documentation

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

#5 - UB for borrowed type containing interior mutability

Issue - State: closed - Opened by dtolnay almost 4 years ago - 2 comments

#4 - Unsound Send and Sync impls when the borrowed type is not

Issue - State: closed - Opened by dtolnay almost 4 years ago - 2 comments

#3 - Delete statement about expert review

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

#2 - Performance diff vs. ouroboros

Issue - State: closed - Opened by zbraniecki almost 4 years ago - 9 comments

#1 - Eagerly-initialized variant?

Issue - State: closed - Opened by alex almost 4 years ago - 6 comments