<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/rt/uv/timer.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-10-29T22:56:16+00:00</updated>
<entry>
<title>Register new snapshots</title>
<updated>2013-10-29T22:56:16+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-29T21:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e203f30bc743ff3de271d8db80acd21991e903df'/>
<id>urn:sha1:e203f30bc743ff3de271d8db80acd21991e903df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move rt::io::stdio from FileStream to a TTY</title>
<updated>2013-10-24T21:21:57+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-16T18:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35756fbcf6572d588929fde64fb4027f47e9d0af'/>
<id>urn:sha1:35756fbcf6572d588929fde64fb4027f47e9d0af</id>
<content type='text'>
We get a little more functionality from libuv for these kinds of streams (things
like terminal dimentions), and it also appears to more gracefully handle the
stream being a window. Beforehand, if you used stdio and hit CTRL+d on a
process, libuv would continually return 0-length successful reads instead of
interpreting that the stream was closed.

I was hoping to be able to write tests for this, but currently the testing
infrastructure doesn't allow tests with a stdin and a stdout, but this has been
manually tested! (not that it means much)
</content>
</entry>
<entry>
<title>Upgrade libuv to the current master (again)</title>
<updated>2013-09-06T18:12:49+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-08-19T00:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15'/>
<id>urn:sha1:b4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15</id>
<content type='text'>
This is a reopening of the libuv-upgrade part of #8645. Hopefully this won't
cause random segfaults all over the place. The windows regression in testing
should also be fixed (it shouldn't build the whole compiler twice).

A notable difference from before is that gyp is now a git submodule instead of
always git-cloned at make time. This allows bundling for releases more easily.

Closes #8850
</content>
</entry>
<entry>
<title>Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson"</title>
<updated>2013-08-29T21:23:44+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-29T21:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c5a43e5b6f857c71c6f66dbbd640a47d34a0e7e'/>
<id>urn:sha1:3c5a43e5b6f857c71c6f66dbbd640a47d34a0e7e</id>
<content type='text'>
This reverts commit b8d1fa399402c71331aefd634d710004e00b73a6, reversing
changes made to f22b4b169854c8a4ba86c16ee43327d6bcf94562.

Conflicts:
	mk/rt.mk
	src/libuv
</content>
</entry>
<entry>
<title>Implement process bindings to libuv</title>
<updated>2013-08-28T03:46:43+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-08-15T21:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b89e1c000e133fb5db3ea5afd0948db6dc088977'/>
<id>urn:sha1:b89e1c000e133fb5db3ea5afd0948db6dc088977</id>
<content type='text'>
Closes #6436
</content>
</entry>
<entry>
<title>libstd: Implement {peer, socket}_name for new rt tcp &amp; udp.</title>
<updated>2013-07-25T09:57:52+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>me@luqman.ca</email>
</author>
<published>2013-07-25T06:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=61e741cf714020107c6cda12793351fa5b8c7782'/>
<id>urn:sha1:61e741cf714020107c6cda12793351fa5b8c7782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764</title>
<updated>2013-07-16T19:47:01+00:00</updated>
<author>
<name>Austin King</name>
<email>shout@ozten.com</email>
</author>
<published>2013-07-16T19:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=712ac836c63c3ae98daf9fb98b7b96ed73347848'/>
<id>urn:sha1:712ac836c63c3ae98daf9fb98b7b96ed73347848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: silence some test warnings.</title>
<updated>2013-06-27T15:45:24+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-27T15:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=366ca44cc8f79704f8781adb15e74d3c2a0e5572'/>
<id>urn:sha1:366ca44cc8f79704f8781adb15e74d3c2a0e5572</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std::rt: Reduce the delay on a timer test. Slow</title>
<updated>2013-06-17T02:24:51+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-06-17T02:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93156ab7e1e04f2805e6a43c1ea60b8ca168dfe5'/>
<id>urn:sha1:93156ab7e1e04f2805e6a43c1ea60b8ca168dfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: Fix merge fallout.</title>
<updated>2013-05-23T04:57:11+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-22T01:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=18df18c817b5e109710c58f512a2cc5ad14fa8b2'/>
<id>urn:sha1:18df18c817b5e109710c58f512a2cc5ad14fa8b2</id>
<content type='text'>
</content>
</entry>
</feed>
