about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcore/intrinsics.rs1
-rw-r--r--src/libcore/kinds.rs7
-rw-r--r--src/snapshots.txt8
3 files changed, 8 insertions, 8 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs
index 1dd3d6ce9db..84827c63572 100644
--- a/src/libcore/intrinsics.rs
+++ b/src/libcore/intrinsics.rs
@@ -314,7 +314,6 @@ extern "rust-intrinsic" {
     ///
     /// Using this instrinsic in a function that does not use an out pointer
     /// will trigger a compiler error.
-    #[cfg(not(stage0))]
     pub fn return_address() -> *const u8;
 
     /// Returns `true` if a type requires drop glue.
diff --git a/src/libcore/kinds.rs b/src/libcore/kinds.rs
index 2a6bf28cfc4..2533497b0e8 100644
--- a/src/libcore/kinds.rs
+++ b/src/libcore/kinds.rs
@@ -87,13 +87,6 @@ pub trait Copy {
 /// reference; not doing this is undefined behaviour (for example,
 /// `transmute`-ing from `&T` to `&mut T` is illegal).
 #[lang="sync"]
-#[cfg(not(stage0))]
-pub trait Sync {
-    // Empty
-}
-/// dox
-#[lang="share"]
-#[cfg(stage0)]
 pub trait Sync {
     // Empty
 }
diff --git a/src/snapshots.txt b/src/snapshots.txt
index a07be82d58e..942da6c5b7e 100644
--- a/src/snapshots.txt
+++ b/src/snapshots.txt
@@ -1,3 +1,11 @@
+S 2014-08-14 aa98b25
+  freebsd-x86_64 6a84283dfd8600fca6ec08144228f405ad9fe333
+  linux-i386 6aeac588b086a99f81b53cfadd15617c82c540aa
+  linux-x86_64 0efd0a8516affe0b1c6bf2e02e08ceff0f9c3a1d
+  macos-i386 4b2535d247d24869ef00942f80a5a1bd17cafedb
+  macos-x86_64 7b88a4aa4e424a5cb3b6d978132591ea54e9589d
+  winnt-i386 19b86f3c413f07363726fb6bf086307ed14fdae2
+
 S 2014-08-07 12e0f72
   freebsd-x86_64 e55055a876ebbde0d3ed3bcb97579afab9264def
   linux-i386 2665e45879f2ef77ce0c9015f971642fe424ac33