Skip to content

Document and test no_std support - #53

Merged
bors-servo merged 5 commits into
servo:masterfrom
mbrubeck:no_std
Jun 29, 2017
Merged

Document and test no_std support#53
bors-servo merged 5 commits into
servo:masterfrom
mbrubeck:no_std

Conversation

@mbrubeck

@mbrubeckmbrubeck commented Jun 20, 2017

Copy link
Copy Markdown
Collaborator

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


This change is Reviewable

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 (servo#49).
* `SmallVec<[u8; N]>` implements the `Write` trait (servo#52).
* Add an `ExtendFromSlice` trait for both `Vec` and `SmallVec` (servo#54).
Comment threadCargo.toml

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

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused.

@emilio

Copy link
Copy Markdown
Member

@bors-servo r+

@bors-servo

Copy link
Copy Markdown
Contributor

📌 Commit bf9ac18 has been approved by emilio

@bors-servo

Copy link
Copy Markdown
Contributor

⌛ Testing commit bf9ac18 with merge 7bda532...

bors-servo pushed 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
Copy Markdown
Contributor

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

@bors-servo
bors-servo merged commit bf9ac18 into servo:masterJun 29, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mbrubeck@emilio@bors-servo