aboutsummaryrefslogtreecommitdiff
path: root/src/symbols
AgeCommit message (Expand)Author
2022-10-15Fix incorrect string len if an exception's message is invalid UTF-8David Tolnay
2021-12-31Implement rust::Vec clear in terms of truncate(0)David Tolnay
2021-12-31Merge pull request #984 from benesch/lossyDavid Tolnay
2021-12-27Add String::lossy constructors to C++ APINikhil Benesch
2021-12-26Add Vec<T>::truncate to C++ APINikhil Benesch
2021-12-08Merge pull request #951 from rookboom/vector_clearDavid Tolnay
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-12-07Vendor c_char definition from libstdDavid Tolnay
2021-10-29Expose Rust's Vec<T>::clear() method.Johan Verwey
2021-08-27Expose capacity and reserve on rust::StringDavid Tolnay
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-08-27Consistently use new_cap in signatures of reserve_totalDavid Tolnay
2021-08-27Fix over-reserve in rust::String::c_strDavid Tolnay
2021-08-03Added UTF-16 rust::String initializationGerhard de Clercq
2021-04-10Resolve improper ctype lint affecting RustVecDavid Tolnay
2021-04-10Encapsulate RustVec repr to single moduleDavid Tolnay
2021-04-10Encapsulate RustSlice repr to single moduleDavid Tolnay
2021-02-08Add a specialization of Vec methods for macOSDavid Tolnay
2021-01-03Implement Vec<&str>David Tolnay
2021-01-02Preserve &[T]'s Rust representation in rust::SliceDavid Tolnay
2021-01-02Preserve &str's original Rust representation in C++David Tolnay
2020-12-27Eliminate Vec stride symbol in favor of size_ofDavid Tolnay
2020-12-18Add c_str() member function for rust::StringDavid Tolnay
2020-12-11Expose Vec capacity to C++David Tolnay
2020-11-25Support Vec<c_char>David Tolnay
2020-11-17Bump namespace to 1David Tolnay
2020-11-10Add rust::Vec push_back and emplace_backDavid 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-07Inline cxx-symbols crate into cxxDavid Tolnay
2020-09-07Release 0.4.3David Tolnay
2020-09-06Linearize cycle dependency between cxx crate and cxx.ccDavid Tolnay
2020-09-06Remove duplicated attr macroDavid Tolnay
2020-09-01Bump namespace to 04David Tolnay
2020-08-28Implement Vec<String>David Tolnay
2020-04-30Add support for rust::Vec<bool>David Tolnay
2020-04-30Avoid second lib.rs in the same src directoryDavid Tolnay
2020-04-30Move Rust symbols required by C++ to a separate Buck targetDavid Tolnay