Skip to content

Register new snapshots #10230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/libextra/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ pub mod extra {
pub use std::clone;
pub use std::condition;
pub use std::cmp;
// NOTE: Remove import after next snapshot
#[cfg(stage0)]
pub use std::sys;
pub use std::unstable;
pub use std::str;
pub use std::os;
Expand Down
6 changes: 0 additions & 6 deletions src/libstd/std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ pub mod os;
pub mod path;
pub mod rand;
pub mod run;
// NOTE: Remove module after next snapshot
#[cfg(stage0)]
pub mod sys;
pub mod cast;
pub mod fmt;
pub mod repr;
Expand Down Expand Up @@ -229,9 +226,6 @@ mod std {
pub use os;
pub use rt;
pub use str;
// NOTE: Remove import after next snapshot
#[cfg(stage0)]
pub use sys;
pub use to_bytes;
pub use to_str;
pub use unstable;
Expand Down
29 changes: 0 additions & 29 deletions src/libstd/sys.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/libstd/unstable/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ pub struct TyDesc {
#[cfg(not(test))]
pub enum Opaque { }

#[cfg(stage0)]
pub type Disr = int;
#[cfg(not(stage0))]
pub type Disr = u64;

#[lang="ty_visitor"]
Expand Down
8 changes: 8 additions & 0 deletions src/snapshots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
S 2013-11-01 8ea2123
freebsd-x86_64 bc7dea1ca297cfb4bd6d8a32185c6a4fddca3e6b
linux-i386 4b33599d160d757f6021ff05d0213fba3097dde2
linux-x86_64 e7bfa823fedbee5071b8f50b9ffe0cefef844d7c
macos-i386 60a03fed4662abc02b2e836fb0b72b834c9f99d4
macos-x86_64 bfe8351d3dc4e60cc9ab033202e75dcaa10ed12d
winnt-i386 047a1e1a2b7cb0f91c0a634d816d0d44f9f15aa6

S 2013-10-29 fed48cc
freebsd-x86_64 4a43216b432511a5fd6b727753aedb749f6a68dc
linux-i386 53f65d4b1377c17fc12d05d7c4a0fbd92eea071f
Expand Down