-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce marker types for indicating variance and for opting out
- Loading branch information
1 parent
83f0f6e
commit 81d8328
Showing
36 changed files
with
729 additions
and
154 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
Oops, something went wrong.
81d8328
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 pnkfelix
at nikomatsakis@81d8328
81d8328
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 nikomatsakis/rust/issue-11385-cell-and-variance = 81d8328 into auto
81d8328
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.
nikomatsakis/rust/issue-11385-cell-and-variance = 81d8328 merged ok, testing candidate = cc6afe1
81d8328
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/3936
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1778
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1780
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3936
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3036
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3042
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3951
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3039
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3045
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3953
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3039
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3044
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3113
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/891
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3944
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3045
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3050
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3713
81d8328
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 = cc6afe1