rust/src/libnative
bors aaf141d399 auto merge of #16942 : alexcrichton/rust/remove-net-assert, r=brson
This assert was likely inherited from some point, but it's not quite valid as a
no-timeout read may enter this loop, but data could be stolen by any other read
after the socket is deemed readable.

I saw this fail in a recent bors run where the assertion was tripped.
2014-09-07 23:01:34 +00:00
..
io auto merge of #16942 : alexcrichton/rust/remove-net-assert, r=brson 2014-09-07 23:01:34 +00:00
lib.rs Fallout from stabilizing core::option 2014-08-28 09:12:54 -07:00
task.rs auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton 2014-08-28 23:56:20 +00:00