Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document and test no_std support #53

Merged
merged 5 commits into from Jun 29, 2017
Merged

Document and test no_std support #53

merged 5 commits into from Jun 29, 2017

Conversation

@mbrubeck
Copy link
Contributor

mbrubeck commented Jun 20, 2017

This builds on the new "std" Cargo feature added in #49.


This change is Reviewable

@mbrubeck mbrubeck force-pushed the mbrubeck:no_std branch from 9dc7cff to b4a88bb Jun 21, 2017
@mbrubeck mbrubeck force-pushed the mbrubeck:no_std branch from b4a88bb to 0f478cc Jun 23, 2017
mbrubeck added 5 commits Jun 20, 2017
libcollections was deprecated in rust-lang/rust#42648 and its contents
were moved to liballoc.
(because Servo isn't always using the latest version of this crate)
New features:

* `no_std` support (#49).
* `SmallVec<[u8; N]>` implements the `Write` trait (#52).
* Add an `ExtendFromSlice` trait for both `Vec` and `SmallVec` (#54).
@mbrubeck mbrubeck force-pushed the mbrubeck:no_std branch from 0f478cc to bf9ac18 Jun 28, 2017
@@ -11,7 +11,6 @@ documentation = "http://doc.servo.org/smallvec/"

[features]
heapsizeof = ["heapsize", "std"]
collections = []

This comment has been minimized.

@mbrubeck

mbrubeck Jun 29, 2017

Author Contributor

This was unused.

@emilio
Copy link
Member

emilio commented Jun 29, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 29, 2017

📌 Commit bf9ac18 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Jun 29, 2017

Testing commit bf9ac18 with merge 7bda532...

bors-servo added a commit that referenced this pull request Jun 29, 2017
Document and test no_std support

This builds on the new "std" Cargo feature added in #49.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/53)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jun 29, 2017

☀️ Test successful - status-travis
Approved by: emilio
Pushing 7bda532 to master...

@bors-servo bors-servo merged commit bf9ac18 into servo:master Jun 29, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.