aboutsummaryrefslogtreecommitdiff
path: root/book
AgeCommit message (Expand)Author
2024-03-05Wrap PR 1321 to 80 columnsDavid Tolnay
2024-03-02Documentation: Use `builder.std` rather than explicit compiler flagsDavid Coles
2024-01-05Include printing of "cargo:rerun-if-changed" in tutorialDennis van der Schagt
2023-10-11Merge pull request #1069 from bsilver8192/link-order-noteDavid Tolnay
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-07-17Add a note about linking orderBrian Silverman
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