]> git.lizzy.rs Git - rust.git/commitdiff
Register new snapshots
authorAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 20:46:30 +0000 (13:46 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 23:51:33 +0000 (16:51 -0700)
Closes #2240

src/libextra/extra.rs
src/libstd/std.rs
src/libstd/sys.rs [deleted file]
src/libstd/unstable/intrinsics.rs
src/snapshots.txt

index c6fc41e683161ed64d4ef3e0d286cbd16709c7e2..0e3b8a07127bfc8a8a231773c27a5ea4dd68a52c 100644 (file)
@@ -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;
index 018180c85b7ac0f517f91895305052eeb5241e8f..4500bae4c9037c240724be0f5f08e345aa36e041 100644 (file)
@@ -181,9 +181,6 @@ pub mod linkhack {
 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;
@@ -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;
diff --git a/src/libstd/sys.rs b/src/libstd/sys.rs
deleted file mode 100644 (file)
index 4216f91..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
-//! Misc low level stuff
-
-// NOTE: Remove this module after an snapshot
-
-#[allow(missing_doc)];
-
-use any::Any;
-use kinds::Send;
-use rt::task;
-
-pub trait FailWithCause {
-    fn fail_with(cause: Self, file: &'static str, line: uint) -> !;
-}
-
-impl<T: Any + Send> FailWithCause for T {
-    fn fail_with(msg: T, file: &'static str, line: uint) -> ! {
-        task::begin_unwind(msg, file, line)
-    }
-}
index 20563718a6c1fdd42cb0c647797c411990448c5c..9d3e3446a4bfd8a5aafd3e7e1c1c0ba8b1d29148 100644 (file)
@@ -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"]
index 7a12e2fd60d95eda4569e16c08b6f8c76256c59b..699c9bb8e954f61796f682dbe63304b51f7816c2 100644 (file)
@@ -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