| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
Was causing huge code bloat.
|
|
|
|
|
|
also, change DVec() to work with imm vectors rather than mut ones
|
|
Fixes #3261
Fixes #3443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also various improvements to the ptr casting fns:
- rename assimilate() to to_unsafe_ptr() (fixes #3110)
- introduce `unsafe::copy_lifetime()` to copy the lifetime from one ptr to another
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2282, #3154)
|
|
|
|
|
|
|
|
#2907.
|
|
|
|
|
|
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
|
|
|
|
|
|
Like reinterpret_cast + forget
|
|
Closes #2048
|
|
|
|
Issue #1981
|
|
|
|
|
|
|
|
|
|
|
|
|