-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the -Z once_fns compiler flag and added the new feature direc…
…tive of the same name to replace it. Changed the frame_address intrinsic to no longer be a once fn. This removes the dependency on once_fns from std.
- Loading branch information
Showing
13 changed files
with
44 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
|
||
// xfail-fast | ||
|
||
#[feature(once_fns)]; | ||
extern mod extra; | ||
use extra::arc; | ||
use std::util; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88ab38c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at csainty@88ab38c
88ab38c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging csainty/rust/issue-9755-once-fns-feature-directive = 88ab38c into auto
88ab38c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
csainty/rust/issue-9755-once-fns-feature-directive = 88ab38c merged ok, testing candidate = 00adcf0
88ab38c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1995
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1999
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1105
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1104
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/2013
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1105
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1105
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/2014
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1105
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1105
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/1184
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1998
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1103
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1105
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1782
88ab38c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 00adcf0