Skip to content

Commit 5bf7ba0

Browse files
committed
Register snapshots
1 parent 6899872 commit 5bf7ba0

File tree

9 files changed

+8
-55
lines changed

9 files changed

+8
-55
lines changed

src/libcore/int-template.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
#[forbid(deprecated_mode)];
1313
#[forbid(deprecated_pattern)];
1414

15-
#[cfg(stage0)]
16-
use T = inst::T;
17-
#[cfg(stage1)]
18-
#[cfg(stage2)]
1915
use T = self::inst::T;
2016

2117
use cmp::{Eq, Ord};

src/libcore/int-template/int.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
//! Operations and constants for `int`
1212
13-
#[cfg(stage0)]
14-
pub use inst::pow;
15-
#[cfg(stage1)]
16-
#[cfg(stage2)]
1713
pub use self::inst::pow;
1814

1915
mod inst {

src/libcore/iter-trait.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
use cmp::{Eq, Ord};
1919

20-
#[cfg(stage0)]
21-
use inst::{IMPL_T, EACH, SIZE_HINT};
22-
#[cfg(stage1)]
23-
#[cfg(stage2)]
2420
use self::inst::{IMPL_T, EACH, SIZE_HINT};
2521

2622
impl<A> IMPL_T<A>: iter::BaseIter<A> {

src/libcore/kinds.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ pub trait Copy {
4444
// Empty.
4545
}
4646

47-
#[cfg(stage0)]
48-
#[lang="send"]
49-
pub trait Owned {
50-
// Empty.
51-
}
52-
53-
#[cfg(stage1)]
54-
#[cfg(stage2)]
55-
#[cfg(stage3)]
5647
#[lang="owned"]
5748
pub trait Owned {
5849
// Empty.
@@ -63,15 +54,6 @@ pub trait Const {
6354
// Empty.
6455
}
6556

66-
#[cfg(stage0)]
67-
#[lang="owned"]
68-
pub trait Durable {
69-
// Empty.
70-
}
71-
72-
#[cfg(stage1)]
73-
#[cfg(stage2)]
74-
#[cfg(stage3)]
7557
#[lang="durable"]
7658
pub trait Durable {
7759
// Empty.

src/libcore/uint-template.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
#[forbid(deprecated_mode)];
1313
#[forbid(deprecated_pattern)];
1414

15-
#[cfg(stage0)]
16-
use T = inst::T;
17-
#[cfg(stage1)]
18-
#[cfg(stage2)]
1915
use T = self::inst::T;
2016

2117
use cmp::{Eq, Ord};

src/libcore/uint-template/u8.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
//! Operations and constants for `u8`
1212
13-
#[cfg(stage0)]
14-
pub use inst::is_ascii;
15-
#[cfg(stage1)]
16-
#[cfg(stage2)]
1713
pub use self::inst::is_ascii;
1814

1915
mod inst {

src/libcore/uint-template/uint.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010

1111
//! Operations and constants for `uint`
1212
13-
#[cfg(stage0)]
14-
pub use inst::{
15-
div_ceil, div_round, div_floor, iterate,
16-
next_power_of_two
17-
};
18-
#[cfg(stage1)]
19-
#[cfg(stage2)]
2013
pub use self::inst::{
2114
div_ceil, div_round, div_floor, iterate,
2215
next_power_of_two

src/libstd/priority_queue.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,10 @@ impl <T: Ord> PriorityQueue<T> {
8080
}
8181

8282
/// Consume the PriorityQueue and return the underlying vector
83-
#[cfg(stage0)]
84-
pure fn to_vec(self) -> ~[T] { fail }
85-
#[cfg(stage1)]
86-
#[cfg(stage2)]
87-
#[cfg(stage3)]
8883
pure fn to_vec(self) -> ~[T] { let PriorityQueue{data: v} = self; v }
8984

9085
/// Consume the PriorityQueue and return a vector in sorted
9186
/// (ascending) order
92-
#[cfg(stage0)]
93-
pure fn to_sorted_vec(self) -> ~[T] { fail }
94-
#[cfg(stage1)]
95-
#[cfg(stage2)]
96-
#[cfg(stage3)]
9787
pure fn to_sorted_vec(self) -> ~[T] {
9888
let mut q = self;
9989
let mut end = q.len();

src/snapshots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
S 2012-12-14 dbc52ce
2+
macos-i386 994697c57810b8f139d71df47024512970db860c
3+
macos-x86_64 f8faa6a80b0b98b27ceee6fec71ded7ca058104d
4+
winnt-i386 92ac1ac09a262a59f40160c9dcf535e1c8ea8e75
5+
freebsd-x86_64 d39ff0cbd7fdf04de55baea9d4003705f5ff6441
6+
linux-i386 a7cfdd83d18e9064644147204f96fada70f3b47e
7+
linux-x86_64 601d0e105b46a8c6487e8ac2cd159750039a6049
8+
19
S 2012-12-08 6630d75
210
macos-i386 cdb0f0ebe99b8fea7688d9ae32860a63d1e05399
311
macos-x86_64 c509dc252be6e1c5cf862c659235dc94bde397aa

0 commit comments

Comments
 (0)