Skip to content

Commit 95b1833

Browse files
committed
auto merge of #10230 : alexcrichton/rust/snapshots, r=brson
Closes #2240
2 parents 9ec4c18 + 9df164c commit 95b1833

File tree

5 files changed

+8
-41
lines changed

5 files changed

+8
-41
lines changed

src/libextra/extra.rs

-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ pub mod extra {
118118
pub use std::clone;
119119
pub use std::condition;
120120
pub use std::cmp;
121-
// NOTE: Remove import after next snapshot
122-
#[cfg(stage0)]
123-
pub use std::sys;
124121
pub use std::unstable;
125122
pub use std::str;
126123
pub use std::os;

src/libstd/std.rs

-6
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ pub mod os;
181181
pub mod path;
182182
pub mod rand;
183183
pub mod run;
184-
// NOTE: Remove module after next snapshot
185-
#[cfg(stage0)]
186-
pub mod sys;
187184
pub mod cast;
188185
pub mod fmt;
189186
pub mod repr;
@@ -229,9 +226,6 @@ mod std {
229226
pub use os;
230227
pub use rt;
231228
pub use str;
232-
// NOTE: Remove import after next snapshot
233-
#[cfg(stage0)]
234-
pub use sys;
235229
pub use to_bytes;
236230
pub use to_str;
237231
pub use unstable;

src/libstd/sys.rs

-29
This file was deleted.

src/libstd/unstable/intrinsics.rs

-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ pub struct TyDesc {
7575
#[cfg(not(test))]
7676
pub enum Opaque { }
7777

78-
#[cfg(stage0)]
79-
pub type Disr = int;
80-
#[cfg(not(stage0))]
8178
pub type Disr = u64;
8279

8380
#[lang="ty_visitor"]

src/snapshots.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
S 2013-11-01 8ea2123
2+
freebsd-x86_64 bc7dea1ca297cfb4bd6d8a32185c6a4fddca3e6b
3+
linux-i386 4b33599d160d757f6021ff05d0213fba3097dde2
4+
linux-x86_64 e7bfa823fedbee5071b8f50b9ffe0cefef844d7c
5+
macos-i386 60a03fed4662abc02b2e836fb0b72b834c9f99d4
6+
macos-x86_64 bfe8351d3dc4e60cc9ab033202e75dcaa10ed12d
7+
winnt-i386 047a1e1a2b7cb0f91c0a634d816d0d44f9f15aa6
8+
19
S 2013-10-29 fed48cc
210
freebsd-x86_64 4a43216b432511a5fd6b727753aedb749f6a68dc
311
linux-i386 53f65d4b1377c17fc12d05d7c4a0fbd92eea071f

0 commit comments

Comments
 (0)