rust/src/librustuv
Alex Crichton 748bc3ca49 std: Rename {Eq,Ord} to Partial{Eq,Ord}
This is part of the ongoing renaming of the equality traits. See #12517 for more
details. All code using Eq/Ord will temporarily need to move to Partial{Eq,Ord}
or the Total{Eq,Ord} traits. The Total traits will soon be renamed to {Eq,Ord}.

cc #12517

[breaking-change]
2014-05-30 15:52:24 -07:00
..
access.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
addrinfo.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
async.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
file.rs Issue #13933: Remove transmute_mut from IO 2014-05-28 19:25:51 +03:00
homing.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
idle.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
lib.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
macros.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
net.rs auto merge of #14455 : crabtw/rust/mips, r=alexcrichton 2014-05-28 02:41:44 -07:00
pipe.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
process.rs Process::new etc should support non-utf8 commands/args 2014-05-14 22:52:31 -07:00
queue.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
rc.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
signal.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
stream.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
timeout.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
timer.rs rustuv: Implement timeouts for unix networking 2014-05-07 23:29:04 -07:00
tty.rs rustuv: Implement timeouts for unix networking 2014-05-07 23:29:04 -07:00
uvio.rs Test fixes from rollup 2014-05-15 15:00:27 -07:00
uvll.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00