<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/local_data.rs, branch 0.8</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.8</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.8'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-09-25T21:27:42+00:00</updated>
<entry>
<title>rustdoc: Change all code-blocks with a script</title>
<updated>2013-09-25T21:27:42+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-24T00:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3585c64d092082ab2aa16a6d674d063c5d68e1a8'/>
<id>urn:sha1:3585c64d092082ab2aa16a6d674d063c5d68e1a8</id>
<content type='text'>
    find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g'
    find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g'
    find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
</content>
</entry>
<entry>
<title>auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichton</title>
<updated>2013-09-24T10:46:00+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-09-24T10:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85ca934bfe4dc3fc9dc0183a95a95f2958deb374'/>
<id>urn:sha1:85ca934bfe4dc3fc9dc0183a95a95f2958deb374</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std::local_data: Fix document code</title>
<updated>2013-09-24T04:34:48+00:00</updated>
<author>
<name>klutzy</name>
<email>klutzytheklutzy@gmail.com</email>
</author>
<published>2013-09-24T04:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=426ad12671d41d79552ad69c3e0db6abf9ad4834'/>
<id>urn:sha1:426ad12671d41d79552ad69c3e0db6abf9ad4834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove apostrophe where it's is not used as a contraction</title>
<updated>2013-09-24T02:28:33+00:00</updated>
<author>
<name>Dan Connolly</name>
<email>dckc@madmode.com</email>
</author>
<published>2013-09-24T02:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5500d86b457e1815941d4adb2d8bbc91f3c8c9b2'/>
<id>urn:sha1:5500d86b457e1815941d4adb2d8bbc91f3c8c9b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the local_data docs slightly</title>
<updated>2013-09-13T06:26:06+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-13T06:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0462f070cf2a94a8720e6d5b939f32ba330c4eb'/>
<id>urn:sha1:d0462f070cf2a94a8720e6d5b939f32ba330c4eb</id>
<content type='text'>
Remove references to local_data::Key and only mention the macro for how to
construct new keys into local data.
</content>
</entry>
<entry>
<title>Remove hacks around issues in local_data</title>
<updated>2013-09-09T08:01:23+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-09T08:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=500077f637114be0ac9e6ef5fb92933c4c97804d'/>
<id>urn:sha1:500077f637114be0ac9e6ef5fb92933c4c97804d</id>
<content type='text'>
These compiler bugs have since been fixed (one less layer of indirection)
</content>
</entry>
<entry>
<title>Consolidate local_data implementations, and cleanup</title>
<updated>2013-08-28T04:29:11+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-08-11T03:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06a7195e9e9cea81854c39ce2c1376fe588bc1b0'/>
<id>urn:sha1:06a7195e9e9cea81854c39ce2c1376fe588bc1b0</id>
<content type='text'>
This moves all local_data stuff into the `local_data` module and only that
module alone. It also removes a fair amount of "super-unsafe" code in favor of
just vanilla code generated by the compiler at the same time.

Closes #8113
</content>
</entry>
<entry>
<title>Enabled unit tests in std and extra.</title>
<updated>2013-08-23T03:02:20+00:00</updated>
<author>
<name>Vadim Chugunov</name>
<email>vadimcn@gmail.com</email>
</author>
<published>2013-08-19T22:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12ecdb6381049e468ae56bf2e049ee885e185d2c'/>
<id>urn:sha1:12ecdb6381049e468ae56bf2e049ee885e185d2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: add a local_data_key macro that creates a key for access to the TLS.</title>
<updated>2013-08-16T04:37:24+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-08-15T13:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ad23552fbd463d97a3e26c900655b9d134516e4'/>
<id>urn:sha1:3ad23552fbd463d97a3e26c900655b9d134516e4</id>
<content type='text'>
This allows the internal implementation details of the TLS keys to be
changed without requiring the update of all the users. (Or, applying
changes that have to be applied for the keys to work correctly, e.g.
forcing LLVM to not merge these constants.)
</content>
</entry>
<entry>
<title>std: add result.map_move, result.map_err_move</title>
<updated>2013-08-07T15:23:55+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-08-04T23:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9218aaa00ed0883d3a082f8753a206fb6d03dac9'/>
<id>urn:sha1:9218aaa00ed0883d3a082f8753a206fb6d03dac9</id>
<content type='text'>
</content>
</entry>
</feed>
