<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys.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-11-01T23:51:33+00:00</updated>
<entry>
<title>Register new snapshots</title>
<updated>2013-11-01T23:51:33+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-11-01T20:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9df164c1459cf36545754e3f92f93b8756f0c897'/>
<id>urn:sha1:9df164c1459cf36545754e3f92f93b8756f0c897</id>
<content type='text'>
Closes #2240
</content>
</entry>
<entry>
<title>Prepared `std::sys` for removal, and made `begin_unwind` simpler</title>
<updated>2013-10-30T20:19:18+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-10-27T19:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54f4dcd76aafe33c553f6b58fe3e808f055465e1'/>
<id>urn:sha1:54f4dcd76aafe33c553f6b58fe3e808f055465e1</id>
<content type='text'>
- `begin_unwind` is now generic over any `T: Any + Send`.
- Every value you fail with gets boxed as an `~Any`.
- Because of implementation details, `&amp;'static str` and `~str` are still
  handled specially behind the scenes.
- Changed the big macro source string in libsyntax to a raw string
  literal, and enabled doc comments there.
</content>
</entry>
<entry>
<title>Allow fail messages to be caught, and introduce the Any trait</title>
<updated>2013-10-28T07:50:32+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-10-11T21:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa8e71a8257f4226ab532d4bf268d3ecbfa98eb4'/>
<id>urn:sha1:fa8e71a8257f4226ab532d4bf268d3ecbfa98eb4</id>
<content type='text'>
Some code cleanup, sorting of import blocks

Removed std::unstable::UnsafeArc's use of Either

Added run-fail tests for the new FailWithCause impls

Changed future_result and try to return Result&lt;(), ~Any&gt;.

- Internally, there is an enum of possible fail messages passend around.
- In case of linked failure or a string message, the ~Any gets
  lazyly allocated in future_results recv method.
- For that, future result now returns a wrapper around a Port.
- Moved and renamed task::TaskResult into rt::task::UnwindResult
  and made it an internal enum.
- Introduced a replacement typedef `type TaskResult = Result&lt;(), ~Any&gt;`.
</content>
</entry>
<entry>
<title>std: Move sys::log_str to repr::repr_to_str. Further work on #2240.</title>
<updated>2013-10-21T18:59:23+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-10-18T22:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3675e42334e9e58ae16446f52b2c6c951e8e1628'/>
<id>urn:sha1:3675e42334e9e58ae16446f52b2c6c951e8e1628</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move sys::refcount to managed::refcount</title>
<updated>2013-10-18T04:14:38+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-18T04:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82f5f65076e604ec70a6e09cdbe8dddb8b3b7c44'/>
<id>urn:sha1:82f5f65076e604ec70a6e09cdbe8dddb8b3b7c44</id>
<content type='text'>
More progress on #2240
</content>
</entry>
<entry>
<title>std: Move size/align functions to std::mem. #2240</title>
<updated>2013-10-18T00:31:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-10-17T01:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34d376f3cf234dc714fcfab7639affd3967dc16d'/>
<id>urn:sha1:34d376f3cf234dc714fcfab7639affd3967dc16d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-pub some private runtime components</title>
<updated>2013-10-11T13:49:18+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-09T17:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b4423b04f519b78e0e9196ae1521531c80c743b'/>
<id>urn:sha1:8b4423b04f519b78e0e9196ae1521531c80c743b</id>
<content type='text'>
This change was waiting for privacy to get sorted out, which should be true now
that #8215 has landed.

Closes #4427
</content>
</entry>
<entry>
<title>option: rewrite the API to use composition</title>
<updated>2013-10-09T13:17:29+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-09-20T06:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a90e80b6240d8213f2b99fa470ef6ee04552d1b'/>
<id>urn:sha1:6a90e80b6240d8213f2b99fa470ef6ee04552d1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove usage of fmt!</title>
<updated>2013-10-01T06:21:18+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-28T00:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8ba31dbf3e7d80a069bc486a35eff8357282b68'/>
<id>urn:sha1:a8ba31dbf3e7d80a069bc486a35eff8357282b68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register new snapshots</title>
<updated>2013-09-27T07:44:32+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-26T22:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46aaf5128df346b2a8c16524acc9c3703705459b'/>
<id>urn:sha1:46aaf5128df346b2a8c16524acc9c3703705459b</id>
<content type='text'>
</content>
</entry>
</feed>
