Skip to content

Commit f5b75b9

Browse files
committed
---
yaml --- r: 57210 b: refs/heads/try c: 928a07e h: refs/heads/master v: v3
1 parent e05bf54 commit f5b75b9

Some content is hidden

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

43 files changed

+1365
-2624
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5-
refs/heads/try: faaf3bf1495a8d76e822981544de2b346346d91d
5+
refs/heads/try: 928a07e9cb576640d122fbd7428b8a39b925c5f7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcore/core.rc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ pub use kinds::{Const, Copy, Owned, Durable};
7777
pub use ops::{Drop};
7878
#[cfg(stage0)]
7979
pub use ops::{Add, Sub, Mul, Div, Modulo, Neg, Not};
80-
#[cfg(not(stage0))]
80+
#[cfg(stage1)]
81+
#[cfg(stage2)]
82+
#[cfg(stage3)]
8183
pub use ops::{Add, Sub, Mul, Quot, Rem, Neg, Not};
8284
pub use ops::{BitAnd, BitOr, BitXor};
8385
pub use ops::{Shl, Shr, Index};
@@ -103,12 +105,7 @@ pub use iter::{BaseIter, ExtendedIter, EqIter, CopyableIter};
103105
pub use iter::{CopyableOrderedIter, CopyableNonstrictIter, Times};
104106
pub use iter::{ExtendedMutableIter};
105107

106-
pub use num::{Num, NumCast};
107-
pub use num::{Signed, Unsigned, Integer};
108-
pub use num::{Round, Fractional, Real, RealExt};
109-
pub use num::{Bitwise, BitCount, Bounded};
110-
pub use num::{Primitive, PrimitiveInt};
111-
pub use num::{Int, Uint, Float};
108+
pub use num::{Num, Signed, Unsigned, Natural, NumCast};
112109
pub use ptr::Ptr;
113110
pub use to_str::ToStr;
114111
pub use clone::Clone;

0 commit comments

Comments
 (0)