William Ting
9f60e7c306
Update extract-tests.py to use same test directives as rustdoc.
...
Closes #11362 .
2014-01-28 14:52:36 -06:00
comex
75af1e504a
Grammatical fixes.
2014-01-25 15:35:28 -05:00
Daniel Micay
802d41fe23
libc: switch free
to the proper signature
...
This does not attempt to fully propagate the mutability everywhere, but
gives new code a hint to avoid the same issues.
2014-01-22 23:13:53 -05:00
Matthias Einwag
112d01a951
Disabled the tests for the new code blocks
2014-01-20 21:44:41 +01:00
Matthias Einwag
393191d914
Update guide-ffi.md
...
Simplified the first examples to demonstrate callbacks without other threads involved and shortened the elaboration about async callbacks.
2014-01-12 13:27:59 +01:00
Matthias Einwag
67d83ac40a
Further details on channel idea
2014-01-12 01:10:31 +01:00
Matthias Einwag
188167c4b3
Introduced a chapter that describes how to perform callbacks from C to Rust
2014-01-12 00:47:30 +01:00
Brian Anderson
d323632669
'borrowed pointer' -> 'reference'
2014-01-07 18:49:13 -08:00
Brian Anderson
c2ef4e5372
doc: Title guides consistently
2014-01-07 17:01:06 -08:00
Alan Andrade
eeafee4c9b
Convert sub tutorials into Guides #10838
...
Ensure configure creates doc/guides directory
Fix configure makefile and tests
Remove old guides dir and configure option, convert testing to guide
Remove ignored files
Fix submodule issue
prepend dir in makefile so that bor knows how to build the docs
S to uppercase
2014-01-05 22:48:19 -06:00