rust/src/libcore
bors f18757305a auto merge of #18795 : haberman/rust/master, r=cmr
Previously Int inherited from PartialOrd (via Primitive)
but not Ord.  But integers have a total order, so
inheriting from Ord is appropriate. Fixes #18776.
2014-11-10 14:07:00 +00:00
..
fmt Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
num Make Int inherit from Ord. 2014-11-08 22:34:19 -05:00
tuple Update code with new lint names 2014-10-28 08:54:21 -07:00
any.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
array.rs Remove incorrect doc annotation, mark experimental since we haven't discussed in an API meeting 2014-11-05 11:29:15 -05:00
atomic.rs Fix atomic::fence documentation typos 2014-11-06 23:14:02 +00:00
bool.rs
cell.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
char.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
clone.rs
cmp.rs DSTify PartialEq, PartialOrd, Eq, Ord 2014-11-05 20:12:00 -05:00
default.rs
finally.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
intrinsics.rs Derive Clone for TypeId. 2014-11-07 17:12:44 +11:00
iter.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
kinds.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
lib.rs Add impls of the comparison operators for fixed-length arrays of lengths 0...32 and repair various cases where slices and fixed-length arrays were being compared. 2014-11-05 09:15:28 -05:00
macros.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
mem.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
ops.rs auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon 2014-11-07 11:31:25 +00:00
option.rs Fix fallout of changing the expansion of #[deriving(PartialEq)] 2014-11-05 20:11:54 -05:00
panicking.rs Register snapshots. 2014-11-05 12:55:58 +02:00
prelude.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
ptr.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
raw.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
result.rs Fix fallout of changing the expansion of #[deriving(PartialEq)] 2014-11-05 20:11:54 -05:00
simd.rs Update code with new lint names 2014-10-28 08:54:21 -07:00
slice.rs Implement Index/IndexMut for [T] 2014-11-06 21:11:19 -05:00
str.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
ty.rs