aboutsummaryrefslogtreecommitdiff
path: root/src/result.rs
AgeCommit message (Expand)Author
2022-10-15Fix incorrect string len if an exception's message is invalid UTF-8David Tolnay
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-08-27Adopt unsafe_op_in_unsafe_fn styleDavid Tolnay
2021-04-16deny(missing_docs) at crate rootDavid Tolnay
2021-01-02Simplify to_c_error by using NonNull inlineDavid Tolnay
2021-01-02Clean some unneeded string manipulation from exception conversionDavid Tolnay
2021-01-02Decouple C++ exception representation from Rust strDavid Tolnay
2020-11-17Bump namespace to 1David 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-03-18Eliminate use of transmute in Result::exceptionDavid Tolnay
2020-03-17Implement fallible C++ functionsDavid Tolnay
2020-03-17Change fallible return type to Result unionDavid Tolnay