issues
search
Manishearth
/
triomphe
Fork of std::sync::Arc with lots of utilities useful for FFI
Apache License 2.0
215
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make the actual read happen in UB tests
#102
Manishearth
closed
2 weeks ago
0
Add may_dangle to Arc::drop conditionally
#101
GnomedDev
closed
2 weeks ago
2
Fix clippy warnings
#100
GnomedDev
closed
2 weeks ago
0
Repository rolled back?
#99
arthurprs
closed
3 weeks ago
5
Bump version to 0.1.13
#98
arthurprs
closed
1 month ago
1
Moving `servo` to use `triomphe`?
#97
nicoburns
opened
1 month ago
1
Add ThinArc::with_arc_mut
#96
arthurprs
closed
1 month ago
1
Add UniqueArc::from_header_and_uninit_slice
#95
arthurprs
closed
1 month ago
1
add From<Box<T>> where T: ?Sized
#94
sokra
opened
2 months ago
2
Please don't update the MSRV on minor update when being this high on the version number
#93
RustyNova016
closed
4 months ago
1
Derive Copy and Clone HeaderSlice and HeaderWithLength
#92
SimonSapin
closed
4 months ago
1
Add MSRV
#91
Manishearth
closed
5 months ago
0
Specify an MSRV policy
#90
tertsdiepraam
closed
5 months ago
2
Request for New Release
#89
M-Adoo
closed
5 months ago
1
Document PartialEq for Arc bug
#88
stepancheg
closed
6 months ago
0
Simplify/fix Arc::from_iter
#87
stepancheg
closed
6 months ago
0
All features for docs.rs
#86
stepancheg
closed
6 months ago
0
Remove sized requirement from Arc::from_raw
#85
stepancheg
closed
6 months ago
3
Use ptr::addr_eq instead of == in Arc::ptr_eq
#84
stepancheg
closed
6 months ago
0
Cleanup after strong_count implementation
#83
stepancheg
closed
6 months ago
0
*::strong_count
#82
stepancheg
closed
6 months ago
5
Relax the requirements for `Send`/`Sync` implementations of `UniqueArc`
#81
steffahn
closed
9 months ago
0
Lift the `T: 'static` bound from `ArcBorrow::with_arc`
#80
steffahn
closed
9 months ago
0
`T: 'static` bound on `ArcBorrow::with_arc` probably unnecessarily restrictive
#79
steffahn
closed
9 months ago
1
Fix arc borrow provenance of, and add a test that actually uses `ArcBorrow`
#78
steffahn
closed
9 months ago
3
Bump version to 0.1.11
#77
arthurprs
closed
11 months ago
0
Remove length check from ThinSlice::clone to halve generated code
#76
arthurprs
closed
11 months ago
4
chore: bump to 0.1.9
#75
davidbarsky
closed
11 months ago
1
Performance of `triomphe::Arc` is sometimes worse than `std::sync::Arc`
#74
orium
opened
1 year ago
9
Add safety sections, fix clippy warnings
#73
EricLBuehler
closed
1 year ago
0
Upgrade actions
#72
szepeviktor
closed
1 year ago
1
Introduce EditorConfig
#71
szepeviktor
closed
1 year ago
0
Stop exporting development files
#70
szepeviktor
closed
1 year ago
4
TODO-s
#69
szepeviktor
closed
1 year ago
1
Fix a typo in lib.rs
#68
szepeviktor
closed
1 year ago
0
`UniqueArc` can support weaker bounds for `Send`/`Sync`
#67
steffahn
closed
9 months ago
1
Unsound `Send`/`Sync` of `ArcBorrow`.
#66
steffahn
closed
9 months ago
0
UB in `ArcBorrow` implementation due to provenance
#65
steffahn
closed
9 months ago
1
Add test that actually uses `ArcBorrow`
#64
steffahn
closed
9 months ago
0
Fix accidental html tags in docs using `Arc<T>` with generic argument
#63
steffahn
closed
1 year ago
0
Fix unsoundness in OffsetArc::make_mut() if clone panics
#62
Manishearth
closed
1 year ago
1
Add 'from_header_and_fn'
#61
AntonSol919
opened
1 year ago
0
PartialOrd + Ord for HeaderSlice, HeaderWithLength and ThinArc
#60
daddinuz
closed
1 year ago
1
Message to assertion in IteratorAsExactSizeIterator
#59
stepancheg
closed
1 year ago
0
Arc::from_iter
#58
stepancheg
closed
1 year ago
3
Arc::from_raw_slice
#57
stepancheg
closed
1 year ago
3
Arc::from_raw requires Sized
#56
stepancheg
closed
1 year ago
1
Missing FromIterator for Arc
#55
stepancheg
closed
1 year ago
0
Add `Arc::from_thin_raw`.
#54
conradludgate
opened
1 year ago
1
Mute warning
#53
stepancheg
closed
1 year ago
1
Next