-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustuv: Re-work sockaddr glue to not use malloc
This means we can purge even more C from src/rt!
- Loading branch information
1 parent
d4640f9
commit c6123ca
Showing
5 changed files
with
158 additions
and
208 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
Oops, something went wrong.
c6123ca
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 brson
at alexcrichton@c6123ca
c6123ca
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 alexcrichton/rust/purge-all-the-c = c6123ca into auto
c6123ca
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.
alexcrichton/rust/purge-all-the-c = c6123ca merged ok, testing candidate = b6f6e49
c6123ca
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/3686
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1528
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1530
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3687
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2787
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2793
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3701
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2789
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2795
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3703
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2789
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2794
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2863
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3693
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2794
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2799
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3464
c6123ca
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 = b6f6e49