aboutsummaryrefslogtreecommitdiff
path: root/src/rust_slice.rs
AgeCommit message (Expand)Author
2021-08-27Adopt unsafe_op_in_unsafe_fn styleDavid Tolnay
2021-08-27Rename slice nonnull ptr accessor to match std NonNull<[T]>::as_non_null_ptrDavid Tolnay
2021-04-16deny(missing_docs) at crate rootDavid Tolnay
2021-04-10Resolve improper ctype lint affecting RustSliceDavid Tolnay
2021-04-10Encapsulate RustSlice repr to single moduleDavid Tolnay
2021-01-02Preserve &[T]'s Rust representation in rust::SliceDavid Tolnay
2020-11-25Generalize SliceRef codegen to non-u8 element typeDavid Tolnay