aboutsummaryrefslogtreecommitdiff
path: root/book
AgeCommit message (Expand)Author
2023-07-06Update to 2021 editionDavid Tolnay
2023-06-19Set SameSite attribute for gtagDavid Tolnay
2023-06-19Update example project to 2021 editionDavid Tolnay
2023-06-19Adopt mdBook's new hidelines supportDavid Tolnay
2023-06-19Update html-entities package to version 2David Tolnay
2023-06-19Update website dependenciesDavid Tolnay
2023-06-19Update node dependency hashes to sha512David Tolnay
2023-06-19Regenerate website node lockfile with newer npmDavid Tolnay
2023-04-22Link to Bazel and Buck2 websitesDavid Tolnay
2023-04-22List Buck2 in website navigationDavid Tolnay
2023-02-01Add remark on build systemsDavid Tolnay
2023-01-27Example code for `#[cxx::bridge]`: `struct MyType;`=> `type MyType;`kud1ing
2022-09-02Fix missing <string> include in std::string exampleDavid Tolnay
2022-09-01Add `geekbrother/cxx-corrosion-cmake` repo to the CMake docs.Max Kalashnikoff
2022-08-29Touch up PR 1086David Tolnay
2022-08-28Added a CMake example applicationPreben Aandahl
2022-06-11Use upstreamed docs.rs icon in docs.rs badgeDavid Tolnay
2022-04-10Reset white background on graphicDavid Tolnay
2022-04-10Convert overview diagram from svgbob to latexDavid Tolnay
2021-12-31Touch up PR 984David 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-20Unhide "rust/cxx.h" at the time rust::Str is first usedDavid Tolnay
2021-12-20Merge pull request #886 from BKDaugherty/masterDavid Tolnay
2021-12-08Touch up PR 951David Tolnay
2021-12-08Merge pull request #951 from rookboom/vector_clearDavid Tolnay
2021-11-27Tweak head.hbs spacing to render neater with newest version of mdbookDavid Tolnay
2021-11-01Analytics compliant to GDPR without cookie consentDavid Tolnay
2021-11-01Set a google analytics 4 global site tagDavid Tolnay
2021-10-26Migrate cxx for bazelbuild/rules_rust#591Marcel Hlopko
2021-10-20Added 'clear' method to rust::VecJohan Verwey
2021-08-27Expose capacity and reserve on rust::StringDavid Tolnay
2021-08-14Remove rules that override rules_rust's default editionDavid Tolnay
2021-08-03Add rust::String utf-16 constructors to websiteDavid Tolnay
2021-06-14Add cxx include directive to blobstore header in the middle of the exampleBrendon Daugherty
2021-06-07Merge pull request 882 from trondhe/masterDavid Tolnay
2021-06-07add additional cmake exampleTrond H Emaus
2021-04-28Document empty() member function in bookDavid Tolnay
2021-03-22Rewrite raw ptr book page with example involving argc/argvDavid Tolnay
2021-03-22Fix order of Rust version of T* vs const T*David Tolnay
2021-03-22Document restriction on passing raw ptr as argumentDavid Tolnay
2021-03-22Register raw ptrs page in book table of contentsDavid Tolnay
2021-03-22Order raw ptrs just above function ptrs in bindings listDavid Tolnay
2021-03-22Merge pull request #689 from adetaylor/pointersDavid Tolnay
2021-03-22Update C++ formatting to clang-format 11David Tolnay
2021-02-05Merge branch 'master' of github.com:dtolnay/cxx into pointersAdrian Taylor
2021-01-31Minor correction in the async exampleQinfan Wu
2021-01-24Documentation for raw pointers.Adrian Taylor
2021-01-04Update documentation to reflect opaque Rust types in slices and arraysDavid Tolnay