aboutsummaryrefslogtreecommitdiff
path: root/src/cxx_string.rs
AgeCommit message (Expand)Author
2023-07-17Resolve incorrect_partial_ord_impl_on_ord_type clippy lintDavid Tolnay
2023-03-25Touch up PR 1202David Tolnay
2023-03-25Merge pull request 1202 from parasyte/feature/fmt-writeDavid Tolnay
2023-03-25Implement fmt::Write and io::Write for CxxStringJay Oster
2021-12-09Eliminate unneeded string typeDavid Tolnay
2021-12-09Implement formatting for CxxString without allocationDavid Tolnay
2021-12-08Mark feature-gated APIs in rendered rustdocDavid Tolnay
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-08-27Expose reserve on CxxStringDavid Tolnay
2021-08-27Adopt unsafe_op_in_unsafe_fn styleDavid Tolnay
2021-08-12Add CxxString::clear methodDavid Tolnay
2021-04-16deny(missing_docs) at crate rootDavid Tolnay
2021-03-18Consistently use 'other: &Self' in homogeneous comparison implsDavid Tolnay
2021-03-18Delete CxxString heterogeneous PartialOrd implsDavid Tolnay
2021-03-18Touch up PR 743David Tolnay
2021-03-19implment `Ord`, `PartialOrd` and `Hash` for CxxString.b05902132
2021-02-03Avoid bringing let_cxx_string's variable name into scope too earlyDavid Tolnay
2021-01-27Allow Send/Sync of let_cxx_stringDavid Tolnay
2020-12-27Move let_cxx_string's $value evaluation outside of unsafe blockDavid Tolnay
2020-11-17Bump namespace to 1David Tolnay
2020-11-15Add Rust constructor for pinned CxxString on stackDavid Tolnay
2020-11-15Simplify CxxString push_bytes implementationDavid Tolnay
2020-11-15Require Pin<&mut CxxString> for pushDavid Tolnay
2020-11-15Ensure opaque types are !UnpinDavid Tolnay
2020-11-14Allow pushing arbitrary bytes to CxxStringDavid Tolnay
2020-11-14Add binding to append to CxxStringDavid Tolnay
2020-10-08Bump namespace to 05David Tolnay
2020-09-14Import prelude types explicitly from allocDavid Tolnay
2020-09-14Import from libcore where possibleDavid Tolnay
2020-09-01Bump namespace to 04David Tolnay
2020-04-29Bump namespace to cxxbridge03David Tolnay
2020-04-24Fix link from CxxString::as_ptr to len methodDavid Tolnay
2020-04-24Link to std::string::emptyDavid Tolnay
2020-03-25Add some PartialEq impls for CxxStringDavid Tolnay
2020-03-25Write CxxString fmt impls in terms of to_string_lossyDavid Tolnay
2020-03-13Bump inline namespace to match minor versionDavid Tolnay
2020-01-08Release 0.1.0David Tolnay
2020-01-08Safe FFI between Rust and C++David Tolnay