about summary refs log tree commit diff
path: root/doc/tutorial/ffi.md
AgeCommit message (Expand)AuthorLines
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-2/+2
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-0/+11
2011-11-17tutorial: Fix type mismatch in example FFI codeHaitao Li-1/+1
2011-11-16Update tutorial for native mod changesBrian Anderson-9/+15
2011-11-16tutorial: Update with native module syntax changeHaitao Li-11/+20
2011-11-15Use libcrypto.so instead of libssl.so in the ffi part of tutorialMarijn Haverbeke-12/+12
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-2/+3
2011-11-01Fix some typos in tutorialMarijn Haverbeke-1/+1
2011-11-01Fill in the foreign-function part of the tutorialMarijn Haverbeke-1/+184
2011-11-01Flesh out the module section of the tutorialMarijn Haverbeke-0/+3