about summary refs log tree commit diff
path: root/doc/tutorial-ffi.md
AgeCommit message (Expand)AuthorLines
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-1/+2
2013-05-10Fix tests with the swap operatorAlex Crichton-1/+3
2013-05-08fix incorrect region code based on the old 'selfDaniel Micay-7/+7
2013-05-04small fix to the tutorial-ffi destructor exampleDaniel Micay-7/+4
2013-04-26tutorial-ffi: add example of a custom destructorDaniel Micay-0/+68
2013-04-12auto merge of #5852 : thestinger/rust/ffi, r=thestingerbors-4/+5
2013-04-12tutorial-ffi: add another missing wordDaniel Micay-4/+5
2013-04-12tutorial-ffi: add missing wordDaniel Micay-2/+2
2013-04-12rewrite the ffi tutorial with snappy as an exampleDaniel Micay-195/+139
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-26doc: Remove references to mut fields. rs=demutingPatrick Walton-7/+7
2013-01-23doc: fix tutorial unsafe blocks, r=burningtree.Graydon Hoare-12/+17
2013-01-21Revert "doc: Fix tutorial-ffi xfail-tests and update SHA1() to use size_t"Tim Chevalier-24/+16
2013-01-20doc: Fix tutorial-ffi xfail-tests and update SHA1() to use size_tChris Peterson-16/+24
2012-12-23Fix example.Eric J. Holmes-3/+3
2012-10-11Fix tutorial-ffi testsTim Chevalier-4/+4
2012-10-09Copyedit FFI tutorialTim Chevalier-66/+65
2012-10-03Revert "docs: Call () 'unit' instead of 'nil'"Brian Anderson-1/+1
2012-10-03docs: Call () 'unit' instead of 'nil'Brian Anderson-1/+1
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-26docs: Give all tutorials consistent titles and intro sectionsBrian Anderson-7/+9
2012-09-26tutorial: Remove all references to 'records'. MiscBrian Anderson-6/+12
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-2/+6
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-8/+8
2012-09-05doc: "import" -> "use"Patrick Walton-4/+4
2012-09-05doc: Split out the FFI part of the tutorialPatrick Walton-0/+240