<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/doc/trpl/strings.md, branch 1.3.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.3.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-06-09T20:37:47+00:00</updated>
<entry>
<title>make note of slicing syntax in TRPL: strings</title>
<updated>2015-06-09T20:37:47+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-06-09T20:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34e5c24c5d7b693e043b1e35c137959fdcda19a8'/>
<id>urn:sha1:34e5c24c5d7b693e043b1e35c137959fdcda19a8</id>
<content type='text'>
Fixes #25853
</content>
</entry>
<entry>
<title>book: add no_run and use statement to strings no-coercion example</title>
<updated>2015-05-25T08:38:17+00:00</updated>
<author>
<name>Thomas Karpiniec</name>
<email>tk@1.21jiggawatts.net</email>
</author>
<published>2015-05-25T08:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b3354cbf8cc8eba08cceeda3deb615d6329185f'/>
<id>urn:sha1:2b3354cbf8cc8eba08cceeda3deb615d6329185f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>book: explanation that String -&gt; &amp;str coercion doesn't happen for &amp;str traits</title>
<updated>2015-05-24T03:54:05+00:00</updated>
<author>
<name>Thomas Karpiniec</name>
<email>tk@1.21jiggawatts.net</email>
</author>
<published>2015-05-24T03:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49597fcbf26736ac2b2f7d6beab27f42a44bf306'/>
<id>urn:sha1:49597fcbf26736ac2b2f7d6beab27f42a44bf306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the typo in The Rust Programming Language book, 5.18. Strings</title>
<updated>2015-05-20T22:40:23+00:00</updated>
<author>
<name>OlegTsyba</name>
<email>idethrone1@gmail.com</email>
</author>
<published>2015-05-20T22:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5c508621db6c0239511a46f69d7c850347ab025'/>
<id>urn:sha1:c5c508621db6c0239511a46f69d7c850347ab025</id>
<content type='text'>
</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>Avoid calling a variable 'string' when discussing strings.</title>
<updated>2015-05-16T22:56:45+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2015-05-16T22:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba02739ad3519874cb19e741b3df59cef2917b9e'/>
<id>urn:sha1:ba02739ad3519874cb19e741b3df59cef2917b9e</id>
<content type='text'>
Newcomers to Rust need to learn the distinctinion between `&amp;str` and
`String`, so additonally having `string` in an example risks confusion.
</content>
</entry>
<entry>
<title>Fix indentation in the "Strings" chapter</title>
<updated>2015-05-06T00:45:30+00:00</updated>
<author>
<name>Hika Hibariya</name>
<email>hibariya@gmail.com</email>
</author>
<published>2015-05-06T00:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=705f355e534807da5ea48f28dde5f7ad855a4dd7'/>
<id>urn:sha1:705f355e534807da5ea48f28dde5f7ad855a4dd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TRPL copyedits: strings</title>
<updated>2015-04-20T13:37:49+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-04-18T20:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b54a4f03b9a8d40128e990b17f74b0d40c5f321'/>
<id>urn:sha1:5b54a4f03b9a8d40128e990b17f74b0d40c5f321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>book: Minor clarifications about strings</title>
<updated>2015-02-20T02:39:38+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-02-20T02:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=96be55376ecdc13b0e711fe9398c70cd932af166'/>
<id>urn:sha1:96be55376ecdc13b0e711fe9398c70cd932af166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Closes issue #21850</title>
<updated>2015-02-02T00:46:34+00:00</updated>
<author>
<name>Filip Szczepański</name>
<email>jazz2rulez@gmail.com</email>
</author>
<published>2015-02-02T00:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f371af48158b667eba717f2d1829a271aaecae39'/>
<id>urn:sha1:f371af48158b667eba717f2d1829a271aaecae39</id>
<content type='text'>
</content>
</entry>
</feed>
