<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/task/rt.rs, 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>2013-08-09T23:45:50+00:00</updated>
<entry>
<title>Remove the C++ runtime. Sayonara</title>
<updated>2013-08-09T23:45:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-01T06:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b75915d0ca20c6d066a7368ad53491a55a5a57d2'/>
<id>urn:sha1:b75915d0ca20c6d066a7368ad53491a55a5a57d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove ManualThreads spawn mode</title>
<updated>2013-07-30T21:23:45+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-07-28T23:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb9ee7f5be0de2bb93688f8e2ef2934eb3bd7df7'/>
<id>urn:sha1:cb9ee7f5be0de2bb93688f8e2ef2934eb3bd7df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove `pub extern` and `priv extern` from the language.</title>
<updated>2013-07-21T00:39:38+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-07-19T02:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06594ed96bae46cca494dc456ddffcd403efbd8e'/>
<id>urn:sha1:06594ed96bae46cca494dc456ddffcd403efbd8e</id>
<content type='text'>
Place `pub` or `priv` on individual items instead.
</content>
</entry>
<entry>
<title>auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwalton</title>
<updated>2013-07-19T02:10:41+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-07-19T02:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b70c045f3820bbce538fb38c8244f3cedad24270'/>
<id>urn:sha1:b70c045f3820bbce538fb38c8244f3cedad24270</id>
<content type='text'>
This doesn't make sense under the new scheduler.
</content>
</entry>
<entry>
<title>std: Remove ThreadPerCore spawn mode. Unused</title>
<updated>2013-07-10T00:45:06+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-07-10T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dbcc8b188a88fe594da5157b9b61e6d9b3d0881'/>
<id>urn:sha1:1dbcc8b188a88fe594da5157b9b61e6d9b3d0881</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use purely an owned vector for storing TLS data</title>
<updated>2013-07-10T00:31:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-07-09T08:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a89af1fa4cc8548a1c5e0a655a196d94b047ccd7'/>
<id>urn:sha1:a89af1fa4cc8548a1c5e0a655a196d94b047ccd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of no-longer-needed #[doc(hidden)] attributes.</title>
<updated>2013-05-27T17:29:48+00:00</updated>
<author>
<name>Lindsey Kuper</name>
<email>lindsey@composition.al</email>
</author>
<published>2013-05-27T17:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=beec6e4b2115616e9cfc4283f2b71de1be1aca7a'/>
<id>urn:sha1:beec6e4b2115616e9cfc4283f2b71de1be1aca7a</id>
<content type='text'>
There were several old `#[doc(hidden)]` attributes in libstd and
libextra, left over from when rustdoc didn't hide private
definitions, tagged with `FIXME #3538`.

Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes
as well as the FIXMEs, but I left `#[doc(hidden)]` in
libstd/task/spawn.rs and libstd/task/rt.rs since those two are
apparently `pub`, as well as in libextra/std.rc since std/extra is
`pub`.
</content>
</entry>
<entry>
<title>libstd: Rename libcore to libstd and libstd to libextra; update makefiles.</title>
<updated>2013-05-23T04:57:05+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-17T17:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c820d4123c754522b0655e9e74f692c55685bfa'/>
<id>urn:sha1:0c820d4123c754522b0655e9e74f692c55685bfa</id>
<content type='text'>
This only changes the directory names; it does not change the "real"
metadata names.
</content>
</entry>
</feed>
