| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-11-22 | Add hacks to extract and compile tutorial code | Marijn Haverbeke | -7/+8 | |
| Not included in the build by default, since it's fragile and kludgy. Do something like this to run it: cd doc/tutorial RUSTC=../../build/stage2/bin/rustc bash test.sh Closes #1143 | ||||
| 2011-11-22 | Clarify escaped newlines in tutorial | Marijn Haverbeke | -1/+6 | |
| Closes #1117 | ||||
| 2011-11-16 | tutorial: Close unmatched quote in anchor tag | Brian Anderson | -1/+1 | |
| 2011-11-07 | Fix some more bugs in the tutorial | Marijn Haverbeke | -2/+2 | |
| Tutorial code going out of date is going to be a recurring problem... | ||||
| 2011-11-07 | Tutorial: 'import std;' should be 'use std;'. | Matt Brubeck | -1/+1 | |
| 2011-11-04 | Fill in the tutorial section on testing | Marijn Haverbeke | -8/+16 | |
| 2011-11-03 | Clarify metadata syntax in manual | Marijn Haverbeke | -1/+6 | |
| Closes #1119 | ||||
| 2011-11-02 | Fix confusing sentence in tutorial. | Marijn Haverbeke | -5/+6 | |
| 2011-11-02 | Expand the tutorial section on functions | Marijn Haverbeke | -16/+16 | |
| 2011-11-02 | Write briefly about syntax extension in the syntax section | Marijn Haverbeke | -2/+23 | |
| The currently existing syntax extension facilities don't really merit their own section. | ||||
| 2011-11-01 | Fix some typos in tutorial | Marijn Haverbeke | -1/+1 | |
| 2011-11-01 | Fix typo in syntax.md | Brian Anderson | -1/+1 | |
| 2011-11-01 | Fill in the foreign-function part of the tutorial | Marijn Haverbeke | -0/+2 | |
| 2011-11-01 | Tie up some ends in the tutorial | Marijn Haverbeke | -1/+25 | |
| 2011-11-01 | Flesh out the module section of the tutorial | Marijn Haverbeke | -0/+25 | |
| 2011-11-01 | Add syntax highlighting to the code snippets in the tutorial | Marijn Haverbeke | -6/+50 | |
| Using the CodeMirror Rust mode. | ||||
| 2011-11-01 | Clarify tutorial based on feedback, fix some Markdown errors | Marijn Haverbeke | -8/+15 | |
| 2011-10-31 | Add a first stab at a tutorial | Marijn Haverbeke | -0/+207 | |
| You build it with `cd doc/tutorial; node build.js`, and then point your browser at doc/tutorial/web/index.html. Not remotely ready for publicity yet. | ||||
