about summary refs log tree commit diff
path: root/doc/tutorial
AgeCommit message (Expand)AuthorLines
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-4556/+0
2012-01-19Update docs to reflect pattern syntax changeTim Chevalier-7/+5
2012-01-18Fix bug in tutorial render scriptMarijn Haverbeke-1/+1
2012-01-18Fix poor markdown parsing in tutorial-building scriptMarijn Haverbeke-1/+1
2012-01-16Minor cleanups to custom discriminator code.Kevin Atkinson-3/+3
2012-01-16Upgrade CodeMirror mode used to highlight the tutorial codeMarijn Haverbeke-9/+28
2012-01-16Move emacs mode into treeMarijn Haverbeke-2/+2
2012-01-16In the tutorial, document that C-like enums can have the discriminatorKevin Atkinson-0/+18
2012-01-12tutorial: rework nolink description to remove mention of "empty string"Graham Fawcett-3/+2
2012-01-12Add tutorial chapter on interfacesMarijn Haverbeke-0/+184
2012-01-12Go over the tutorial againMarijn Haverbeke-330/+343
2012-01-11discuss joinable tasksNiko Matsakis-1/+20
2012-01-11add section on spawn_connected to tutorial and pull test into fileNiko Matsakis-0/+49
2012-01-10update various parts of the tutorialNiko Matsakis-49/+202
2012-01-09Replace all occurrences of 'when' with 'if' in documentation and tutorial.Austin Seipp-1/+1
2012-01-02Fix confusing information in tutorial chapter about argument modesMarijn Haverbeke-4/+1
2011-12-31tutorial: Mention by-value argument passing style.Erick Tryzelaar-0/+3
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-2/+2
2011-11-25tutorial: Fix typo in the test sectionHaitao Li-1/+1
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-14/+119
2011-11-22Clarify escaped newlines in tutorialMarijn Haverbeke-1/+6
2011-11-21Fix typo in tutorialMarijn Haverbeke-2/+2
2011-11-21Add explanation of kinds to tutorialMarijn Haverbeke-11/+42
2011-11-17tutorial: Fix type mismatch in example FFI codeHaitao Li-1/+1
2011-11-16tutorial: Close unmatched quote in anchor tagBrian Anderson-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-16Fix small grammar mistake in tutorialMarijn Haverbeke-1/+1
2011-11-15Use libcrypto.so instead of libssl.so in the ffi part of tutorialMarijn Haverbeke-12/+12
2011-11-07Fix some more bugs in the tutorialMarijn Haverbeke-6/+6
2011-11-07Tutorial: 'import std;' should be 'use std;'.Matt Brubeck-1/+1
2011-11-04Fill in the tutorial section on testingMarijn Haverbeke-9/+82
2011-11-03Clarify metadata syntax in manualMarijn Haverbeke-1/+6
2011-11-02Fix confusing sentence in tutorial.Marijn Haverbeke-5/+6
2011-11-02Expand the tutorial section on functionsMarijn Haverbeke-18/+39
2011-11-02Write briefly about syntax extension in the syntax sectionMarijn Haverbeke-9/+27
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-2/+3
2011-11-02Make 'lambda(...) -> ...' parse as a typeMarijn Haverbeke-4/+1
2011-11-01Fix some typos in tutorialMarijn Haverbeke-8/+10
2011-11-01Fix typo in syntax.mdBrian Anderson-1/+1
2011-11-01Fill in the foreign-function part of the tutorialMarijn Haverbeke-2/+191
2011-11-01Tie up some ends in the tutorialMarijn Haverbeke-11/+63
2011-11-01Improve syntax highlighting in tutorialMarijn Haverbeke-8/+13
2011-11-01Fix file timestamp extraction in tutorial builderMarijn Haverbeke-3/+3
2011-11-01Flesh out the module section of the tutorialMarijn Haverbeke-1/+268
2011-11-01Add syntax highlighting to the code snippets in the tutorialMarijn Haverbeke-16/+631
2011-11-01Clarify tutorial based on feedback, fix some Markdown errorsMarijn Haverbeke-11/+41
2011-10-31Add a first stab at a tutorialMarijn Haverbeke-0/+2672