<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/doc/tutorial/data.md, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-19T12:34:10+00:00</updated>
<entry>
<title>Move tutorial over to a format similar to the reference doc</title>
<updated>2012-01-19T12:34:10+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-19T11:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4b77758f0e1b6b409e874e739fe7cf4609651ee'/>
<id>urn:sha1:a4b77758f0e1b6b409e874e739fe7cf4609651ee</id>
<content type='text'>
And adjust highlighting/testing scripts to deal with this.
</content>
</entry>
<entry>
<title>Update docs to reflect pattern syntax change</title>
<updated>2012-01-19T09:22:43+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T09:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90cd795b8bc22719e43183444d1963eda5161de6'/>
<id>urn:sha1:90cd795b8bc22719e43183444d1963eda5161de6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanups to custom discriminator code.</title>
<updated>2012-01-17T04:04:02+00:00</updated>
<author>
<name>Kevin Atkinson</name>
<email>kevina@cs.utah.edu</email>
</author>
<published>2012-01-17T04:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdc8e8d222eebebcbc9fcfbc1df03ee8b57892f5'/>
<id>urn:sha1:bdc8e8d222eebebcbc9fcfbc1df03ee8b57892f5</id>
<content type='text'>
Mostly updates to the comments and docs from Pull Request #1537.
</content>
</entry>
<entry>
<title>In the tutorial, document that C-like enums can have the discriminator</title>
<updated>2012-01-16T10:19:32+00:00</updated>
<author>
<name>Kevin Atkinson</name>
<email>kevina@cs.utah.edu</email>
</author>
<published>2012-01-16T00:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edf11ebf021dba897e5419cca53de3b652670799'/>
<id>urn:sha1:edf11ebf021dba897e5419cca53de3b652670799</id>
<content type='text'>
values set and that it is possible to cast them to scalar values.
</content>
</entry>
<entry>
<title>Go over the tutorial again</title>
<updated>2012-01-12T12:19:02+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-12T11:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f72c53fdfb912319260aa8462ae20f07599631d'/>
<id>urn:sha1:0f72c53fdfb912319260aa8462ae20f07599631d</id>
<content type='text'>
Edit some things, make sure all code runs.
</content>
</entry>
<entry>
<title>update various parts of the tutorial</title>
<updated>2012-01-11T03:57:00+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-11T03:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef895b96320a9d5c64090bad1c8a147b0431eef1'/>
<id>urn:sha1:ef895b96320a9d5c64090bad1c8a147b0431eef1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hacks to extract and compile tutorial code</title>
<updated>2011-11-22T15:12:23+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-11-22T15:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fedb775fbb127a5099f46078c85046440479b0ef'/>
<id>urn:sha1:fedb775fbb127a5099f46078c85046440479b0ef</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Write briefly about syntax extension in the syntax section</title>
<updated>2011-11-02T12:27:29+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-11-02T08:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=769e9b669bd020c5c972e9bd8c05fafefedb7fc6'/>
<id>urn:sha1:769e9b669bd020c5c972e9bd8c05fafefedb7fc6</id>
<content type='text'>
The currently existing syntax extension facilities don't really merit
their own section.
</content>
</entry>
<entry>
<title>Tie up some ends in the tutorial</title>
<updated>2011-11-01T14:41:14+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-11-01T14:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fec1798d0d7177c6d15b825d69f2db1a2e814ff'/>
<id>urn:sha1:4fec1798d0d7177c6d15b825d69f2db1a2e814ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add syntax highlighting to the code snippets in the tutorial</title>
<updated>2011-11-01T11:46:46+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-11-01T11:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8e2cd44f48a6edcdd4477ab66f0fc5935ecd1a1'/>
<id>urn:sha1:e8e2cd44f48a6edcdd4477ab66f0fc5935ecd1a1</id>
<content type='text'>
Using the CodeMirror Rust mode.
</content>
</entry>
</feed>
