Ecosyste.ms: Issues

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

GitHub / Manishearth/triomphe issues and pull requests

#92 - Derive Copy and Clone HeaderSlice and HeaderWithLength

Pull Request - State: closed - Opened by SimonSapin 13 days ago - 1 comment

#91 - Add MSRV

Pull Request - State: closed - Opened by Manishearth 25 days ago

#90 - Specify an MSRV policy

Issue - State: closed - Opened by tertsdiepraam about 1 month ago - 2 comments

#89 - Request for New Release

Issue - State: closed - Opened by M-Adoo about 1 month ago - 1 comment

#88 - Document PartialEq for Arc bug

Pull Request - State: closed - Opened by stepancheg 2 months ago

#87 - Simplify/fix Arc::from_iter

Pull Request - State: closed - Opened by stepancheg 2 months ago

#86 - All features for docs.rs

Pull Request - State: closed - Opened by stepancheg 2 months ago

#85 - Remove sized requirement from Arc::from_raw

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

#84 - Use ptr::addr_eq instead of == in Arc::ptr_eq

Pull Request - State: closed - Opened by stepancheg 2 months ago

#83 - Cleanup after strong_count implementation

Pull Request - State: closed - Opened by stepancheg 2 months ago

#82 - *::strong_count

Pull Request - State: closed - Opened by stepancheg 2 months ago - 5 comments

#80 - Lift the `T: 'static` bound from `ArcBorrow::with_arc`

Pull Request - State: closed - Opened by steffahn 6 months ago

#78 - Fix arc borrow provenance of, and add a test that actually uses `ArcBorrow`

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

#77 - Bump version to 0.1.11

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

#76 - Remove length check from ThinSlice::clone to halve generated code

Pull Request - State: closed - Opened by arthurprs 7 months ago - 4 comments

#75 - chore: bump to 0.1.9

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

#74 - Performance of `triomphe::Arc` is sometimes worse than `std::sync::Arc`

Issue - State: open - Opened by orium 8 months ago - 8 comments

#73 - Add safety sections, fix clippy warnings

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

#72 - Upgrade actions

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

#71 - Introduce EditorConfig

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

#70 - Stop exporting development files

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

#69 - TODO-s

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

#68 - Fix a typo in lib.rs

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

#67 - `UniqueArc` can support weaker bounds for `Send`/`Sync`

Issue - State: closed - Opened by steffahn 9 months ago - 1 comment

#66 - Unsound `Send`/`Sync` of `ArcBorrow`.

Issue - State: closed - Opened by steffahn 9 months ago

#65 - UB in `ArcBorrow` implementation due to provenance

Issue - State: closed - Opened by steffahn 9 months ago - 1 comment

#64 - Add test that actually uses `ArcBorrow`

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

#62 - Fix unsoundness in OffsetArc::make_mut() if clone panics

Pull Request - State: closed - Opened by Manishearth 12 months ago - 1 comment

#61 - Add 'from_header_and_fn'

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

#60 - PartialOrd + Ord for HeaderSlice, HeaderWithLength and ThinArc

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

#59 - Message to assertion in IteratorAsExactSizeIterator

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

#58 - Arc::from_iter

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 3 comments

#57 - Arc::from_raw_slice

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 3 comments

#56 - Arc::from_raw requires Sized

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

#55 - Missing FromIterator for Arc

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

#54 - Add `Arc::from_thin_raw`.

Issue - State: open - Opened by conradludgate over 1 year ago - 1 comment

#53 - Mute warning

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

#52 - Add SliceArc

Issue - State: open - Opened by stepancheg over 1 year ago

#51 - Bump to 0.1.8

Pull Request - State: closed - Opened by Manishearth almost 2 years ago

#50 - Add more functions for making arc unique

Pull Request - State: closed - Opened by WaffleLapkin almost 2 years ago

#49 - Implement `From<...>` for `Arc`

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

#48 - Fix unsoundness in `Arc::as_mut_slice`

Pull Request - State: closed - Opened by WaffleLapkin almost 2 years ago

#47 - Delete Cargo.lock

