aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2022-06-11Use upstreamed docs.rs icon in docs.rs badgeDavid Tolnay
2021-03-22Document restriction on passing raw ptr as argumentDavid Tolnay
2021-03-22Order raw ptrs just above function ptrs in bindings listDavid Tolnay
2021-01-24Documentation for raw pointers.Adrian Taylor
2021-01-04Update documentation to reflect opaque Rust types in slices and arraysDavid Tolnay
2020-12-28Add Rust std::weak_ptr bindingDavid Tolnay
2020-12-28Add weak_ptr to planned bindings listDavid Tolnay
2020-12-01Add Rust std::shared_ptr bindingDavid Tolnay
2020-11-25Generalize SliceRef codegen to non-u8 element typeDavid Tolnay
2020-11-24Add array support to readme and websiteDavid Tolnay
2020-11-24Add &mut [u8] to readme and websiteDavid Tolnay
2020-11-17Release 1.0.0David Tolnay
2020-11-17Add link to websiteDavid Tolnay
2020-11-15Merge pull request #456 from dtolnay/unsafeDavid Tolnay
2020-11-12Merge demo tweaks into masterDavid Tolnay
2020-11-12Update readme Details section to refer to new code exampleDavid Tolnay
2020-11-11Merge pull request #453 from dtolnay/sliceconstDavid Tolnay
2020-11-11Update to rust 1.48 toolchain to support unsafe extern blockDavid Tolnay
2020-11-11Enforce unsafe surrounding block on safe-to-call functionsDavid Tolnay
2020-11-11Update cxx::bridge modules to use extern "C++" as the ABIDavid Tolnay
2020-11-11Rename rust::Slice<T> to rust::Slice<const T>David Tolnay
2020-11-10Switch intro example to blobstore clientDavid Tolnay
2020-10-11Raise minimum supported Rust version to 1.43David Tolnay
2020-10-08Fix readme's reference to directory of cmdDavid Tolnay
2020-10-08Release 0.5.0David Tolnay
2020-09-03Show cxx-build dependency in readmeDavid Tolnay
2020-09-02Rephrase build robustness noteDavid Tolnay
2020-09-01Release 0.4.0David Tolnay
2020-09-01Update demo documentationDavid Tolnay
2020-08-22Add Option<T> to todo listDavid Tolnay
2020-05-24Small typo fixChristopher Durham
2020-05-12Try out new style of readme badgesDavid Tolnay
2020-05-11Document c++ standard supportDavid Tolnay
2020-05-09Merge pull request #194 from philipcraig/std_c++11_not_required_on_msvcDavid Tolnay
2020-05-09avoid MSVC warning via flag_if_supportedPhilip Craig
2020-05-09fix path to c++ generator examplePhilip Craig
2020-05-05Update build status badge to GitHub ActionsDavid Tolnay
2020-04-29Release 0.3.0David Tolnay
2020-04-29Document the line that needs to go in build-dependenciesDavid Tolnay
2020-04-29Split cxx runtime and build componentsDavid Tolnay
2020-04-27Link to release notes from readmeDavid Tolnay
2020-04-25Document pass-by-value restriction of CxxVectorDavid Tolnay
2020-04-25Add Vec and std::vector to builtin types listDavid Tolnay
2020-04-22Remove checkboxes from readme in favor of filed issuesDavid Tolnay
2020-04-17Remove methods from intro example codeDavid Tolnay
2020-04-16Update documentationJoel Galenson
2020-04-14Touch up &[u8] PRDavid Tolnay
2020-04-14Adding &[u8] support.Adrian Taylor
2020-04-10Use more obvious words as the "name in C++" of ResultDavid Tolnay
2020-04-02Remove finished item from todo listDavid Tolnay