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

Add raw_entry + misc cleanups #31

Merged
merged 13 commits into from
Jan 14, 2019
Merged

Add raw_entry + misc cleanups #31

merged 13 commits into from
Jan 14, 2019

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Nov 27, 2018

This PR adds:

  • The raw_entry API from std.
  • Support for #[may_dangle] when the nightly feature is enabled.
  • HashMap and HashSet tests from std.
  • Misc code cleanups.
  • try_reserve.
  • Fixed variance on IterMut.

Fixes #23
Fixes #39

@Amanieu Amanieu force-pushed the raw_entry branch 3 times, most recently from 08d0592 to ea0a244 Compare December 3, 2018 17:15
@Amanieu Amanieu force-pushed the raw_entry branch 2 times, most recently from 5f17a0e to 6a8e233 Compare December 11, 2018 13:08
@Amanieu
Copy link
Member Author

Amanieu commented Jan 14, 2019

bors r+

bors bot added a commit that referenced this pull request Jan 14, 2019
31: Add raw_entry + misc cleanups r=Amanieu a=Amanieu

This PR adds:
- The `raw_entry` API from std.
- Support for `#[may_dangle]` when the `nightly` feature is enabled.
- `HashMap` and `HashSet` tests from std.
- Misc code cleanups.
- `try_reserve`.
- Fixed variance on `IterMut`.

Fixes #23
Fixes #39 

Co-authored-by: Amanieu d'Antras <[email protected]>
@Amanieu
Copy link
Member Author

Amanieu commented Jan 14, 2019

bors r-

@bors
Copy link
Contributor

bors bot commented Jan 14, 2019

Canceled

@Amanieu Amanieu force-pushed the raw_entry branch 2 times, most recently from c2e91d3 to 8f42921 Compare January 14, 2019 02:10
@Amanieu
Copy link
Member Author

Amanieu commented Jan 14, 2019

bors r+

bors bot added a commit that referenced this pull request Jan 14, 2019
31: Add raw_entry + misc cleanups r=Amanieu a=Amanieu

This PR adds:
- The `raw_entry` API from std.
- Support for `#[may_dangle]` when the `nightly` feature is enabled.
- `HashMap` and `HashSet` tests from std.
- Misc code cleanups.
- `try_reserve`.
- Fixed variance on `IterMut`.

Fixes #23
Fixes #39 

Co-authored-by: Amanieu d'Antras <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jan 14, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit b938576 into master Jan 14, 2019
@Amanieu Amanieu deleted the raw_entry branch April 24, 2019 19:20
Sign up for free to 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.

1 participant