Pull Request - State: closed - Opened by WaffleLapkin almost 2 years ago

#46 - Remove uses of `mem::forget` if favour of `ManuallyDrop`

Pull Request - State: closed - Opened by WaffleLapkin almost 2 years ago

#45 - `Arc::from_header_and_str`

Pull Request - State: closed - Opened by WaffleLapkin almost 2 years ago

#44 - Bump to 0.1.7

Pull Request - State: closed - Opened by Manishearth almost 2 years ago

#43 - Add tests for header slice stuff

Pull Request - State: closed - Opened by WaffleLapkin almost 2 years ago

#42 - Fix UB in `Arc::<MaybeUninit<_>>::write`

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

#41 - `Arc::<MaybeUninit<T>>::write` is UB

Issue - State: closed - Opened by WaffleLapkin almost 2 years ago - 1 comment

#40 - remove old Miri flags

Pull Request - State: closed - Opened by RalfJung almost 2 years ago

#39 - Fix provenance issues in as_ptr and new_uninit_slice

Pull Request - State: closed - Opened by saethlin almost 2 years ago

#38 - Miri UB in `Arc::inner` using `Arc::clone`

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

#37 - Bump to 0.1.6

Pull Request - State: closed - Opened by vkrasnov about 2 years ago - 1 comment

#36 - New release

Issue - State: closed - Opened by vkrasnov about 2 years ago - 1 comment

#35 - Rc support

Issue - State: open - Opened by lee157953 over 2 years ago

#34 - Avoid narrowing provenance through a reference

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

#33 - Replace `memoffset::offset_of` with internal impl

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

#32 - Remove memoffset from dependencies

Issue - State: closed - Opened by Nugine over 2 years ago - 5 comments

#31 - An optimized method to create Arc from a slice

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

#30 - Optimized implementation for `from_header_and_slice`

Issue - State: closed - Opened by vkrasnov over 2 years ago - 1 comment

#29 - Impl `fmt::Debug` & `fmt::Pointer` for `ThinArc`

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

#28 - Add workflow address_sanitizer and thread_sanitizer

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

#27 - Publish a new release on crates.io please

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

#26 - Add an atomic-polyfill feature

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

#25 - Fallible allocation?

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

#24 - Add new methods for MaybeUninit in Arc

Pull Request - State: closed - Opened by NobodyXu almost 3 years ago - 1 comment

#23 - Add from_raw, into_raw and as_ptr for ThinArc, as_ptr for Arc and add arc_swap support

Pull Request - State: closed - Opened by NobodyXu almost 3 years ago - 4 comments

#22 - Bump crate version to 0.1.3

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

#21 - Add Arc::try_unwrap(), Arc::count() and UniqueArc::into_inner()

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

#20 - Add a try_unwrap method

Issue - State: closed - Opened by Kixiron about 3 years ago

#19 - Implement unsize crate's trait CoerciblePtr

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

#18 - Document the ABI and layout of OffsetArc<T>

Pull Request - State: closed - Opened by mystor over 3 years ago - 1 comment

#17 - Expose direct access to length

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

#16 - Update memoffset

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

#15 - Implement Hash for thin arc

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

#14 - Add a way to get at the reference count

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

#13 - Passing an empty iterator to from_header_and_iter panics

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

#11 - Refactored lib.rs into separate files in the src directory

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

#10 - Support ThinArc for other dynamically sized types

Issue - State: open - Opened by thomcc about 4 years ago - 5 comments

#9 - Add unsizing support.

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

#8 - Improve tests

Issue - State: open - Opened by thomcc about 4 years ago - 1 comment

#7 - add support for arc-swap

Pull Request - State: closed - Opened by fogti about 4 years ago - 1 comment

#6 - Update code based on servo_arc

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

#5 - Add support for no_std

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

#4 - Fix miri-detected undefined behaviour

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

#3 - Replace homegrown offset_of with memoffset

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

#2 - Replace NoDrop with ManuallyDrop

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

#1 - Replace nodrop with ManuallyDrop

Issue - State: closed - Opened by CAD97 over 4 years ago