about summary refs log tree commit diff
path: root/doc/tutorial/extract.js
AgeCommit message (Collapse)AuthorLines
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-42/+0
And adjust highlighting/testing scripts to deal with this.
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-0/+42
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