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

Make the public API of the alloc crate a subset of std #51569

Merged
merged 7 commits into from
Jun 29, 2018

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    1acbb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26324d0 View commit details
    Browse the repository at this point in the history
  3. Move some alloc crate top-level items to a new alloc::collections module

    This matches std::collections
    SimonSapin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    121b57b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0547ce View commit details
    Browse the repository at this point in the history
  5. Remove the Vec and String reexports at the root of the alloc crate

    … since `std` has no corresponding reexports.
    
    Use `alloc::vec::Vec` and `alloc::string::String` instead.
    SimonSapin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    3394fb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7638ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15bb6c4 View commit details
    Browse the repository at this point in the history