summary refs log tree commit diff
path: root/src/doc/guide-ffi.md
AgeCommit message (Expand)AuthorLines
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