Skip to content

Commit d1a535a

Browse files
committed
---
yaml --- r: 55850 b: refs/heads/master c: 4cc9d0b h: refs/heads/master v: v3
1 parent 3fb6035 commit d1a535a

File tree

42 files changed

+1931
-1249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1931
-1249
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 848641fcb54c282f6bd616ef1d6ac06087d778f6
2+
refs/heads/master: 4cc9d0ba7e454730988f318aeed92ab5e5ff8269
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/libcore/core.rc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,11 @@ pub use iter::{CopyableOrderedIter, CopyableNonstrictIter, Times};
104104
pub use iter::{ExtendedMutableIter};
105105

106106
pub use num::{Num, NumCast};
107-
pub use num::{Signed, Unsigned, Integer};
107+
pub use num::{Orderable, Signed, Unsigned, Integer};
108108
pub use num::{Round, Fractional, Real, RealExt};
109+
pub use num::{Bitwise, BitCount, Bounded};
110+
pub use num::{Primitive, Int, Float};
111+
109112
pub use ptr::Ptr;
110113
pub use to_str::ToStr;
111114
pub use clone::Clone;

0 commit comments

Comments
 (0)