<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/kinds.rs, branch 0.10</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.10</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.10'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-03-29T00:12:32+00:00</updated>
<entry>
<title>Register new snapshot</title>
<updated>2014-03-29T00:12:32+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-03-29T00:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9c6061c9a542a617020073d0a6b187849d0e348'/>
<id>urn:sha1:a9c6061c9a542a617020073d0a6b187849d0e348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Pod into Copy</title>
<updated>2014-03-28T09:34:02+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-03-26T23:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81ec1f3c186cd64450d8141aab467f0a1f3a7ebd'/>
<id>urn:sha1:81ec1f3c186cd64450d8141aab467f0a1f3a7ebd</id>
<content type='text'>
Summary:
So far, we've used the term POD "Plain Old Data" to refer to types that
can be safely copied. However, this term is not consistent with the
other built-in bounds that use verbs instead. This patch renames the Pod
kind into Copy.

RFC: 0003-opt-in-builtin-traits

Test Plan: make check

Reviewers: cmr

Differential Revision: http://phabricator.octayn.net/D3
</content>
</entry>
<entry>
<title>std: expand the `Share` docs to make them more precise.</title>
<updated>2014-03-25T13:25:17+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2014-03-22T07:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9475b57be66a16e8a7c2b796dc60dff04f86fe9'/>
<id>urn:sha1:e9475b57be66a16e8a7c2b796dc60dff04f86fe9</id>
<content type='text'>
And give some examples about exactly what's `Share` and what's not.
</content>
</entry>
<entry>
<title>Register new snapshots</title>
<updated>2014-03-23T10:37:31+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-03-23T10:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=576e36e674d645cd4682cf2df43fb25c3d1a71d4'/>
<id>urn:sha1:576e36e674d645cd4682cf2df43fb25c3d1a71d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove the Freeze kind and the NoFreeze marker</title>
<updated>2014-03-22T14:47:34+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-03-21T22:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4ddee6327eadbc6ef3cfb75d272f490259a4257'/>
<id>urn:sha1:b4ddee6327eadbc6ef3cfb75d272f490259a4257</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a Share kind</title>
<updated>2014-03-20T09:16:55+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-03-03T22:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37154fb8b939e9f81d9feb8139c7879099fb5cd6'/>
<id>urn:sha1:37154fb8b939e9f81d9feb8139c7879099fb5cd6</id>
<content type='text'>
Fixes #11781
</content>
</entry>
<entry>
<title>fix typos with with repeated words, just like this sentence.</title>
<updated>2014-03-06T11:19:14+00:00</updated>
<author>
<name>Kang Seonghoon</name>
<email>public+git@mearie.org</email>
</author>
<published>2014-03-06T07:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c52c81846246e135557f1aa6db5bef4140c8717'/>
<id>urn:sha1:1c52c81846246e135557f1aa6db5bef4140c8717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix all code examples</title>
<updated>2014-02-15T07:49:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-02-15T07:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e72ddbdc25a2696a41053832fad7d9b0428819af'/>
<id>urn:sha1:e72ddbdc25a2696a41053832fad7d9b0428819af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce marker types for indicating variance and for opting out</title>
<updated>2014-02-01T02:18:48+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2014-01-22T19:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81d8328517a6a2830438aaec1d7e747156b13be0'/>
<id>urn:sha1:81d8328517a6a2830438aaec1d7e747156b13be0</id>
<content type='text'>
of builtin bounds.

Fixes #10834.
Fixes #11385.
cc #5922.
</content>
</entry>
<entry>
<title>std: uniform modules titles for doc</title>
<updated>2013-12-27T08:49:11+00:00</updated>
<author>
<name>Luca Bruno</name>
<email>lucab@debian.org</email>
</author>
<published>2013-12-24T16:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9a7a427a1f1a61497105283594d32b976d7559f'/>
<id>urn:sha1:a9a7a427a1f1a61497105283594d32b976d7559f</id>
<content type='text'>
This commit uniforms the short title of modules provided by libstd,
in order to make their roles more explicit when glancing at the index.

Signed-off-by: Luca Bruno &lt;lucab@debian.org&gt;
</content>
</entry>
</feed>
