Issues
- 2
Rewrite Tuple's impl to not be recursive
#420 opened by danakj - 2
Dyn type erasure without macros
#460 opened by danakj - 0
Replace __has_extension usage
#459 opened by Quuxplusone - 1
`Result<T, E>::and_then` not working as expected
#458 opened by cjdb - 1
Comprehensive examples for documentation
#456 opened by cjdb - 2
Subdoc doc generation doesn't work on windows
#455 opened by PeterChou1 - 1
Add clang 19 bots and fix clang 18 bots
#454 opened by danakj - 0
- 1
Iterator::collect should ideally support conversions
#425 opened by danakj - 2
Option::as_slice and as_mut_slice
#450 opened by danakj - 2
- 8
Subdoc fails with missing modmap files
#437 opened by danakj - 1
compat_ headers are an ODR nightmare
#443 opened by danakj - 1
Implement Error for string/string_view
#442 opened by danakj - 0
Friend decls are showing up in the overload set
#434 opened by danakj - 0
Generate nested classes/enums. Where to display them?
#433 opened by danakj - 0
Nested classes missing in Subdoc
#432 opened by danakj - 7
Subdoc Bugs exposed by libjxl
#370 opened by danakj - 0
Add `c_int` and `c_uint` portability helper type
#412 opened by danakj - 0
Think about Vec construction from variadics
#423 opened by danakj - 0
DynIterator type erasure
#422 opened by danakj - 0
Provide Tuple::as_ref and as_mut
#421 opened by danakj - 1
Interaction between unsigned and pointer/array
#394 opened by danakj - 0
New integer methods in 1.73
#397 opened by danakj - 0
- 0
Compile-time option for overflow checks
#408 opened by danakj - 1
Option<T&> from Option<T>&
#389 opened by danakj - 0
- 1
Optimize storage for Result with NeverValueField
#406 opened by danakj - 0
Use seto to look for overflow
#405 opened by danakj - 0
Cow type (Clone-on-write)
#404 opened by danakj - 0
Error with context
#402 opened by danakj - 4
Tuple and Option markers/conversion construction
#384 opened by danakj - 0
Add Iterator::intersperse and intersperse_with
#387 opened by danakj - 0
All marker types should delete their move operations
#355 opened by danakj - 1
sus::fs and sus::path
#385 opened by danakj - 0
Move Eq and Ord concepts to sus::cmp
#377 opened by danakj - 1
FnRefs are a problem
#352 opened by danakj - 1
- 1
sus::dyn() without an explicit template parameter?
#358 opened by danakj - 0
A concept for "numeric integers" vs "pointer integers" aka everything else vs uptr
#379 opened by danakj - 0
- 0
- 0
Provide a clear way to get the underlying primitive value as a pointer for numerics
#372 opened by danakj - 0
Provide a clear way to get the underlying primitive value as a pointer for numerics
#373 opened by danakj - 0
Consider Boxed Slices
#375 opened by danakj - 0
Add Iterator::deref() for allowing use of smart pointers in iterators but use their inner value as a reference
#365 opened by danakj - 0
Consider a replace_nonoverlapping() that is unsafe but uses __restrict to say the inputs don't overlap
#364 opened by danakj - 0
Consider split() for Box<DynFnOnce>
#360 opened by danakj - 0
Option and Result with inheritance
#351 opened by danakj