about summary refs log tree commit diff
path: root/src/doc/guide-ffi.md
AgeCommit message (Expand)AuthorLines
2015-01-16Grammar tweak to old guide stub documents.Tim Parenti-1/+1
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+4
2015-01-08"The Rust Programming Language"Steve Klabnik-546/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-23/+27
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-13rollup merge of #17993 : redcape/fix-ffi-docsAlex Crichton-1/+1
2014-10-13Doc: Fix C-Code Example in FFI DocsGil Cottle-1/+1
2014-10-12Continue cfg syntax transitionSteven Fackler-1/+1
2014-09-12Use a space after colons per the Rust coding style:Damien Grassart-2/+2
2014-09-12The example code uses trigger_callback(), not do_callback().Damien Grassart-1/+1
2014-08-30auto merge of #16393 : SimonSapin/rust/patch-9, r=steveklabnikbors-2/+2
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-25Replace mention of ~T by Box<T> in the FFI guide.Simon Sapin-2/+2
2014-08-21Fix FFI guideCorey Richardson-0/+1
2014-08-20docs: don't claim struct layout is specified, but mention reprCorey Richardson-9/+9
2014-08-12Minor changes to `rust.md`, and `guide-ffi.md`.Bheesham Persaud-3/+3
2014-07-04doc/guide-ffi: A few minor typo/language fixesAnton Lofgren-7/+7
2014-06-28Rename all raw pointers as necessaryAlex Crichton-11/+11
2014-06-02docs: Stop using `notrust`Florian Gilcher-2/+2
2014-05-30Fix outgoing link to snappy in the FFI guideTom Jakubowski-2/+2
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1
2014-05-22docs: Add win64 calling conventionRicho Healey-0/+1
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-03rustdoc: Have no_run imply no_transAlex Crichton-21/+11
2014-04-20Fix spelling mistakes in documentation and code.Joseph Crail-1/+1
2014-04-12doc: Un-ignore lots of guide-ffi testsAlex Crichton-23/+58
2014-04-10Document the nullable pointer optimization in the FFI guideCorey Richardson-0/+13
2014-04-04Fix fallout from std::libc separationCorey Richardson-5/+11
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-15docs: begin a "low-level & unsafe code" guide.Huon Wilson-79/+0
2014-03-09docs: adjust code blocks to pass with rustdoc.Huon Wilson-2/+6
2014-02-15std: clean up ptr a bitCorey Richardson-5/+5
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-1/+1
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-2/+1
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-1/+2
2014-02-06Update link_name=... -> link(name=...Cole Mickens-1/+1
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+567