<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/doc/trpl/method-syntax.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>2015-11-19T16:30:18+00:00</updated>
<entry>
<title>src/doc/trpl -&gt; src/doc/book</title>
<updated>2015-11-19T16:30:18+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-11-19T16:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=024aa9a345e92aa1926517c4d9b16bd83e74c10d'/>
<id>urn:sha1:024aa9a345e92aa1926517c4d9b16bd83e74c10d</id>
<content type='text'>
The book was located under 'src/doc/trpl' because originally, it was
going to be hosted under that URL. Late in the game, before 1.0, we
decided that /book was a better one, so we changed the output, but
not the input. This causes confusion for no good reason. So we'll change
the source directory to look like the output directory, like for every
other thing in src/doc.
</content>
</entry>
<entry>
<title>Mention multiple impl blocks in TRPL</title>
<updated>2015-11-04T09:35:09+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-11-04T09:35:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c93e727c2bc6fd483500db6192e1aff21d2acac'/>
<id>urn:sha1:0c93e727c2bc6fd483500db6192e1aff21d2acac</id>
<content type='text'>
Fixes #29322
</content>
</entry>
<entry>
<title>Clean whitespace</title>
<updated>2015-10-19T15:16:31+00:00</updated>
<author>
<name>Carlos Liam</name>
<email>carlos@aarzee.me</email>
</author>
<published>2015-10-19T15:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9d056f1b7866df2822498a55650f70280aa6f76'/>
<id>urn:sha1:f9d056f1b7866df2822498a55650f70280aa6f76</id>
<content type='text'>
Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines
</content>
</entry>
<entry>
<title>Capitalize circle reference</title>
<updated>2015-09-04T03:51:08+00:00</updated>
<author>
<name>Jack Wilson</name>
<email>jack.wilson.v@gmail.com</email>
</author>
<published>2015-09-04T03:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f44fbf08f95e86e0eabdb492e8d003ccfcefa258'/>
<id>urn:sha1:f44fbf08f95e86e0eabdb492e8d003ccfcefa258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes minor formatting inconsistencies</title>
<updated>2015-09-04T03:48:26+00:00</updated>
<author>
<name>Jack Wilson</name>
<email>jack.wilson.v@gmail.com</email>
</author>
<published>2015-09-04T03:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2548e2ee58949667ccf27e1d842242ed21313b77'/>
<id>urn:sha1:2548e2ee58949667ccf27e1d842242ed21313b77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some copyediting in TRPL: method-syntax</title>
<updated>2015-06-09T19:49:57+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-06-09T19:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a95b48c2dd921fa37f54ee42e14e66a185951e58'/>
<id>urn:sha1:a95b48c2dd921fa37f54ee42e14e66a185951e58</id>
<content type='text'>
As this example got changed, we stopped showing how to return self as
the first example, so this text is outdated.

Fixes #25803
</content>
</entry>
<entry>
<title>removed lonely closing parenthesis</title>
<updated>2015-05-28T21:47:27+00:00</updated>
<author>
<name>Mathieu David</name>
<email>mathieudavid@mathieudavid.org</email>
</author>
<published>2015-05-28T21:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=15ab4813223ed5252a9c434f14eb5b66462b018b'/>
<id>urn:sha1:15ab4813223ed5252a9c434f14eb5b66462b018b</id>
<content type='text'>
There was no opening parenthesis for this closing parenthesis...</content>
</entry>
<entry>
<title>TRPL: Add `rust` Marker to Some Code Block</title>
<updated>2015-05-18T18:56:00+00:00</updated>
<author>
<name>Pascal Hertleif</name>
<email>killercup@gmail.com</email>
</author>
<published>2015-05-18T18:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f69cd6387bf1975dfc760b939d607c49ff126cb'/>
<id>urn:sha1:6f69cd6387bf1975dfc760b939d607c49ff126cb</id>
<content type='text'>
This adds strictly more information to the source files and reduces the
need for customized tooling to render the book.

(While this should not change the output of _rustbook_, it is very
useful when rendering the sources with external tools like Pandoc.)</content>
</entry>
<entry>
<title>docs: Typo fix</title>
<updated>2015-05-15T18:46:59+00:00</updated>
<author>
<name>Marin Atanasov Nikolov</name>
<email>dnaeon@gmail.com</email>
</author>
<published>2015-05-15T18:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92e44b042242c364c9274e4d2c136ba468981f93'/>
<id>urn:sha1:92e44b042242c364c9274e4d2c136ba468981f93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>static method -&gt; associated function</title>
<updated>2015-05-11T22:22:49+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-05-11T22:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42240dccb600548b222992583402eafb3f47f364'/>
<id>urn:sha1:42240dccb600548b222992583402eafb3f47f364</id>
<content type='text'>
</content>
</entry>
</feed>
