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
remove nightly requirement for using alloc crate
#45
geogriff-signal
closed
4 years ago
3
Fix comment in crate example.
#44
bgianfo
closed
4 years ago
1
splice with mutable reference
#43
jynnantonix
closed
4 years ago
1
Add an XorLinkedList type
#42
Dr-Emann
closed
4 years ago
1
Doc comments (and other attributes) within intrusive_adapter! macro
#41
cfoster0
closed
4 years ago
1
Add a get_pointer method to all collections
#40
Matthias247
closed
5 years ago
6
Merging 2 lists without iterating
#39
Matthias247
closed
5 years ago
2
How to return a mutable reference to one of the collection members?
#38
Matthias247
closed
5 years ago
5
Chaining hash table implementation
#37
amari
opened
5 years ago
5
Make intrusive_adapter generated constructor function const
#36
penberg
closed
5 years ago
2
use offset_of from memoffset
#35
RalfJung
closed
5 years ago
6
Cache length in the container
#34
yihuang
opened
5 years ago
1
call out the UB in offset_of
#33
RalfJung
closed
5 years ago
0
Singly-linked list with push_back?
#32
g2p
opened
5 years ago
2
segmentation fault from LinkedList
#31
nivkner
closed
5 years ago
1
Promote some features to stable
#30
jsheard
closed
5 years ago
1
Use std's into_raw/from_raw.
#29
jrmuizel
closed
5 years ago
5
tests fail when run with miri
#28
jrmuizel
closed
5 years ago
1
Would it be possible to be generic over the reference type?
#27
llogiq
opened
5 years ago
4
Possible minor optimizations for the red-black tree
#26
raphaelcohn
closed
3 years ago
2
offset_of causes UB by calling mem::uninitialized on any type
#25
RalfJung
closed
5 years ago
4
Going from an Iter to an Rc or Arc strong reference
#24
bonzini
closed
5 years ago
3
Compile error in no_std environment and nighlty feature enabled
#23
thibaud-tortech
closed
6 years ago
2
intrusive_adapter! shoud implement Default and not derive it
#22
agalakhov
closed
6 years ago
1
Feature: HashSet
#21
Diggsey
opened
6 years ago
7
Clippy cleanup
#20
bitemyapp
closed
5 years ago
9
CursorMut::get() should return a mutable reference?
#19
njaard
closed
6 years ago
3
Great crate, major hole in it ;-)
#18
przygienda
opened
6 years ago
10
MIT License lists The Rust Project Developers as copyright holders
#17
0e4ef622
closed
6 years ago
1
Why is `parent_color` usize in RBTreeLink?
#16
Restioson
closed
6 years ago
2
Unify offset_of and offset_of_unsafe
#15
dtolnay
closed
6 years ago
1
option that requires slab and uses usize as pointers?
#14
alkis
opened
7 years ago
1
slab + intrusive collections
#13
alkis
closed
7 years ago
8
Compile error at NonZero::new on rust nightly
#12
canarysnort01
closed
7 years ago
1
Add const constructor to intrusive_adapter
#11
penberg
closed
7 years ago
3
Implement entry method for mutable cursor
#10
sergeyfedotov
closed
7 years ago
2
It's not possible to make multiple inserts through cursor at the same scope
#9
sergeyfedotov
closed
7 years ago
6
Fails to compile on recent rust nightlies with nightly features enabled
#8
canarysnort01
closed
7 years ago
1
Remove comment on macro limitations
#7
awelkie
closed
7 years ago
1
Switched intrusive_adapter to use pointed brackets
#6
WaDelma
closed
7 years ago
5
Make intrusive_adapter to accept pointy brackets
#5
WaDelma
closed
7 years ago
0
Fix a small typo
#4
skade
closed
8 years ago
1
Do RBTree cursors/iterators do an in-order traversal?
#3
emberian
closed
8 years ago
0
Order considerations for rbtree::CursorMut::replace_with?
#2
emberian
closed
8 years ago
1
Generic intrusive adaptors
#1
emberian
closed
7 years ago
7
Previous