aboutsummaryrefslogtreecommitdiff
path: root/src/rust_string.rs
AgeCommit message (Expand)Author
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-04-16deny(missing_docs) at crate rootDavid Tolnay
2021-04-15Add impls for dropping RustString/RustVec ffi wrappersDavid Tolnay
2021-04-10Resolve improper ctype lint affecting RustStringDavid Tolnay
2020-09-14Import prelude types explicitly from allocDavid Tolnay
2020-09-14Import from libcore where possibleDavid Tolnay
2020-08-27Handle &mut reference in more placesDavid Tolnay
2020-04-30Move Rust symbols required by C++ to a separate Buck targetDavid Tolnay
2020-04-29Bump namespace to cxxbridge03David Tolnay
2020-04-24Use const_assert_eq for all const assertionsDavid Tolnay
2020-03-18Resolve transmute_ptr_to_ptr lintDavid Tolnay
2020-03-13Bump inline namespace to match minor versionDavid Tolnay
2020-03-03Implement passing ownership of string to RustDavid Tolnay
2020-03-02Remove prefix from mangled string symbolsDavid Tolnay
2020-01-08Release 0.1.0David Tolnay
2020-01-08Safe FFI between Rust and C++David Tolnay