| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-19 | Move tutorial over to a format similar to the reference doc | Marijn Haverbeke | -334/+0 | |
| And adjust highlighting/testing scripts to deal with this. | ||||
| 2012-01-19 | Update docs to reflect pattern syntax change | Tim Chevalier | -7/+5 | |
| 2012-01-16 | Minor cleanups to custom discriminator code. | Kevin Atkinson | -3/+3 | |
| Mostly updates to the comments and docs from Pull Request #1537. | ||||
| 2012-01-16 | In the tutorial, document that C-like enums can have the discriminator | Kevin Atkinson | -0/+18 | |
| values set and that it is possible to cast them to scalar values. | ||||
| 2012-01-12 | Go over the tutorial again | Marijn Haverbeke | -48/+45 | |
| Edit some things, make sure all code runs. | ||||
| 2012-01-10 | update various parts of the tutorial | Niko Matsakis | -0/+4 | |
| 2011-11-22 | Add hacks to extract and compile tutorial code | Marijn Haverbeke | -1/+9 | |
| 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-02 | Write briefly about syntax extension in the syntax section | Marijn Haverbeke | -3/+4 | |
| The currently existing syntax extension facilities don't really merit their own section. | ||||
| 2011-11-01 | Tie up some ends in the tutorial | Marijn Haverbeke | -1/+14 | |
| 2011-11-01 | Add syntax highlighting to the code snippets in the tutorial | Marijn Haverbeke | -5/+7 | |
| Using the CodeMirror Rust mode. | ||||
| 2011-11-01 | Clarify tutorial based on feedback, fix some Markdown errors | Marijn Haverbeke | -0/+2 | |
| 2011-10-31 | Add a first stab at a tutorial | Marijn Haverbeke | -0/+291 | |
| 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. | ||||
