-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get cross crate default methods working.
This fixes the large number of problems that prevented cross crate methods from ever working. It also fixes a couple lingering bugs with polymorphic default methods and cleans up some of the code paths. Closes #4102. Closes #4103.
- Loading branch information
Showing
10 changed files
with
255 additions
and
217 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.
1a8969f
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 graydon
at msullivan@1a8969f
1a8969f
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 msullivan/rust/default-methods = 1a8969f into auto
1a8969f
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.
msullivan/rust/default-methods = 1a8969f merged ok, testing candidate = 7560ae07
1a8969f
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.
some tests failed:
http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/13
1a8969f
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 graydon
at msullivan@1a8969f
1a8969f
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 msullivan/rust/default-methods = 1a8969f into auto
1a8969f
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.
msullivan/rust/default-methods = 1a8969f merged ok, testing candidate = ba05af7
1a8969f
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:
http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/17
http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/15
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/15
http://buildbot.rust-lang.org/builders/auto-mac-64-opt-vg/builds/15
http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/17
http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/16
http://buildbot.rust-lang.org/builders/auto-linux-32-nopt/builds/16
http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/15
http://buildbot.rust-lang.org/builders/auto-linux-64-nopt/builds/15
http://buildbot.rust-lang.org/builders/auto-linux-64-opt-vg/builds/15
http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/16
http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/15
http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/15
1a8969f
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 = ba05af7