Skip to content

Register new snapshots #16531

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

Merged
merged 1 commit into from
Aug 16, 2014
Merged
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
1 change: 0 additions & 1 deletion src/libcore/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 0 additions & 7 deletions src/libcore/kinds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
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 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
Expand Down