issues Search Results · repo:Amanieu/intrusive-rs language:Rust
Filter by
58 results
(62 ms)58 results
inAmanieu/intrusive-rs (press backspace or delete to remove)This came up in an internal unsafe review:
In src/unsafe_ref.rs:107
unsafe impl T: ?Sized + Send Send for UnsafeRef T {}
Unsafe Rust review: this is unsound -- UnsafeRef T should only implement Send ...
cblichmann
- Opened on Aug 20, 2024
- #92
I wanted to have a linked list of Arc dyn DynTask for a toy async runtime I am working on. It took a bit of effort but
I did eventually manage to define an adaptor that works. I thought I would share ...
conradludgate
- Opened on May 2, 2024
- #91
Hello I am trying to get a mutable reference to the last element in the linked list. Since there is no get_mut() on a
CursorMut, I currently have to remove the final element of the LinkedList, modify it, ...
brianshih1
- 2
- Opened on Jul 15, 2023
- #89
Hi, Amanieu,
I encountered some issues while developing memory management (MM) using an intrusive linked list. As you may know, the
Box pointer uses #global_allocator to allocate and deallocate memory ...
ClawSeven
- 3
- Opened on Jun 26, 2023
- #88
Thank you for this fantastic job. I m looking for some solution to use intrusive linked list together with variables on
stack.
In the document, it s needed to make the elements outlive the linked list ...
npuichigo
- 4
- Opened on Mar 15, 2023
- #85
Every test case of the form clone_[type] and test_clone_[type] fails in Miri with the following error:
-- .../src/rust/library/core/src/ptr/non_null.rs:376:18
376 | unsafe { *self.as_ptr() ...
icmccorm
- 1
- Opened on Feb 21, 2023
- #83
Miri found memory leaks in the following tests:
- xor_linked_list::tests::test_force_unlink
- linked_list::tests::test_force_unlink
- singly_linked_list::tests::test_fast_clear
- rbtree::tests::test_fast_clear ...
icmccorm
- 2
- Opened on Feb 9, 2023
- #81
I ve tried with multiple versions and it seems like test doesn t pass with out alloc feature ? spot checked 4ce4dd36
and 185d6136 and it seems like never passed. CI config suggests this case wasn t covered? ...
dancerj
- 1
- Opened on Jan 11, 2023
- #79
(For reasons outside of this question) I need to build an intrusive RB tree where:
- elements automatically remove themselves from the tree in their drop implementation
- iterating over rb tree produces ...
crusader-mike
- 2
- Opened on Oct 16, 2022
- #77

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.