issues
search
Amanieu
/
intrusive-rs
Intrusive collections for Rust
Apache License 2.0
422
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a `clear_with` method to each data structure.
#95
novacrazy
closed
2 days ago
11
feat: support intrusive_adapter! access nested field
#94
MrCroxx
opened
3 weeks ago
0
Fix soundness issue in with `UnsafeRef<T>`
#93
cblichmann
closed
2 months ago
2
Unsound trait implementation in `UnsafeRef`
#92
cblichmann
closed
2 months ago
0
DynLinkedList
#91
conradludgate
opened
7 months ago
0
Time for a new release?
#90
sockmaster27
closed
1 year ago
1
Getting a mutable reference from CursorMut in LinkedList
#89
brianshih1
closed
1 year ago
2
Support specifying allocator
#88
ClawSeven
opened
1 year ago
3
Support specifying allocator
#87
ClawSeven
closed
1 year ago
0
update memoffset version
#86
trickster
closed
1 year ago
0
Deal with lifetime issue of stack varaibles
#85
npuichigo
closed
1 year ago
4
Add Miri to CI
#84
icmccorm
closed
1 year ago
0
`clone_pointer` causes a stacked borrows violation in Miri.
#83
icmccorm
closed
1 year ago
1
Eliminated memory leaks due to use of Rc in tests for fast_clear and …
#82
icmccorm
closed
1 year ago
1
Calling `fast_clear` causes a memory leak when using `Rc<T>`, even if `force_unlink` is called on each linked object.
#81
icmccorm
opened
1 year ago
2
Allow collection and cursor to be safely contained in the same struct
#80
sockmaster27
closed
1 year ago
6
cargo test --no-default-features fails: no longer possible to disable alloc feature?
#79
dancerj
opened
1 year ago
1
Update memoffset version.
#78
dancerj
closed
1 year ago
3
intrusive RBLTree
#77
crusader-mike
closed
2 years ago
2
support array of links
#76
przygienda
opened
2 years ago
3
Make `Link` and `AtomicLink` `#[repr(C)]` to allow usage in FFI
#75
benpye
opened
2 years ago
0
intrusive_adapter! for ?Sized types
#74
tower120
closed
2 years ago
2
Is a Drop for LinkedListLink feasible?
#73
cehteh
closed
2 years ago
4
add into_ref for CursorMut
#72
fominok
closed
2 years ago
2
relax LT requirements for rbtree cursor methods
#71
fominok
closed
2 years ago
0
RBTree find/*_bound methods keep borrow of the key
#70
fominok
closed
2 years ago
1
Add move_parent and peek_parent method to cursor
#69
JunichiSugiura
opened
2 years ago
1
RBTree: How to get parent node based on current cursor?
#68
JunichiSugiura
opened
2 years ago
2
Usage of Rc container with intrusive_adapater macro leads to unsound code
#67
andrii0lomakin
opened
2 years ago
0
Add atomic links for all data structures
#66
charpercyr
closed
2 years ago
1
Fix some clippy warnings
#65
Folyd
closed
2 years ago
1
Borrow check failures for complex structures
#64
jleahy
opened
3 years ago
1
is_linked is badly named
#63
przygienda
opened
3 years ago
3
Optimize RBTree by keeping #elements & min & max element @ top of tree
#62
przygienda
opened
3 years ago
7
Q.: Would pinning enable circular doubly-linked lists?
#61
godmar
opened
3 years ago
5
Use $vis macro matcher for intrusive_adapter
#60
Amanieu
closed
3 years ago
0
Replace travis with GHA
#59
Amanieu
closed
3 years ago
0
Uprev rand and rand_xorshift to the latest version
#58
victorhsieh
closed
3 years ago
0
pub (crate) not possible
#57
przygienda
closed
3 years ago
0
Migrate from deprecated `XorShiftRng::seed_from_u64`
#56
victorhsieh
closed
3 years ago
4
Feature Request: Support for enum variants
#55
vinaychandra
opened
3 years ago
0
Circular representation of SinglyLinkedList
#54
kaspar030
opened
3 years ago
2
Suggestion: Alternate design without separate cursors
#53
Diggsey
opened
3 years ago
1
Is this pattern for removing an item from a list safe?
#52
TooManyBees
closed
4 years ago
2
Add support for Pin<P>
#51
jynnantonix
closed
4 years ago
2
Add reverse operation for XorLinkedList
#50
mb64
closed
4 years ago
1
Refactor LinkOps to allow for atomic LinkOps
#49
Amanieu
closed
4 years ago
1
Various cleanups
#48
Amanieu
closed
4 years ago
0
Cannot share RBTree between multiple threads
#47
jynnantonix
opened
4 years ago
13
Support for Generic Reference Types
#46
amari
closed
4 years ago
18
Next