Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCargoify rust-core-foundation. #36
Merged
Conversation
Note that it is buildable on non-macos platforms because Cargo does not yet have conditional dependencies and several non-macos Servo things depend on it when on macos.
|
r+ |
jdm
pushed a commit
that referenced
this pull request
Feb 1, 2018
Add some more methods to NSWindow and remove msgsend.m
jdm
pushed a commit
that referenced
this pull request
Feb 1, 2018
Upgrade to rustc 1.0.0-dev (47551b574 2015-04-14) (built 2015-03-18); r=Ms2ger
jdm
pushed a commit
that referenced
this pull request
Feb 1, 2018
Use platform dependencies and clean up old cruft.
jdm
pushed a commit
that referenced
this pull request
Feb 1, 2018
Update for the big feature split; r=SimonSapin
jdm
pushed a commit
that referenced
this pull request
Feb 1, 2018
Remove legacy items from .gitignore The items being removed were added in da80902 for temporary files generated by `make`. But the Makefile is later removed in #36, and thus these items are no longer needed. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/cocoa-rs/148) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
metajack commentedAug 26, 2014
Note that it is buildable on non-macos platforms because Cargo does not
yet have conditional dependencies and several non-macos Servo things
depend on it when on macos.